summaryrefslogtreecommitdiffstats
path: root/gst/flv/gstflvdemux.h
diff options
context:
space:
mode:
Diffstat (limited to 'gst/flv/gstflvdemux.h')
-rw-r--r--gst/flv/gstflvdemux.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gst/flv/gstflvdemux.h b/gst/flv/gstflvdemux.h
index 806ab136..6c130d05 100644
--- a/gst/flv/gstflvdemux.h
+++ b/gst/flv/gstflvdemux.h
@@ -93,6 +93,7 @@ struct _GstFLVDemux
gboolean audio_need_segment;
gboolean audio_linked;
GstBuffer * audio_codec_data;
+ GstClockTime audio_start;
/* Video infos */
guint32 w;
@@ -106,6 +107,7 @@ struct _GstFLVDemux
gboolean video_linked;
gboolean got_par;
GstBuffer * video_codec_data;
+ GstClockTime video_start;
gboolean random_access;
gboolean need_header;