rtsp: don't use soon-to-be-deprecated g_cancellable_reset()
authorTim-Philipp Müller <tim@centricular.com>
Fri, 24 Oct 2014 16:49:37 +0000 (17:49 +0100)
committerTim-Philipp Müller <tim@centricular.com>
Tue, 19 May 2015 17:53:01 +0000 (18:53 +0100)
commit853951b6467a5d2a21dc52af6c733a11f355cbc8
treeddaf5d1d0bc8a327abc2735c1db0a8d2ee5ce5c5
parent39cbe25df76eb01bc46ec89e7822ca958d09595c
rtsp: don't use soon-to-be-deprecated g_cancellable_reset()

From the API documentation: "Note that it is generally not
a good idea to reuse an existing cancellable for more
operations after it has been cancelled once, as this
function might tempt you to do. The recommended practice
is to drop the reference to a cancellable after cancelling
it, and let it die with the outstanding async operations.
You should create a fresh cancellable for further async
operations."

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