summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorVincent Penquerc'h <vincent.penquerch@collabora.co.uk>2012-02-02 11:31:32 +0000
committerVincent Penquerc'h <vincent.penquerch@collabora.co.uk>2012-02-02 12:37:02 +0000
commitb131ad9563a67288e80c6795b21ac749506c571b (patch)
tree63728ff1516f68ae9453efa8daac7d5fc50b5606 /ext
parent27f21d31ac3f4c5f856b21cc780031bb3cf9e7a7 (diff)
downloadgstreamer-plugins-bad-b131ad9563a67288e80c6795b21ac749506c571b.tar.gz
faad: include specific support AAC stream formats in template caps
https://bugzilla.gnome.org/show_bug.cgi?id=665394
Diffstat (limited to 'ext')
-rw-r--r--ext/faad/gstfaad.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/ext/faad/gstfaad.c b/ext/faad/gstfaad.c
index 838df31bc..4dd73eba8 100644
--- a/ext/faad/gstfaad.c
+++ b/ext/faad/gstfaad.c
@@ -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) \