GNOME Bugzilla – Bug 343117
jpegdec, mjpeg avi's and flush seeks
Last modified: 2006-05-30 08:07:36 UTC
When flush-seeking an MJPEG avi file right after preroll, I get: ERROR: Failed to decode JPEG image (gstjpegdec.c(929): gst_jpeg_dec_chain (): /pipeline0/gdvdecodebin0/decodebin1/jpegdec1: Error #20: Improper call to JPEG library in state %d) I do the flush-seek when the first decompressed buffer hits a blocked pad.
Hasn't this been resolved by Edward's recent commit? 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.
Yes, it was.
therefore I guess it's time to close it :)