summaryrefslogtreecommitdiffstats
path: root/ext/shout2
diff options
context:
space:
mode:
authorBenjamin Otte <otte@gnome.org>2004-05-17 17:31:48 +0000
committerBenjamin Otte <otte@gnome.org>2004-05-17 17:31:48 +0000
commiteb3614aa7292391c9edba22cd775d69d81a401a8 (patch)
tree16cfc00117bac0fb400d31c718ccccfdaaedf890 /ext/shout2
parentf0b81fa053f978bf45ca63135c98e32f1be72679 (diff)
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
Diffstat (limited to 'ext/shout2')
-rw-r--r--ext/shout2/gstshout2.c2
1 files changed, 1 insertions, 1 deletions
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 ]")
);