webrtcice: do not run host resolution from applictation thread
authorMathieu Duponchelle <mathieu@centricular.com>
Tue, 28 Aug 2018 16:48:48 +0000 (18:48 +0200)
committerMathieu Duponchelle <mathieu@centricular.com>
Wed, 19 Sep 2018 14:17:24 +0000 (16:17 +0200)
commit45fe050286d2228810a0dc1e19caad3e32f17765
tree487ed9f668757a463b20e359d5207f6d661ea761
parent1d6160d59c9d79b1b9599582412147025aa48a21
webrtcice: do not run host resolution from applictation thread

g_resolver_lookup_by_name is a blocking call, and should not
be run when the user sets or adds a turn-server.

https://bugzilla.gnome.org/show_bug.cgi?id=797012
ext/webrtc/gstwebrtcice.c