summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakub Adam <jakub.adam@collabora.com>2022-01-27 17:56:29 +0100
committerTim-Philipp Müller <tim@centricular.com>2022-01-28 01:12:12 +0000
commit5fb55e125388df69d633cfbd6342ae4ea40e3bdb (patch)
tree189d35da234764056f88bfa309295b695d769742
parentc3fca34b1d40b32986fcd83047b3527087a61071 (diff)
downloadgstreamer-plugins-bad-5fb55e125388df69d633cfbd6342ae4ea40e3bdb.tar.gz
webrtcbin: Chain up to parent constructed method
Failing to do so makes GstWebRTCBin invisible to the leaks tracer. Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/2570>
-rw-r--r--ext/webrtc/gstwebrtcbin.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/webrtc/gstwebrtcbin.c b/ext/webrtc/gstwebrtcbin.c
index f8e7ef445..85435303b 100644
--- a/ext/webrtc/gstwebrtcbin.c
+++ b/ext/webrtc/gstwebrtcbin.c
@@ -6012,6 +6012,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