GNOME Bugzilla – Bug 618874
[pulse] regression: broken mainloop locking
Last modified: 2010-05-17 15:59:14 UTC
$ gst-inspect-0.10 pulsesink (snip) device-name : Human-readable name of the sound device Assertion 'm' failed at pulse/thread-mainloop.c:171, function pa_threaded_mainloop_lock(). Aborting.
Tries to lock a NULL main loop.
Same for pulsesrc
The property getters/setters should all check if a mainloop was allocated already... if nobody is faster I'll create patch later.
Created attachment 161232 [details] [review] pulse: Don't lock the mainloop in NULL
commit a8103facc59b9dde07ee95d026c3fd2323e278bb Author: Sebastian Dröge <sebastian.droege@collabora.co.uk> Date: Mon May 17 17:17:01 2010 +0200 pulse: Don't lock the mainloop in NULL