summaryrefslogtreecommitdiff
path: root/gst/videoparsers/gsth264parse.h
diff options
context:
space:
mode:
authorJosep Torra <n770galaxy@gmail.com>2014-11-07 15:50:51 +0100
committerJosep Torra <n770galaxy@gmail.com>2014-11-07 15:51:48 +0100
commitd518033e77259a9ba79a7619c4791f345a7b92d7 (patch)
tree43f1dca308f310ae0ebfea115bce916f815e90ca /gst/videoparsers/gsth264parse.h
parent4b43e95ebd6550605ceb65d46e79ff93140250f5 (diff)
downloadgstreamer-plugins-bad-d518033e77259a9ba79a7619c4791f345a7b92d7.tar.gz
h264parse: set the HEADER flag on buffers containing SPS or PPS
Diffstat (limited to 'gst/videoparsers/gsth264parse.h')
-rw-r--r--gst/videoparsers/gsth264parse.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gst/videoparsers/gsth264parse.h b/gst/videoparsers/gsth264parse.h
index c9d188bcb..e056ca2cd 100644
--- a/gst/videoparsers/gsth264parse.h
+++ b/gst/videoparsers/gsth264parse.h
@@ -109,6 +109,7 @@ struct _GstH264Parse
gboolean update_caps;
GstAdapter *frame_out;
gboolean keyframe;
+ gboolean header;
gboolean frame_start;
/* AU state */
gboolean picture_start;