gecko-dev/media/webrtc/signaling
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
..
fuzztest Bug 1570549 - P2 - refactor unit tests - r=bwc 2019-11-24 03:45:02 +00:00
gtest Bug 1607205 - Reset RtcpEventObserver when deleting channels; r=ng 2020-01-24 19:55:13 +00:00
src Bug 1607205 - Reset RtcpEventObserver when deleting channels; r=ng 2020-01-24 19:55:13 +00:00