summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2005-11-28 16:54:03 +0000
committerTim-Philipp Müller <tim@centricular.net>2005-11-28 16:54:03 +0000
commit804aff8689af9e75299f54b574e7cce42482deff (patch)
treee767bf0114be0216d339f67f2a90a5dac1d2b3d0 /ChangeLog
parent2a46b7cf7672c8d5410124561a22c04f8e881ee6 (diff)
ext/jpeg/gstjpegenc.c: Don't leak input buffer in chain function (fixes #322667); make state change function thread-s...
Original commit message from CVS: * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain), (gst_jpegenc_set_property), (gst_jpegenc_get_property), (gst_jpegenc_change_state): Don't leak input buffer in chain function (fixes #322667); make state change function thread-safe; don't repeat the current function name in GST_DEBUG statements; use GST_ROUND_UP_* macros; use gst_pad_alloc_buffer(); misc. minor cleanups.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5e31809c..da57719b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2005-11-28 Tim-Philipp Müller <tim at centricular dot net>
+
+ * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain),
+ (gst_jpegenc_set_property), (gst_jpegenc_get_property),
+ (gst_jpegenc_change_state):
+ Don't leak input buffer in chain function (fixes #322667); make
+ state change function thread-safe; don't repeat the current function
+ name in GST_DEBUG statements; use GST_ROUND_UP_* macros; use
+ gst_pad_alloc_buffer(); misc. minor cleanups.
+
2005-11-28 Jan Schmidt <thaytan@mad.scientist.com>
* gst/matroska/matroska-mux.c: