summaryrefslogtreecommitdiffstats
path: root/gst/h264parse/gsth264parse.h
diff options
context:
space:
mode:
Diffstat (limited to 'gst/h264parse/gsth264parse.h')
-rw-r--r--gst/h264parse/gsth264parse.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gst/h264parse/gsth264parse.h b/gst/h264parse/gsth264parse.h
index 8aed514c..4dc74228 100644
--- a/gst/h264parse/gsth264parse.h
+++ b/gst/h264parse/gsth264parse.h
@@ -59,7 +59,9 @@ struct _GstH264Parse
/* gather/decode queues for reverse playback */
GList *gather;
+ GstBuffer *prev;
GstNalList *decode;
+ gint decode_len;
gboolean have_sps;
gboolean have_pps;
gboolean have_i_frame;