fix flac mimetype

Original commit message from CVS:
fix flac mimetype
This commit is contained in:
Jeremy Simon 2003-10-04 20:50:48 +00:00
parent cab352dca8
commit 201b06e52d

View file

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