commit | 1dd125dc582c4a6f1608d488b1a37e5ecc5fd342 | [log] [tgz] |
---|---|---|
author | Havard Graff <havard.graff@gmail.com> | Fri Aug 25 11:58:12 2017 +0200 |
committer | Tim-Philipp Müller <tim@centricular.com> | Tue Sep 11 09:43:38 2018 +0100 |
tree | 2ead23bd5f5bb2772925c6681d1cb5375c66ee17 | |
parent | 9367710702af01166d433cb2973febcf0a45e541 [diff] |
rtpsession: Don't start the RTCP thread until it's needed Always wait with starting the RTCP thread until either a RTP or RTCP packet is sent or received. Special handling is needed to make sure the RTCP thread is started when requesting an early RTCP packet. We want to wait with starting the RTCP thread until it's needed in order to not send RTCP packets for an inactive source. https://bugzilla.gnome.org/show_bug.cgi?id=795139