mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 10:41:04 +00:00
Revert "aacparse: allow parsed frames on sink pad"
This reverts commit e49b89d5c5
.
This commit is contained in:
parent
0bb6b6f245
commit
a68137c4dc
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ static GstStaticPadTemplate sink_template = GST_STATIC_PAD_TEMPLATE ("sink",
|
|||
GST_PAD_SINK,
|
||||
GST_PAD_ALWAYS,
|
||||
GST_STATIC_CAPS ("audio/mpeg, "
|
||||
"framed = (boolean) { true, false}, " "mpegversion = (int) { 2, 4 };"));
|
||||
"framed = (boolean) false, " "mpegversion = (int) { 2, 4 };"));
|
||||
|
||||
GST_DEBUG_CATEGORY_STATIC (gst_aacparse_debug);
|
||||
#define GST_CAT_DEFAULT gst_aacparse_debug
|
||||
|
|
Loading…
Reference in a new issue