gst-plugins-bad: faad: include specific support AAC stream formats in template caps
Vincent Penquerc'h
vincent at kemper.freedesktop.org
Thu Feb 2 04:56:03 PST 2012
Module: gst-plugins-bad
Branch: master
Commit: b131ad9563a67288e80c6795b21ac749506c571b
URL: http://cgit.freedesktop.org/gstreamer/gst-plugins-bad/commit/?id=b131ad9563a67288e80c6795b21ac749506c571b
Author: Vincent Penquerc'h <vincent.penquerch at collabora.co.uk>
Date: Thu Feb 2 11:31:32 2012 +0000
faad: include specific support AAC stream formats in template caps
https://bugzilla.gnome.org/show_bug.cgi?id=665394
---
ext/faad/gstfaad.c | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/ext/faad/gstfaad.c b/ext/faad/gstfaad.c
index 838df31..4dd73eb 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) \
More information about the gstreamer-commits
mailing list