gst-plugins-rs/net/webrtc/src
Maksym Khomenko 5b03f7d7b0 webrtcsrc: use @watch instead of @to-owned
@to-owned increases refcount of the element, which prevents the object from proper destruction, as the initial refcount with ElementFactory::make is larger than 1.

Instead, use @watch to create a weak reference and unbind the closure automatically if the object gets destroyed

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/1355>
2023-10-11 11:54:51 +03:00
..
aws_kvs_signaller Fix indentation of let-else blocks 2023-08-29 12:21:38 +00:00
livekit_signaller Use re-exported once_cell 2023-07-06 17:50:49 +03:00
signaller net/webrtc/signaller: add property to get the connection client ID 2023-08-10 17:30:21 +02:00
webrtcsink webrtcsink: Propagate GstContext messages 2023-09-15 00:26:08 +09:00
webrtcsrc webrtcsrc: use @watch instead of @to-owned 2023-10-11 11:54:51 +03:00
whip_signaller net/webrtc/whip_signaller: Use the correct URL during redirect 2023-10-06 13:11:46 +00:00
lib.rs Use re-exported once_cell 2023-07-06 17:50:49 +03:00
utils.rs webrtcsrc: add support for navigation events 2023-08-10 17:43:51 +00:00