[Webkit-unassigned] [Bug 35747] [GStreamer] Poll messages from the bus if the player is not runned inside a glib mainloop

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 13 16:55:05 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=35747





--- Comment #10 from Philippe Normand <pnormand at igalia.com>  2010-04-13 16:55:05 PST ---
Some news about this. I am now experimenting on a new approach, setting a
synchronous handler on the gst bus with gst_bus_set_sync_handler() and
processing the message in the mainloop using a one-shot timer. Songbird uses a
similar approach.

It works fine if I use a g_timeout_add but not with the higher level WebCore
Timer API... Trying to figure out why the timer callback is never fired :/

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



More information about the webkit-unassigned mailing list