summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorEdward Hervey <bilboed@bilboed.com>2006-05-27 13:11:37 +0000
committerEdward Hervey <bilboed@bilboed.com>2006-05-27 13:11:37 +0000
commitfe03f3968ab0c9bd2319f4749c3dd7e0f1954640 (patch)
treec8b6f59ad489c2d1f627f5278dc67492a5e8b98c /ChangeLog
parente93a10df4ac5ebae65e2b9221321eff96d1a99a7 (diff)
ext/jpeg/gstjpegdec.c: Abort decompression when receiving FLUSH_STOP. This should avoid issues when interrupting deco...
Original commit message from CVS: * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init), (gst_jpeg_dec_sink_event): Abort decompression when receiving FLUSH_STOP. This should avoid issues when interrupting decoding with flushes.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e553e965..ed1b87ae 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2006-05-27 Edward Hervey <edward@fluendo.com>
+
+ * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init),
+ (gst_jpeg_dec_sink_event):
+ Abort decompression when receiving FLUSH_STOP. This should avoid
+ issues when interrupting decoding with flushes.
+
2006-05-27 Tim-Philipp Müller <tim at centricular dot net>
* ext/flac/gstflac.c: