GNOME Bugzilla – Bug 624554
[camerabin] don't call gst_bus_poll() from gst_camerabin_have_img_buffer
Last modified: 2010-07-16 17:11:39 UTC
+++ This bug was initially created as a clone of Bug #624504 +++ It should not be used since it runs the main loop from non main thread. Here is the relevant part of backtrace:
+ Trace 222878
Just for the record, this was fixed in -bad 0.10.19: commit 58bf3be7307f2636e6a59956f4ca80f162827baf Author: Lasse Laukkanen <ext-lasse.2.laukkanen@nokia.com> Date: Wed Feb 17 11:51:26 2010 +0200 camerabin: don't use gst_bus_poll() when creating preview image Avoid using gst_bus_poll() as the docs recommend. Use gst_bus_timed_pop_filtered() instead.