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
This commit is contained in:
Iain Holmes 2002-12-08 17:20:44 +00:00
parent ddad5a1576
commit 80b743287f

View 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
)
)