GNOME Bugzilla – Bug 658294
gst-inspect videorate hangs
Last modified: 2011-09-06 09:01:28 UTC
Reminder for me to fix tomorrow.
Created attachment 195737 [details] [review] videorate: too much of a good thing is still too much - even for locking Seriously...
Comment on attachment 195737 [details] [review] videorate: too much of a good thing is still too much - even for locking Taking the object lock in set/get_property should always work and does work for other elements. Something else must do something wrong with the lock
The object lock has already been taken before the switch() statement..
commit 78f50f2d2522cea0e3db7dcd866911b13f4ac152 Author: Vincent Penquerc'h <vincent.penquerch@collabora.co.uk> Date: Mon Sep 5 23:00:30 2011 +0100 videorate: don't take the object lock twice in {set,get}_property https://bugzilla.gnome.org/show_bug.cgi?id=658294