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

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Fri May 29 12:59:50 PDT 2015


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

Sebastian Dröge (slomo) <slomo at coaxion.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |slomo at coaxion.net

--- Comment #5 from Sebastian Dröge (slomo) <slomo at coaxion.net> ---
So basically this as the default implementation, with finish_buffer() as a
public basetransform function.

submit_input_buffer(inbuf):
  while (outbuf = generate_output_buffer(inbuf)):
    ret = finish_buffer(outbuf);

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