gst-plugins-rs/net
Mathieu Duponchelle 1a8abde884 webrtcsink: fix panic on pre-bwe request error
We dispose of consumer pipelines asynchronously, potentially after the
session objects have been disposed of.

As session objects are the owner of the cc element, it is entirely
possible for the bwe-request signal to get emitted after cc has been
disposed of, as the closure only takes a weak reference to it.

Fix by simply checking if cc is None

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/1044>
2023-01-11 15:09:45 +00:00
..
aws aws: Update to test-with 0.9 2023-01-05 12:35:42 +02:00
hlssink3 Update for API changes 2023-01-05 12:33:54 +02:00
ndi Fix various new clippy warnings 2022-12-13 11:43:16 +02:00
onvif Fix various new clippy warnings 2022-12-13 11:43:16 +02:00
raptorq Fix various new clippy warnings 2022-12-13 11:43:16 +02:00
reqwest reqwest: Update for API changes 2023-01-06 12:52:30 +02:00
rtp rtpav1depay: Implement srcpad set_caps 2023-01-03 19:35:45 +02:00
webrtc webrtcsink: fix panic on pre-bwe request error 2023-01-11 15:09:45 +00:00
webrtchttp webrtchttp: Remove unnecessary clippy warning override 2022-12-12 14:32:12 +02:00