[gstreamer-bugs] [Bug 584465] basetransform does unneeded pad_allocs

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Mon Jun 1 08:52:09 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=584465

  GStreamer | gstreamer (core) | Ver: git

Stefan Kost (gstreamer, gtkdoc dev) changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|gstreamer-                  |ensonic at sonicpulse.de
                   |bugs at lists.sourceforge.net  |
             Status|UNCONFIRMED                 |ASSIGNED
     Ever Confirmed|0                           |1




------- Comment #1 from Stefan Kost (gstreamer, gtkdoc dev)  2009-06-01 15:52 UTC -------
Created an attachment (id=135744)
 --> (http://bugzilla.gnome.org/attachment.cgi?id=135744&action=view)
handle already pad_alloced buffers

This patch tracks pad_alloced buffers in gst_base_transform_buffer_alloc(). If
an input buffer is pad_alloced we can skip the pad_alloc in
gst_base_transform_prepare_output_buffer() as reverse negotiation has been
already handled.

For the before mentioned example, this brings the unneeded pad_allocs down to:
1382


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




More information about the Gstreamer-bugs mailing list