rtspconnection: make hostname lookup more thread-safe
authorTim-Philipp Müller <tim.muller@collabora.co.uk>
Sat, 7 Jan 2012 20:12:17 +0000 (20:12 +0000)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Sat, 7 Jan 2012 20:16:41 +0000 (20:16 +0000)
commit9f042ae224b3d84643bf4ad977080987fe80d36f
tree5da2eca33951a182b6e90e346ebbf00343d55c3e
parent1031fedaf01097b32ea8945c5476a850e3e8d028
rtspconnection: make hostname lookup more thread-safe

Don't write IP number string to return into a static
array which is shared amongst all threads (note: of
course a copy is returned).

https://bugzilla.gnome.org/show_bug.cgi?id=666711
gst-libs/gst/rtsp/gstrtspconnection.c