Skip to content

rtsp-client: Use watch_context before unref

Göran Jönsson requested to merge goranjn/gst-rtsp-server:move_usage into master

Move the usage of priv->watch_context to beginning of function gst_rtsp_client_finalize. Instead of use it after g_main_context_unref (priv->watch_context).

Merge request reports