diff options
author | Sebastian Dröge <sebastian.droege@collabora.co.uk> | 2009-08-07 07:01:11 +0200 |
---|---|---|
committer | Sebastian Dröge <sebastian.droege@collabora.co.uk> | 2009-08-07 07:01:11 +0200 |
commit | cf0c65b72cc7c4fb5a1db3d0d918e3321cfc01d2 (patch) | |
tree | fceca085da99c4c7bb526316834332970aa1dcd1 /ext | |
parent | 359c780830c048766534cd931a3b60f89fc823c3 (diff) | |
download | gst-plugins-bad-cf0c65b72cc7c4fb5a1db3d0d918e3321cfc01d2.tar.gz gst-plugins-bad-cf0c65b72cc7c4fb5a1db3d0d918e3321cfc01d2.tar.bz2 gst-plugins-bad-cf0c65b72cc7c4fb5a1db3d0d918e3321cfc01d2.zip |
gme: Fix caps name again
Diffstat (limited to 'ext')
-rw-r--r-- | ext/gme/gstgme.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/gme/gstgme.c b/ext/gme/gstgme.c index 45fa04db..9da38028 100644 --- a/ext/gme/gstgme.c +++ b/ext/gme/gstgme.c @@ -30,7 +30,7 @@ static GstStaticPadTemplate sink_factory = GST_STATIC_PAD_TEMPLATE ("sink", GST_PAD_SINK, GST_PAD_ALWAYS, - GST_STATIC_CAPS ("audio/x-gme")); + GST_STATIC_CAPS ("audio/x-spc")); static GstStaticPadTemplate src_factory = GST_STATIC_PAD_TEMPLATE ("src", GST_PAD_SRC, GST_PAD_ALWAYS, |