diff options
author | Edward Hervey <bilboed@bilboed.com> | 2006-05-27 13:11:37 +0000 |
---|---|---|
committer | Edward Hervey <bilboed@bilboed.com> | 2006-05-27 13:11:37 +0000 |
commit | fe03f3968ab0c9bd2319f4749c3dd7e0f1954640 (patch) | |
tree | c8b6f59ad489c2d1f627f5278dc67492a5e8b98c /ChangeLog | |
parent | e93a10df4ac5ebae65e2b9221321eff96d1a99a7 (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-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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: |