Skip to content

webrtc: (n)ice: Fix socket leaks

Philippe Normand requested to merge philn/gstreamer:webrtc-ice-leaks into main
commit 4a7da62e918ba863bca4e7d62b573fc78830fdbf (HEAD -> webrtc-ice-leaks, philn/webrtc-ice-leaks)
Author: Philippe Normand <philn@igalia.com>
Date:   Sat Jul 30 17:28:41 2022 +0100

    webrtc: nice: WeakRef access fixes
    
    The GstWebRTCNiceStream::ice property getter already hands-off a full reference,
    so there is no need to call g_weak_ref_get() in call sites.
    
    Fixes #1350
commit 762fc1096ae175152601d87d074e1893d20a99ab
Author: Philippe Normand <philn@igalia.com>
Date:   Sat Jul 30 17:19:42 2022 +0100

    webrtc: ice: Fix GstWebRTCICE parent class
    
    It is a GstObject, not a GObject.

Merge request reports