summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorEdward Hervey <bilboed@bilboed.com>2006-06-18 14:00:19 +0000
committerEdward Hervey <bilboed@bilboed.com>2006-06-18 14:00:19 +0000
commit3397426d9f1b98e1151ae9e69835a08bb94fb97e (patch)
treeddc682a02a4e810b32c9685078f83c5639d5353f /ChangeLog
parentd2eeafad7c5baee2bce62b896d526d673b4c8d67 (diff)
ext/jpeg/gstjpegdec.c: After a failed buffer alloc, we need to abort the jpeg decoding (it started when parsing heade...
Original commit message from CVS: * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain): After a failed buffer alloc, we need to abort the jpeg decoding (it started when parsing headers to figure out how many bytes we need to request downstream).
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b4eafc2c..0ccf9253 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2006-06-18 Edward Hervey <edward@fluendo.com>
+
+ * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
+ After a failed buffer alloc, we need to abort the jpeg decoding (it
+ started when parsing headers to figure out how many bytes we need
+ to request downstream).
+
2006-06-18 Tim-Philipp Müller <tim at centricular dot net>
Patch by: Mark Nauwelaerts <manauw at skynet be>