rtspsrc: Create send/recv mutexes once, not on every connect()
authorSebastian Dröge <sebastian@centricular.com>
Thu, 29 Jun 2017 15:59:58 +0000 (18:59 +0300)
committerSebastian Dröge <sebastian@centricular.com>
Tue, 4 Jul 2017 06:17:44 +0000 (09:17 +0300)
commite3fbfa1ee59210f65eef2bf495526424d9fc85f3
tree557d7a5286cfb15f21305a1102fd642ebac6d12d
parent6be5331ec5cf44abf0f2b58867e4d017030dedea
rtspsrc: Create send/recv mutexes once, not on every connect()

Also fixes a crash caused by freeing an uninitialized mutex in an error
case.

https://bugzilla.gnome.org//show_bug.cgi?id=784282
gst/rtsp/gstrtspsrc.c