gecko-dev/media/webrtc/signaling/gtest
Dan Minor e5395de882 Bug 1607205 - Reset RtcpEventObserver when deleting channels; r=ng
Holding a RefPtr to this in OnRtcpBye should keep the VideoConduit alive until
the callback completes. If this is not happening, it is likely that we're
racing with the destructor on the other thread. Clearing the callback early
will prevent this. This should not affect the VideoConduit because in that case
the callback is directly part of the receive stream, not attached to a channel.

Differential Revision: https://phabricator.services.mozilla.com/D60658

--HG--
extra : moz-landing-system : lando
2020-01-24 19:55:13 +00:00
..
MockCall.h
audioconduit_unittests.cpp Bug 1607205 - Reset RtcpEventObserver when deleting channels; r=ng 2020-01-24 19:55:13 +00:00
jsep_session_unittest.cpp Bug 1570549 - P5 - Adding shim SDP parsing interface with pref controls - r=bwc 2019-11-24 03:45:29 +00:00
jsep_track_unittest.cpp Bug 1470568: Remove the rid= and pt= stuff from our simulcast parsing. Also, handle paused rids correctly. r=mjf 2019-11-04 15:04:14 +00:00
mediapipeline_unittest.cpp Bug 1604746 - Start the pipeline after stopping to avoid thread races. r=padenot 2019-12-20 17:03:42 +00:00
moz.build Bug 1372950 - Enable mediapipeline_unittest on Windows; r=bwc 2019-10-31 15:25:15 +00:00
rtpsources_unittests.cpp Bug 1583867 - add rtpTimestamp field to RTP sync/contrib sources; r=jib,smaug 2019-10-23 15:12:15 +00:00
sdp_unittests.cpp Bug 1598923 - Fix known WEBRTCSDP issues blocking parallel parsing mode in Nightly;r=drno 2019-12-13 08:17:16 +00:00
videoconduit_unittests.cpp Bug 1519636 - Reformat recent changes to the Google coding style r=Ehsan 2020-01-09 21:50:11 +00:00