From: Jakub Adam Date: Thu, 27 Jan 2022 16:56:29 +0000 (+0100) Subject: webrtcbin: Chain up to parent constructed method X-Git-Tag: 1.20.0~45 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=bea8cba5e69a34b35986a95a6d225a0b7571124e;p=platform%2Fupstream%2Fgstreamer.git webrtcbin: Chain up to parent constructed method Failing to do so makes GstWebRTCBin invisible to the leaks tracer. Part-of: --- diff --git a/subprojects/gst-plugins-bad/ext/webrtc/gstwebrtcbin.c b/subprojects/gst-plugins-bad/ext/webrtc/gstwebrtcbin.c index fbbba46588..9d5b2633ff 100644 --- a/subprojects/gst-plugins-bad/ext/webrtc/gstwebrtcbin.c +++ b/subprojects/gst-plugins-bad/ext/webrtc/gstwebrtcbin.c @@ -7309,6 +7309,8 @@ gst_webrtc_bin_constructed (GObject * object) (GstWebRTCIceOnCandidateFunc) _on_local_ice_candidate_cb, webrtc, NULL); g_free (name); + + G_OBJECT_CLASS (parent_class)->constructed (object); } static void