[Bug 746436] tee: Add property that allows having all source pads unlinked

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Thu Mar 19 03:05:50 PDT 2015


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

--- Comment #5 from Jose Antonio Santos Cadenas <santoscadenas at gmail.com> ---
Review of attachment 299791:
 --> (https://bugzilla.gnome.org/review?bug=746436&attachment=299791)

::: tests/check/elements/tee.c
@@ +670,3 @@
+  src2 = gst_element_get_request_pad (tee, "src_%u");
+
+  gst_pad_set_active (srcpad, TRUE);

This behavior is intentional, because if you created a pad and before you link
it a buffer arrives you will also have an error and that's exactly what I try
to avoid with this property.

The documentation of the property is this:
"Return GTS_FLOW_OK even if there are not source pads or all are unlinked"

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