mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-28 04:31:06 +00:00
h264parse: add parsed field to src caps
This commit is contained in:
parent
34836d6ea4
commit
54edae4f1f
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"));
|
||||
GST_STATIC_CAPS ("video/x-h264, parsed = (boolean) true"));
|
||||
|
||||
GST_DEBUG_CATEGORY_STATIC (h264_parse_debug);
|
||||
#define GST_CAT_DEFAULT h264_parse_debug
|
||||
|
|
Loading…
Reference in a new issue