rtspconnection: Unset input/output_stream after freeing the GIOStream
authorOgnyan Tonchev <ognyan@axis.com>
Tue, 24 Sep 2013 14:26:37 +0000 (16:26 +0200)
committerSebastian Dröge <slomo@circular-chaos.org>
Tue, 24 Sep 2013 16:35:14 +0000 (18:35 +0200)
commit02ac18b6992b94f824e71a82d6ddaa238f04ffdb
tree31bff9f683aea62a1e0649302cf9763c4804e78e
parentf1d074ac3997f1de62be0448dd7104fcae7623c7
rtspconnection: Unset input/output_stream after freeing the GIOStream

watch->input_stream and watch->output_stream are owned by the GIOStream
and should be unset after freeing the stream.

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