summaryrefslogtreecommitdiff
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
parent359c780830c048766534cd931a3b60f89fc823c3 (diff)
gme: Fix caps name again
-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 45fa04dbe..9da380283 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,