[Bug 767413] tee: Properly handle return value when only 1 pad

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Wed Jun 8 17:46:20 UTC 2016


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

--- Comment #1 from Nicolas Dufresne (stormer) <nicolas at ndufresne.ca> ---
Created attachment 329416
  --> https://bugzilla.gnome.org/attachment.cgi?id=329416&action=edit
tee: Properly handle return value when only 1 pad

This patch handle the case when you have 1 pad (so the fast path is
being used) but this pad is removed. If we are in allow-not-linked, we
should return GST_FLOW_OK, otherwise, we should return GST_FLOW_UNLINKED
and ignore the meaningless return value obtained from pushing.

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