summaryrefslogtreecommitdiffstats
path: root/ext/gme/gstgme.c
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian.droege@collabora.co.uk>2009-08-07 07:01:11 +0200
committerSebastian Dröge <sebastian.droege@collabora.co.uk>2009-08-07 07:01:11 +0200
commitcf0c65b72cc7c4fb5a1db3d0d918e3321cfc01d2 (patch)
treefceca085da99c4c7bb526316834332970aa1dcd1 /ext/gme/gstgme.c
parent359c780830c048766534cd931a3b60f89fc823c3 (diff)
downloadgst-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/gme/gstgme.c')
-rw-r--r--ext/gme/gstgme.c2
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,