aacparse: Also add stream-format to template caps

Do not forget to add stream-format to template caps
off aacparse
This commit is contained in:
Thiago Santos 2010-01-11 13:20:26 -03:00 committed by Tim-Philipp Müller
parent 13c76e3bc3
commit d02ef41d32

View file

@ -58,7 +58,8 @@ static GstStaticPadTemplate src_template = GST_STATIC_PAD_TEMPLATE ("src",
GST_PAD_SRC,
GST_PAD_ALWAYS,
GST_STATIC_CAPS ("audio/mpeg, "
"framed = (boolean) true, " "mpegversion = (int) { 2, 4 };"));
"framed = (boolean) true, " "mpegversion = (int) { 2, 4 }, "
"stream-format = (string) { raw, adts, adif };"));
static GstStaticPadTemplate sink_template = GST_STATIC_PAD_TEMPLATE ("sink",
GST_PAD_SINK,