mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 06:46:38 +00:00
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
1 changed files with 0 additions and 1 deletions
|
@ -5930,7 +5930,6 @@ gst_webrtc_bin_constructed (GObject * object)
|
|||
GstWebRTCBin *webrtc = GST_WEBRTC_BIN (object);
|
||||
gchar *name;
|
||||
|
||||
GST_ERROR_OBJECT (webrtc, "%s", GST_OBJECT_NAME (webrtc));
|
||||
name = g_strdup_printf ("%s:ice", GST_OBJECT_NAME (webrtc));
|
||||
webrtc->priv->ice = gst_webrtc_ice_new (name);
|
||||
g_signal_connect (webrtc->priv->ice, "on-ice-candidate",
|
||||
|
|
Loading…
Reference in a new issue