From 1444040b98a22a652c7e02c902b7964fdcd21cff Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Wed, 6 Dec 2006 14:45:30 +0000 Subject: 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. --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 2f060874..e3c55445 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2006-12-06 Wim Taymans + + * 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 Patch by: Rob Taylor -- cgit