Ludvig Rappe 26263c194e webrtc: Fix memory leak in icestream
Since both g_value_set_object() and g_weak_ref_get() takes a reference
there will be two new references to the GstWebRTCICE object when there
should be only one. g_value_take_object() has the same functionality as
g_value_set_object() but does not take a reference.

Without this change, the GstWebRTCICE object will be leaked.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/2333>
2022-04-29 21:52:43 +00:00
..
2022-02-26 17:05:22 +05:30
2022-02-15 08:18:44 +00:00
2021-11-24 13:11:23 +00:00
2022-04-23 00:00:23 +00:00
2022-04-01 15:52:28 +00:00
2021-10-19 07:19:41 +00:00
2022-04-25 13:57:42 +00:00
2021-10-11 15:23:08 +02:00
2021-10-20 17:05:34 +00:00