mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 11:45:25 +00:00
session: reset some RTCP variables
The early_send time was set to 0 and always triggering an early RTCP packet.
This commit is contained in:
parent
3d48d25756
commit
c337265ee4
1 changed files with 3 additions and 0 deletions
|
@ -515,7 +515,10 @@ rtp_session_init (RTPSession * sess)
|
|||
rtp_source_set_sdes_string (sess->source, GST_RTCP_SDES_TOOL, "GStreamer");
|
||||
|
||||
sess->first_rtcp = TRUE;
|
||||
sess->next_rtcp_check_time = GST_CLOCK_TIME_NONE;
|
||||
|
||||
sess->allow_early = TRUE;
|
||||
sess->next_early_rtcp_time = GST_CLOCK_TIME_NONE;
|
||||
sess->rtcp_feedback_retention_window = DEFAULT_RTCP_FEEDBACK_RETENTION_WINDOW;
|
||||
sess->rtcp_immediate_feedback_threshold =
|
||||
DEFAULT_RTCP_IMMEDIATE_FEEDBACK_THRESHOLD;
|
||||
|
|
Loading…
Reference in a new issue