mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-25 01:30:38 +00:00
Revert "h264parse: add parsed field to src caps"
This reverts commit 54edae4f1f
.
See this bug for more information:
https://bugzilla.gnome.org/show_bug.cgi?id=606662
This commit is contained in:
parent
2ed73a6ad0
commit
1244738bc1
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ static GstStaticPadTemplate sinktemplate = GST_STATIC_PAD_TEMPLATE ("sink",
|
|||
static GstStaticPadTemplate srctemplate = GST_STATIC_PAD_TEMPLATE ("src",
|
||||
GST_PAD_SRC,
|
||||
GST_PAD_ALWAYS,
|
||||
GST_STATIC_CAPS ("video/x-h264, parsed = (boolean) true"));
|
||||
GST_STATIC_CAPS ("video/x-h264"));
|
||||
|
||||
GST_DEBUG_CATEGORY_STATIC (h264_parse_debug);
|
||||
#define GST_CAT_DEFAULT h264_parse_debug
|
||||
|
|
Loading…
Reference in a new issue