From cf0c65b72cc7c4fb5a1db3d0d918e3321cfc01d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Fri, 7 Aug 2009 07:01:11 +0200 Subject: gme: Fix caps name again --- ext/gme/gstgme.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/gme') 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, -- cgit v1.2.1