faad: include specific support AAC stream formats in template caps

https://bugzilla.gnome.org/show_bug.cgi?id=665394
This commit is contained in:
Vincent Penquerc'h 2012-02-02 11:31:32 +00:00
parent 27f21d31ac
commit b131ad9563

View file

@ -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) \