From aec7206df9d65aefad63e3697ed00a7036aa1093 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Tue, 11 Mar 2008 16:23:04 +0000 Subject: gst/qtdemux/qtdemux.c: Make sure we always send a DISCONT after a seek by setting the sample index to an undefined va... Original commit message from CVS: * gst/qtdemux/qtdemux.c: (gst_qtdemux_perform_seek), (gst_qtdemux_activate_segment), (gst_qtdemux_prepare_current_sample), (gst_qtdemux_loop_state_movie), (qtdemux_parse_trak): Make sure we always send a DISCONT after a seek by setting the sample index to an undefined value after a seek. --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 98d3cd55..844ae759 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2008-03-11 Wim Taymans + + * gst/qtdemux/qtdemux.c: (gst_qtdemux_perform_seek), + (gst_qtdemux_activate_segment), + (gst_qtdemux_prepare_current_sample), + (gst_qtdemux_loop_state_movie), (qtdemux_parse_trak): + Make sure we always send a DISCONT after a seek by setting the sample + index to an undefined value after a seek. + 2008-03-11 Tim-Philipp Müller * gst/avi/gstavisubtitle.h: (GST_IS_AVI_SUBTITLE), -- cgit