[gstreamer-bugs] [Bug 583047] [jpegdec] optimise buffer handling when parsing frames

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Wed Jun 3 07:16:27 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=583047

  GStreamer | gst-plugins-good | Ver: git




------- Comment #2 from Arnout Vandecappelle  2009-06-03 14:14 UTC -------
Created an attachment (id=135881)
 --> (http://bugzilla.gnome.org/attachment.cgi?id=135881&action=view)
Don't rescan from the start for every buffer pushed in

I created a basic jpegparse element (see attachment (id=135877) to Bug 583098
).  This patch applies on top of that.  It's not entirely trivial to port this
patch to jpegdec itself, as I'm using an adapter rather than a custom buffer.

Note that there still is a copy for every buffer pushed in.  To avoid this,
something should be added to GstAdapter so you can peek at an offset.


-- 
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=583047.




More information about the Gstreamer-bugs mailing list