rtspconnection: Protect readsrc, writesrc and controllsrc with a mutex
authorGöran Jönsson <goranjn@axis.com>
Wed, 27 Aug 2014 11:45:57 +0000 (13:45 +0200)
committerSebastian Dröge <sebastian@centricular.com>
Fri, 29 Aug 2014 08:28:13 +0000 (11:28 +0300)
commitacdb7feacf5253b661b0c0e5ce5283cb85483849
treeb4ad6518c82fef3f7a7d26b543ecfdac3e7db685
parent2434af3d31b544071543684867fdfcf3d254f3c0
rtspconnection: Protect readsrc, writesrc and controllsrc with a mutex

Fixes a crash when controlsrc, readsrc or writesrc are modified from
gst_rtsp_source_dispatch_read/write and gst_rtsp_watch_reset at the
same time.

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