mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 22:36:33 +00:00
alsasink: Accept MPEG 1 layer 3 version 2.5
https://bugzilla.gnome.org/show_bug.cgi?id=781929
This commit is contained in:
parent
1ceb40cd1e
commit
e0d793f793
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@
|
||||||
"audio/x-dts, framed = (boolean) true, " \
|
"audio/x-dts, framed = (boolean) true, " \
|
||||||
"block-size = (int) { 512, 1024, 2048 }; " \
|
"block-size = (int) { 512, 1024, 2048 }; " \
|
||||||
"audio/mpeg, mpegversion = (int) 1, " \
|
"audio/mpeg, mpegversion = (int) 1, " \
|
||||||
"mpegaudioversion = (int) [ 1, 2 ], parsed = (boolean) true;"
|
"mpegaudioversion = (int) [ 1, 3 ], parsed = (boolean) true;"
|
||||||
|
|
||||||
|
|
||||||
GST_DEBUG_CATEGORY_EXTERN (alsa_debug);
|
GST_DEBUG_CATEGORY_EXTERN (alsa_debug);
|
||||||
|
|
Loading…
Reference in a new issue