summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2008-01-29 18:24:28 +0000
committerWim Taymans <wim.taymans@gmail.com>2008-01-29 18:24:28 +0000
commitbc1734ac89690cc08e025195cfcc3586665b2ae2 (patch)
tree36d2586899bd64c16fab7520db3b5ac2f9e627ac /ChangeLog
parent956ae25e78bdf58bff90e4cb7e41c9689221365a (diff)
gst/avi/gstavidemux.c: GStreamer timestamps are PTS values while AVI only knows about DTS timestamps. Make sure we on...
Original commit message from CVS: * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data): GStreamer timestamps are PTS values while AVI only knows about DTS timestamps. Make sure we only copy the DTS as the buffer timestamp when we are dealing with a key frame.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6c77895e..984a2adf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2008-01-29 Wim Taymans <wim.taymans@collabora.co.uk>
+
+ * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry),
+ (gst_avi_demux_stream_data):
+ GStreamer timestamps are PTS values while AVI only knows about DTS
+ timestamps. Make sure we only copy the DTS as the buffer timestamp when
+ we are dealing with a key frame.
+
2008-01-29 Stefan Kost <ensonic@users.sf.net>
* tests/check/Makefile.am: