diff options
Diffstat (limited to 'gst/videoparsers/gsth264parse.h')
-rw-r--r-- | gst/videoparsers/gsth264parse.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gst/videoparsers/gsth264parse.h b/gst/videoparsers/gsth264parse.h index 5cbb5ad3e..4800092b3 100644 --- a/gst/videoparsers/gsth264parse.h +++ b/gst/videoparsers/gsth264parse.h @@ -74,6 +74,8 @@ struct _GstH264Parse GstClockTime last_report; gboolean push_codec; + gboolean have_sps; + gboolean have_pps; /* collected SPS and PPS NALUs */ GstBuffer *sps_nals[GST_H264_MAX_SPS_COUNT]; |