mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-22 16:26:39 +00:00
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:
parent
fb6d78f666
commit
9838e55274
1 changed files with 1 additions and 1 deletions
|
@ -132,7 +132,7 @@ flac_caps_factory (void)
|
||||||
return
|
return
|
||||||
gst_caps_new (
|
gst_caps_new (
|
||||||
"flac_flac",
|
"flac_flac",
|
||||||
"application/x-flac",
|
"audio/x-flac",
|
||||||
/*gst_props_new (
|
/*gst_props_new (
|
||||||
"rate", GST_PROPS_INT_RANGE (11025, 48000),
|
"rate", GST_PROPS_INT_RANGE (11025, 48000),
|
||||||
"channels", GST_PROPS_INT_RANGE (1, 2),
|
"channels", GST_PROPS_INT_RANGE (1, 2),
|
||||||
|
|
Loading…
Reference in a new issue