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>
Thu, 29 Jun 2017 15:59:58 +0000 (18:59 +0300)
commitcd17c71dcea5c9310d21f1347c7520983e5869ac
treee6c34a4c151d9b945bc0e9b29c5ea2f1f49df143
parente8a46787388ae7e1ee037304fd984758d39f1627
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