summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorWouter Cloetens <wouter@mind.be>2007-12-11 11:05:57 +0000
committerWim Taymans <wim.taymans@gmail.com>2007-12-11 11:05:57 +0000
commitdbf28d28e755089fdb13790ca930f1511c17adc0 (patch)
treed6c5194d64afad7757509f48fe4b59d63db7e625 /ChangeLog
parentb22993e9b21b1be698079f206c3cf33b198f0c2b (diff)
gst/multipart/multipartdemux.c: Copy timestamp from input to output. Not very perfect yet but better than nothing. Fi...
Original commit message from CVS: Patch by: Wouter Cloetens <wouter at mind dot be> * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain): Copy timestamp from input to output. Not very perfect yet but better than nothing. Fixes #503023.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0c11625f..ce62be0f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2007-12-11 Wim Taymans <wim.taymans@collabora.co.uk>
+
+ Patch by: Wouter Cloetens <wouter at mind dot be>
+
+ * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
+ Copy timestamp from input to output. Not very perfect yet but better
+ than nothing. Fixes #503023.
+
2007-12-09 Sebastian Dröge <slomo@circular-chaos.org>
* ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):