rtpssrcdemux: Release lock before emitting signal
authorOlivier Crête <olivier.crete@collabora.co.uk>
Fri, 6 May 2011 22:12:53 +0000 (18:12 -0400)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Tue, 17 May 2011 07:22:20 +0000 (09:22 +0200)
commit1bf94a92b04e4b0ff83fd015daa46e880cc4d920
tree9939208b6121439daced8aba92027c7bb103d452
parent4df5d896f096c6ab730ba8f7cb2e9af6ff412b03
rtpssrcdemux: Release lock before emitting signal

If the lock is not released before emitting a signal, it may cause a deadlock
if any other function in the element is called.

Also removed an unused timestamp parameter

https://bugzilla.gnome.org/show_bug.cgi?id=649617
gst/rtpmanager/gstrtpssrcdemux.c