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/gstreamer/-/merge_requests/1587>
This commit is contained in:
Jakub Adam 2022-01-27 17:56:29 +01:00 committed by GStreamer Marge Bot
parent f9d1641848
commit bea8cba5e6

View file

@ -7309,6 +7309,8 @@ gst_webrtc_bin_constructed (GObject * object)
(GstWebRTCIceOnCandidateFunc) _on_local_ice_candidate_cb, webrtc, NULL); (GstWebRTCIceOnCandidateFunc) _on_local_ice_candidate_cb, webrtc, NULL);
g_free (name); g_free (name);
G_OBJECT_CLASS (parent_class)->constructed (object);
} }
static void static void