mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-04 23:30:05 +00:00
faad: include specific support AAC stream formats in template caps
https://bugzilla.gnome.org/show_bug.cgi?id=665394
This commit is contained in:
parent
27f21d31ac
commit
b131ad9563
1 changed files with 2 additions and 1 deletions
|
@ -92,7 +92,8 @@ GST_DEBUG_CATEGORY_STATIC (faad_debug);
|
|||
static GstStaticPadTemplate sink_template = GST_STATIC_PAD_TEMPLATE ("sink",
|
||||
GST_PAD_SINK,
|
||||
GST_PAD_ALWAYS,
|
||||
GST_STATIC_CAPS ("audio/mpeg, " "mpegversion = (int) { 2, 4 }")
|
||||
GST_STATIC_CAPS ("audio/mpeg, " "mpegversion = (int) 2; "
|
||||
"audio/mpeg, mpegversion = (int) 4, stream-format = (string) { raw, adts }")
|
||||
);
|
||||
|
||||
#define STATIC_INT_CAPS(bpp) \
|
||||
|
|
Loading…
Reference in a new issue