From eb3614aa7292391c9edba22cd775d69d81a401a8 Mon Sep 17 00:00:00 2001 From: Benjamin Otte Date: Mon, 17 May 2004 17:31:48 +0000 Subject: ext/shout2/gstshout2.c: Guimond, fixes #142432) Original commit message from CVS: * ext/shout2/gstshout2.c: use application/ogg instead of application/x-ogg (patch by Patrick Guimond, fixes #142432) * sys/oss/gstosselement.c: (gst_osselement_reset), (gst_osselement_sync_parms): don't set fragment size unless specified --- ext/shout2/gstshout2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext') diff --git a/ext/shout2/gstshout2.c b/ext/shout2/gstshout2.c index 1383df14..423131b5 100644 --- a/ext/shout2/gstshout2.c +++ b/ext/shout2/gstshout2.c @@ -61,7 +61,7 @@ enum static GstStaticPadTemplate sink_template = GST_STATIC_PAD_TEMPLATE ("sink", GST_PAD_SINK, GST_PAD_ALWAYS, - GST_STATIC_CAPS ("application/x-ogg; " + GST_STATIC_CAPS ("application/ogg; " "audio/mpeg, mpegversion = (int) 1, layer = (int) [ 1, 3 ]") ); -- cgit