mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-22 09:41:07 +00:00
ristsink: set sync to FALSE on RTCP sink
See commit 921e9a54: rtpsink: set sync off on rtcp_sink Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/993>
This commit is contained in:
parent
b7820a0de7
commit
58d4a5b449
1 changed files with 1 additions and 0 deletions
|
@ -695,6 +695,7 @@ gst_rist_sink_setup_rtcp_socket (GstRistSink * sink, RistSenderBond * bond)
|
|||
"close-socket", FALSE, NULL);
|
||||
g_object_unref (socket);
|
||||
|
||||
g_object_set (bond->rtcp_sink, "sync", FALSE, "async", FALSE, NULL);
|
||||
gst_element_set_locked_state (bond->rtcp_sink, FALSE);
|
||||
gst_element_sync_state_with_parent (bond->rtcp_sink);
|
||||
|
||||
|
|
Loading…
Reference in a new issue