[gstreamer-bugs] [Bug 583098] Add jpegparse element

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Wed Jun 3 06:33:57 PDT 2009


If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
  http://bugzilla.gnome.org/show_bug.cgi?id=583098

  GStreamer | gst-plugins-good | Ver: git




------- Comment #1 from Arnout Vandecappelle  2009-06-03 13:33 UTC -------
Created an attachment (id=135877)
 --> (http://bugzilla.gnome.org/attachment.cgi?id=135877&action=view)
Added jpegparse element + test

I finally got round to produce the jpegparse element.  In the end, it diverges
quite a bit from jpegdec.

The resync code path is not tested by the element test.

Buffer duration is not set - I'm not sure how to do it except based on an
externally enforced framerate, and then I don't see if it makes much sense.

DISCONT flag is not set.  Perhaps it should be set whenever data is discarded,
but I'm not convinced of that.

Caps are forced to image/jpeg, parsed=(boolean)false/true.  If more specific
caps are negotiated on a pad they are not passed to the other pad, and if caps
are set on an incoming buffer they are not retained.

Suggestions on improvements are welcome.


-- 
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.

You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=583098.




More information about the Gstreamer-bugs mailing list