[Bug 709352] jpegdec: Does not require width/height on caps or parsed input

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Fri Oct 4 10:35:09 CEST 2013


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

Sebastian Dröge (slomo) <slomo> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
                 CC|                            |slomo at circular-chaos.org
         Resolution|                            |FIXED
   Target Milestone|HEAD                        |1.2.1
            Summary|Issues displaying jpeg      |jpegdec: Does not require
                   |image from an http source   |width/height on caps or
                   |                            |parsed input

--- Comment #3 from Sebastian Dröge (slomo) <slomo at circular-chaos.org> 2013-10-04 08:35:06 UTC ---
commit e5c443594fe6d58ff9d532c342dfa13387e997fa
Author: Matthieu Bouron <matthieu.bouron at collabora.com>
Date:   Thu Oct 3 14:39:35 2013 +0100

    jpegdec: Relax sink caps

    Since jpegdec already parse the jpeg stream, the sink caps could be
    relaxed. This will allow jpegdec to be selected in more case and in
    particular when the jpeg typefinder does not find the width and height.

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

commit 4c93bffb213ee6a330c0a2e64fa757f46e6db951
Author: Matthieu Bouron <matthieu.bouron at collabora.com>
Date:   Thu Oct 3 15:25:30 2013 +0100

    avcodecmap: Make avdec_mjpeg requires a parsed input

    Actually avdec_mjpeg does not deal well with incomplete buffers and try
    to decode incomplete frames. A parser which will also acts as
    an accumulator needs to be inserted before it.

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

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


More information about the gstreamer-bugs mailing list