flac mime type is audio/x-flac, not application/x-flac

Original commit message from CVS:
flac mime type is audio/x-flac, not application/x-flac
This commit is contained in:
Christophe Fergeau 2003-11-22 14:54:39 +00:00
parent fb6d78f666
commit 9838e55274

View file

@ -132,7 +132,7 @@ flac_caps_factory (void)
return
gst_caps_new (
"flac_flac",
"application/x-flac",
"audio/x-flac",
/*gst_props_new (
"rate", GST_PROPS_INT_RANGE (11025, 48000),
"channels", GST_PROPS_INT_RANGE (1, 2),