[gstreamer-bugs] [Bug 615655] [camerabin] shouldn't rely on running GLib main loop

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Thu Apr 15 03:45:51 PDT 2010


https://bugzilla.gnome.org/show_bug.cgi?id=615655
  GStreamer | gst-plugins-bad | git

--- Comment #2 from Tim-Philipp Müller <t.i.m at zen.co.uk> 2010-04-15 10:45:48 UTC ---
Right, you can't do a state change from within the streaming thread.

Another alternative would be a helper thread iterating a custom GMainContext
(or just a one-shot start-thread, do state change, exit thread approach without
any main context / main loop iteration) - depends how often this is needed I
guess.

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.



More information about the Gstreamer-bugs mailing list