aboutsummaryrefslogtreecommitdiffstats
path: root/ext
diff options
context:
space:
mode:
authorVincent Penquerc'h2012-02-02 05:31:32 -0600
committerTim-Philipp Müller2012-02-02 18:27:34 -0600
commit1eacdb2ada4863d081dbacdbd1382172e0bc8a6a (patch)
treee1567694c6b3fc35542341caac5af2a1bdd22d4f /ext
parentff50ecfac065ca49c46cfabdd2567789c2d1b55e (diff)
downloadgst-plugins-bad0-10-1eacdb2ada4863d081dbacdbd1382172e0bc8a6a.tar.gz
gst-plugins-bad0-10-1eacdb2ada4863d081dbacdbd1382172e0bc8a6a.tar.xz
gst-plugins-bad0-10-1eacdb2ada4863d081dbacdbd1382172e0bc8a6a.zip
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);
92static GstStaticPadTemplate sink_template = GST_STATIC_PAD_TEMPLATE ("sink", 92static GstStaticPadTemplate sink_template = GST_STATIC_PAD_TEMPLATE ("sink",
93 GST_PAD_SINK, 93 GST_PAD_SINK,
94 GST_PAD_ALWAYS, 94 GST_PAD_ALWAYS,
95 GST_STATIC_CAPS ("audio/mpeg, " "mpegversion = (int) { 2, 4 }") 95 GST_STATIC_CAPS ("audio/mpeg, " "mpegversion = (int) 2; "
96 "audio/mpeg, mpegversion = (int) 4, stream-format = (string) { raw, adts }")
96 ); 97 );
97 98
98#define STATIC_INT_CAPS(bpp) \ 99#define STATIC_INT_CAPS(bpp) \