[Bug 750033] basetransform - allow collation/separation of buffers

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Thu Jun 4 04:37:11 PDT 2015


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

--- Comment #8 from Jan Schmidt <thaytan at noraisin.net> ---
Really the only thing I can think of to change about the patch I've proposed is
the caching of the buffer in the GstBuffer *queued_buf member on
GstBaseTransform. 

It could be inferred from the return result of submit_input_buffer() whether or
not the passed buffer has been consumed, but I don't think that's significantly
better than making it explicit and uniform.

As I said in comment #7 implementing a finish_buffer() method doesn't work for
pull mode, unless I add a queue and more complexity to GstBaseTransform.

-- 
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