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

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Fri Oct 20 07:04:13 UTC 2017


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

--- Comment #15 from Patricia Muscalu <patricia at axis.com> ---
(In reply to Patricia Muscalu from comment #10)
> > > (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.
> > 
> > The RTCP sinks are always sync=async=false, the RTP sinks are always
> > sync=async=true or not?
> 
> This is the correct behavior, so this means that we have a bug on master.

What about RECORD streams? Don't we need to set async to FALSE for RTP sinks as
well?

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