Replace audio/mp3 with audio/x-mp3 and audio/x-flac with application/x-flac
authorIain Holmes <iain@prettypeople.org>
Sun, 8 Dec 2002 17:20:44 +0000 (17:20 +0000)
committerIain Holmes <iain@prettypeople.org>
Sun, 8 Dec 2002 17:20:44 +0000 (17:20 +0000)
Original commit message from CVS:
Replace audio/mp3 with audio/x-mp3 and audio/x-flac with application/x-flac

ext/lame/gstlame.c

index d91f27f..ce85ad2 100644 (file)
@@ -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
   )
 )