webrtc: remove debugging leftover
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/1247>
This commit is contained in:
parent
50644f5718
commit
18de5f8f04
@ -5930,7 +5930,6 @@ gst_webrtc_bin_constructed (GObject * object)
|
|||||||
GstWebRTCBin *webrtc = GST_WEBRTC_BIN (object);
|
GstWebRTCBin *webrtc = GST_WEBRTC_BIN (object);
|
||||||
gchar *name;
|
gchar *name;
|
||||||
|
|
||||||
GST_ERROR_OBJECT (webrtc, "%s", GST_OBJECT_NAME (webrtc));
|
|
||||||
name = g_strdup_printf ("%s:ice", GST_OBJECT_NAME (webrtc));
|
name = g_strdup_printf ("%s:ice", GST_OBJECT_NAME (webrtc));
|
||||||
webrtc->priv->ice = gst_webrtc_ice_new (name);
|
webrtc->priv->ice = gst_webrtc_ice_new (name);
|
||||||
g_signal_connect (webrtc->priv->ice, "on-ice-candidate",
|
g_signal_connect (webrtc->priv->ice, "on-ice-candidate",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user