summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2008-03-11 16:23:04 +0000
committerWim Taymans <wim.taymans@gmail.com>2008-03-11 16:23:04 +0000
commitaec7206df9d65aefad63e3697ed00a7036aa1093 (patch)
tree55aeb969a907e7db1bb3ebc58ae8a1f3e07287cf /ChangeLog
parentc4c7a688161e7b3cea98e8e6e40460504682d8d5 (diff)
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.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 98d3cd55..844ae759 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2008-03-11 Wim Taymans <wim.taymans@collabora.co.uk>
+
+ * 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 <tim at centricular dot net>
* gst/avi/gstavisubtitle.h: (GST_IS_AVI_SUBTITLE),