mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-03-13 23:22:54 +00:00
stream: set async=sync=false only for RTCP appsink
Change-Id: I929a218a9adf4759f61322b6f2063aacc5595f90 https://bugzilla.gnome.org/show_bug.cgi?id=788340
This commit is contained in:
parent
b5c3ef8d53
commit
c9605cc5e1
1 changed files with 2 additions and 1 deletions
|
@ -2463,7 +2463,8 @@ create_sender_part (GstRTSPStream * stream, GstBin * bin, GstState state)
|
|||
&priv->mcast_udpqueue[i]);
|
||||
|
||||
if (is_tcp) {
|
||||
g_object_set (priv->appsink[i], "async", FALSE, "sync", FALSE, NULL);
|
||||
if (i == 1)
|
||||
g_object_set (priv->appsink[i], "async", FALSE, "sync", FALSE, NULL);
|
||||
plug_sink (bin, priv->tee[i], priv->appsink[i], &priv->appqueue[i]);
|
||||
}
|
||||
} else if (is_tcp) {
|
||||
|
|
Loading…
Reference in a new issue