mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-03 16:09:39 +00:00
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:
parent
13c76e3bc3
commit
d02ef41d32
1 changed files with 2 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue