summaryrefslogtreecommitdiffstats
path: root/gst/flv/gstflvdemux.h
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian.droege@collabora.co.uk>2009-10-02 14:37:54 +0200
committerSebastian Dröge <sebastian.droege@collabora.co.uk>2009-10-03 12:21:34 +0200
commit48b784e7155d234646ac52e5a8e4430a88966856 (patch)
treef6bfbb41a10468944e832441eaa6b5e5e5a80c2a /gst/flv/gstflvdemux.h
parentf84bc538b5ea431502bbd084a2622a12cae9a213 (diff)
flvdemux: If there's no audio stream after 6 seconds of video signal no-more-pads
...and the other way around. Also ignore any audio/video streams that appear after no-more-pads. Fixes bug #597091.
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;