Webrtcbin : Need to use 'host' from gst_uri_get_host s libnice agent expects it
requested to merge harshadkhedkar/gst-plugins-bad:fix/add-turn-server-fails-with-libnice into master
Currently master code of gst1-plugins-bad use plain-string host name while passing it to libnice agent: nice_agent_set_relay_info() in gstwebrtcice.c while adding turn_server(_add_turn_server).
It is observered that if we don't convert the host parameter by using gst_uri_get_host, it fails in libnice agent(0.1.14-1).
Code does, actually, set the host correctly but while passing params to nice_agent_set_relay_info, it uses incorrect one.