[gstreamer-bugs] [Bug 623063] [jpegdec] add "max-errors" property

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Sat Dec 11 12:40:21 PST 2010


https://bugzilla.gnome.org/show_bug.cgi?id=623063
  GStreamer | gst-plugins-good | 0.10.22

Tim-Philipp Müller <t.i.m> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|HEAD                        |0.10.27

--- Comment #13 from Tim-Philipp Müller <t.i.m at zen.co.uk> 2010-12-11 20:40:15 UTC ---
Not particularly pretty either, but as I mentioned on IRC I'm not particularly
keen on all this bloat in the error goto labels in the decoding code paths, so
did it slightly differently:

 commit addbc3c4ca29a6869fe21ea5b1228a496ac0f26a
 Author: Tim-Philipp Müller <tim.muller at collabora.co.uk>
 Date:   Sat Dec 11 17:39:20 2010 +0000

    jpegdec: add "max-errors" property to ignore decoding errors

    Add property to ignore decoding errors. Default is to ignore a few
    decoding errors if the input is packetized, but error out immediately
    if the input is not packetized.

    Ignoring errors for packetized input most likely doesn't work
    properly yet, so don't do that for now.

    https://bugzilla.gnome.org/show_bug.cgi?id=623063

Please test and let me know if something doesn't work as expected. Thanks!

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.



More information about the Gstreamer-bugs mailing list