rtpsession: Don't notify about stats property changes while taking the session lock
authorSebastian Dröge <sebastian@centricular.com>
Wed, 11 May 2016 06:28:13 +0000 (09:28 +0300)
committerSebastian Dröge <sebastian@centricular.com>
Wed, 11 May 2016 06:28:13 +0000 (09:28 +0300)
commit204a86af97d039ddc71cc61bb8bf8a30827c1db1
tree7a34fedd2d28ba7963b192be9b77c8fb6edf8ee6
parent00f23053b1f27c6857a2153b39e1344d2d6e9eaf
rtpsession: Don't notify about stats property changes while taking the session lock

The signal handlers might want to actually get the value of the stats
property, which would take the session lock again and deadlock.

This was introduced by 2e960e70750a0cb7e1117d0c09d08597866a29ee.

https://bugzilla.gnome.org/show_bug.cgi?id=766025
gst/rtpmanager/rtpsession.c