diff options
author | Olivier Crete <tester@tester.ca> | 2008-08-05 08:58:27 +0000 |
---|---|---|
committer | Wim Taymans <wim.taymans@gmail.com> | 2008-08-05 08:58:27 +0000 |
commit | efc6bf88850d0c7cc5679a9ca89e33b0b1c806dc (patch) | |
tree | 922722d16782572825c69b0a5a10372727ecff27 /ChangeLog | |
parent | 8a35b0101a703718e52a3b12c8a8777572b9f150 (diff) | |
download | gst-plugins-bad-efc6bf88850d0c7cc5679a9ca89e33b0b1c806dc.tar.gz gst-plugins-bad-efc6bf88850d0c7cc5679a9ca89e33b0b1c806dc.tar.bz2 gst-plugins-bad-efc6bf88850d0c7cc5679a9ca89e33b0b1c806dc.zip |
gst/rtpmanager/gstrtpbin.c: Release lock before emitting the request-pt-map signal.
Original commit message from CVS:
Patch by: Olivier Crete <tester at tester dot ca>
* gst/rtpmanager/gstrtpbin.c: (get_pt_map):
Release lock before emitting the request-pt-map signal.
Fixes #543480.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2008-08-05 Wim Taymans <wim.taymans@collabora.co.uk> + + Patch by: Olivier Crete <tester at tester dot ca> + + * gst/rtpmanager/gstrtpbin.c: (get_pt_map): + Release lock before emitting the request-pt-map signal. + Fixes #543480. + 2008-08-02 Sebastian Dröge <sebastian.droege@collabora.co.uk> * gst/deinterlace2/gstdeinterlace2.c: |