mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-25 18:14:15 +00:00
pulse: Accept MPEG 1 layer 3 version 2.5
https://bugzilla.gnome.org/show_bug.cgi?id=781929
This commit is contained in:
parent
b68d936ae0
commit
bd2ce0fb67
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@
|
|||
#define _PULSE_CAPS_DTS "audio/x-dts, framed = (boolean) true, " \
|
||||
"block-size = (int) { 512, 1024, 2048 }; "
|
||||
#define _PULSE_CAPS_MP3 "audio/mpeg, mpegversion = (int) 1, " \
|
||||
"mpegaudioversion = (int) [ 1, 2 ], parsed = (boolean) true;"
|
||||
"mpegaudioversion = (int) [ 1, 3 ], parsed = (boolean) true;"
|
||||
#define _PULSE_CAPS_AAC "audio/mpeg, mpegversion = (int) { 2, 4 }, " \
|
||||
"framed = (boolean) true, stream-format = (string) adts;"
|
||||
|
||||
|
|
Loading…
Reference in a new issue