From: Iain Holmes Date: Sun, 8 Dec 2002 17:20:44 +0000 (+0000) Subject: Replace audio/mp3 with audio/x-mp3 and audio/x-flac with application/x-flac X-Git-Tag: 1.19.3~509^2~1916^2~168 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=80b743287f89f0ac51c2c64cf1732ecea47f07c5;p=platform%2Fupstream%2Fgstreamer.git Replace audio/mp3 with audio/x-mp3 and audio/x-flac with application/x-flac Original commit message from CVS: Replace audio/mp3 with audio/x-mp3 and audio/x-flac with application/x-flac --- diff --git a/ext/lame/gstlame.c b/ext/lame/gstlame.c index d91f27f..ce85ad2 100644 --- a/ext/lame/gstlame.c +++ b/ext/lame/gstlame.c @@ -65,7 +65,7 @@ GST_PAD_TEMPLATE_FACTORY (gst_lame_src_factory, GST_PAD_ALWAYS, GST_CAPS_NEW ( "gstlame_src", - "audio/mp3", + "audio/x-mp3", NULL ) )