[Bug 746436] tee: Add property that allows having all source pads unlinked
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Thu Mar 19 03:01:23 PDT 2015
https://bugzilla.gnome.org/show_bug.cgi?id=746436
--- Comment #4 from Sebastian Dröge (slomo) <slomo at coaxion.net> ---
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");
+
+ fail_unless (gst_pad_push (srcpad, gst_buffer_ref (buffer)) == GST_FLOW_OK);
Shouldn't it return GST_FLOW_OK only if there is no source pad at all, but if
there is at least one and it returns GST_FLOW_NOT_LINKED that should be
returned instead?
--
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