diff options
author | Paul Davis <paul@linuxaudiosystems.com> | 2007-03-18 17:57:48 +0000 |
---|---|---|
committer | Wim Taymans <wim.taymans@gmail.com> | 2007-03-18 17:57:48 +0000 |
commit | 0abc869e3e4b2ec6be387c3298062477f51fc338 (patch) | |
tree | b4fd05259217052d7fbc5af1c4743c4c7d423f17 /ChangeLog | |
parent | 5b3587b7f5494deda70b9176281694cd52a5d9b2 (diff) | |
download | gst-plugins-bad-0abc869e3e4b2ec6be387c3298062477f51fc338.tar.gz gst-plugins-bad-0abc869e3e4b2ec6be387c3298062477f51fc338.tar.bz2 gst-plugins-bad-0abc869e3e4b2ec6be387c3298062477f51fc338.zip |
ext/jack/gstjackaudioclient.c: Don't need to take the connection lock, it will not be used and could cause deadlocks.
Original commit message from CVS:
Based on patch by: Paul Davis <paul at linuxaudiosystems dot com>
* ext/jack/gstjackaudioclient.c: (gst_jack_audio_unref_connection):
Don't need to take the connection lock, it will not be used and could
cause deadlocks.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2007-03-18 Wim Taymans <wim@fluendo.com> + + Based on patch by: Paul Davis <paul at linuxaudiosystems dot com> + + * ext/jack/gstjackaudioclient.c: (gst_jack_audio_unref_connection): + Don't need to take the connection lock, it will not be used and could + cause deadlocks. + 2007-03-16 Edward Hervey <edward@fluendo.com> * sys/osxvideo/osxvideosink.m: |