summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorEdward Hervey <bilboed@bilboed.com>2007-12-16 23:43:46 +0000
committerEdward Hervey <bilboed@bilboed.com>2007-12-16 23:43:46 +0000
commitbadcd298ccce5c3160046c3160c65cf5c2333712 (patch)
treeb8d5bd60f344690ee897250b4c8e67336e6cbeff /ChangeLog
parent981460c22bfce3bfe9788c7d7e8373bb2dd22e44 (diff)
ext/jpeg/gstjpegdec.c: Actually drop the buffers which are outside the currently configured segment instead of just e...
Original commit message from CVS: * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain): Actually drop the buffers which are outside the currently configured segment instead of just emitting a WARNING.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 323942b4..95ff2ad2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2007-12-17 Edward Hervey <edward.hervey@collabora.co.uk>
+
+ * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
+ Actually drop the buffers which are outside the currently configured
+ segment instead of just emitting a WARNING.
+
2007-12-14 Wim Taymans <wim.taymans@collabora.co.uk>
* ext/flac/gstflacdec.c: (gst_flac_dec_metadata_callback),