[Bug 788340] Dynamically reconfigure pipeline in PLAY based on transports

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Thu Oct 19 10:05:18 UTC 2017


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

--- Comment #10 from Patricia Muscalu <patricia at axis.com> ---
(In reply to Sebastian Dröge (slomo) from comment #2)
> @@ +2678,3 @@
> +    g_object_set (priv->appsink[0], "async", FALSE, "sync", FALSE, NULL);
> +  if (priv->appsink[1])
> +    g_object_set (priv->appsink[1], "async", FALSE, "sync", FALSE, NULL);
> 
> Why don't we do this right after creation of the sinks?
> Why for both indizes?

In the current implementation on master:
* in case of udp && tcp: both indices are used
* in case of tcp: the async and sync flags are set to false only for rtcp
appsink.

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