diff options
author | Olivier Crete <tester@tester.ca> | 2008-05-08 09:43:33 +0000 |
---|---|---|
committer | Wim Taymans <wim.taymans@gmail.com> | 2008-05-08 09:43:33 +0000 |
commit | f32cbe5017430884f7caf7b90abc805c5b71acaf (patch) | |
tree | bffa75a41e8686bd1f607b5bd9ae0394ade930c9 /ChangeLog | |
parent | 08b3343e6b966b0814a9d10ffa1766c7bfb96275 (diff) | |
download | gstreamer-plugins-bad-f32cbe5017430884f7caf7b90abc805c5b71acaf.tar.gz |
gst/rtpmanager/rtpsession.c: Unlock the session lock when calling one of our callbacks.
Original commit message from CVS:
Patch by: Olivier Crete <tester at tester dot ca>
* gst/rtpmanager/rtpsession.c: (source_clock_rate),
(rtp_session_process_bye), (rtp_session_send_bye_locked):
Unlock the session lock when calling one of our callbacks.
Fixes #532011.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2008-05-08 Wim Taymans <wim.taymans@collabora.co.uk> + + Patch by: Olivier Crete <tester at tester dot ca> + + * gst/rtpmanager/rtpsession.c: (source_clock_rate), + (rtp_session_process_bye), (rtp_session_send_bye_locked): + Unlock the session lock when calling one of our callbacks. + Fixes #532011. + 2008-05-08 Sebastian Dröge <slomo@circular-chaos.org> Patch by: Sjoerd Simons <sjoerd at luon dot net> |