summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2008-06-10 16:25:24 +0000
committerWim Taymans <wim.taymans@gmail.com>2008-06-10 16:25:24 +0000
commit515b32d5aa66dd6e2cfc0b49e7d249bc614ca4b8 (patch)
treef40918f342ffb84db5c1db243e23e6528cc8a9b3 /ChangeLog
parentb28a5162afdd1c47c7cf8ee20dd2c2d235f88ebd (diff)
gst/videomixer/videomixer.c: Use stream_time to synchronize the object properties.
Original commit message from CVS: * gst/videomixer/videomixer.c: (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers): Use stream_time to synchronize the object properties. Use running_time of the master pad to timestamp outgoing buffers. Fix the initial segment event to extend an unknown amount of time. Fixes #537361.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4bb517fe..7f31a575 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
2008-06-10 Wim Taymans <wim.taymans@collabora.co.uk>
+ * gst/videomixer/videomixer.c: (gst_videomixer_fill_queues),
+ (gst_videomixer_blend_buffers):
+ Use stream_time to synchronize the object properties.
+ Use running_time of the master pad to timestamp outgoing buffers.
+ Fix the initial segment event to extend an unknown amount of time.
+ Fixes #537361.
+
+2008-06-10 Wim Taymans <wim.taymans@collabora.co.uk>
+
* gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
(gst_avi_demux_parse_index), (gst_avi_demux_massage_index),
(gst_avi_demux_calculate_durations_from_index),