summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2006-12-06 14:45:30 +0000
committerWim Taymans <wim.taymans@gmail.com>2006-12-06 14:45:30 +0000
commit1444040b98a22a652c7e02c902b7964fdcd21cff (patch)
tree4633c1bbe3006a0e5b5248f7183a1bdc8450191d /ChangeLog
parent21c9ac41a9bf2f8105337d881f3c3f502ff9e71d (diff)
gst/multipart/multipartmux.c: Keep track of the buffer timestamp in the collectdata member instead of modifying the b...
Original commit message from CVS: * gst/multipart/multipartmux.c: (gst_multipart_mux_compare_pads), (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected): Keep track of the buffer timestamp in the collectdata member instead of modifying the buffer without making the metadata writable first. Fixes #382277.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2f060874..e3c55445 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
2006-12-06 Wim Taymans <wim@fluendo.com>
+ * gst/multipart/multipartmux.c: (gst_multipart_mux_compare_pads),
+ (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected):
+ Keep track of the buffer timestamp in the collectdata member instead
+ of modifying the buffer without making the metadata writable first.
+ Fixes #382277.
+
+2006-12-06 Wim Taymans <wim@fluendo.com>
+
Patch by: Rob Taylor <robtaylor at floopily dot org>
* gst/udp/gstudpsrc.c: (gst_udpsrc_start):