summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2005-12-11 16:14:22 +0000
committerTim-Philipp Müller <tim@centricular.net>2005-12-11 16:14:22 +0000
commit81e11ca107dfb6efea2fea28a7186d2180cc3374 (patch)
tree44c7c4fd7c3790e036edf0b122bf1d7ead7036c0 /ChangeLog
parent8db61ef0c74585922c712e48290f4675a09f663a (diff)
gst/debug/efence.c: Make sure GST_BUFFER_DATA is set on fenced copied buffers; fix
Original commit message from CVS: * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain), (gst_fenced_buffer_copy): Make sure GST_BUFFER_DATA is set on fenced copied buffers; fix GST_DEBUG crasher where GST_TIME_FORMAT was not used in conjunction with GST_TIME_ARGS. Also, don't leak pad templates and use GST_DEBUG_FUNCPTR for pad functions.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0e0babfb..c5030e64 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2005-12-11 Tim-Philipp Müller <tim at centricular dot net>
+
+ * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
+ (gst_fenced_buffer_copy):
+ Make sure GST_BUFFER_DATA is set on fenced copied buffers; fix
+ GST_DEBUG crasher where GST_TIME_FORMAT was not used in
+ conjunction with GST_TIME_ARGS. Also, don't leak pad templates
+ and use GST_DEBUG_FUNCPTR for pad functions.
+
2005-12-10 Tim-Philipp Müller <tim at centricular dot net>
* ext/flac/gstflacdec.c: (gst_flac_dec_base_init),