After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 791076 - rtpsession: Don't start the RTCP thread until it's needed
rtpsession: Don't start the RTCP thread until it's needed
Status: RESOLVED DUPLICATE of bug 795139
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
git master
Other All
: Normal normal
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on: 791075
Blocks:
 
 
Reported: 2017-12-01 12:36 UTC by Håvard Graff (hgr)
Modified: 2018-05-13 23:21 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch with tests (7.12 KB, patch)
2017-12-01 12:36 UTC, Håvard Graff (hgr)
none Details | Review

Description Håvard Graff (hgr) 2017-12-01 12:36:40 UTC
Created attachment 364747 [details] [review]
patch with tests

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.
Comment 1 Tim-Philipp Müller 2018-05-13 23:21:47 UTC

*** This bug has been marked as a duplicate of bug 795139 ***