mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-21 13:36:39 +00:00
fix flac mimetype
Original commit message from CVS: fix flac mimetype
This commit is contained in:
parent
cab352dca8
commit
201b06e52d
1 changed files with 1 additions and 1 deletions
|
@ -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),
|
||||
|
|
Loading…
Reference in a new issue