[Bug 750241] [API] GstBaseSrc: add create_list() vfunc for buffer list creation

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Sun Sep 17 12:15:28 UTC 2017


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

Tim-Philipp Müller <t.i.m at zen.co.uk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #359929|0                           |1
        is obsolete|                            |

--- Comment #12 from Tim-Philipp Müller <t.i.m at zen.co.uk> ---
Created attachment 359930
  --> https://bugzilla.gnome.org/attachment.cgi?id=359930&action=edit
basesrc: add buffer list support [v2]

Same as above, but remove the

  g_return_if_fail (GST_PAD_MODE(pad) == GST_PAD_PUSH);

guard in _submit_buffer_list(), since the pad might get shut down while the
streaming thread is still doing work, in which case the warning would wrongly
be triggered.

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