[gst-devel] priority of gnonlin and clutter-toolkit

Aapo Rantalainen aapo.rantalainen at gmail.com
Tue Dec 15 13:35:31 CET 2009


Hi, I'm using gnonlin and clutter together and there are problems with
priorities. Gnonlin should have better priority than redraw of
Clutter.

gnl/gnlcomposition.c:633
/* FIXME : This should be switched to using a g_thread_create() instead
       * of a g_idle_add(). EXTENSIVE TESTING AND ANALYSIS REQUIRED BEFORE
       * DOING THE SWITCH !!! */
      comp->priv->pending_idle =

-  g_idle_add ((GSourceFunc) eos_main_thread, (gpointer) comp);
+ g_idle_add_full (G_PRIORITY_HIGH_IDLE, (GSourceFunc)
eos_main_thread, (gpointer) comp, NULL);


http://www.clutter-project.org/docs/clutter/stable/clutter-General.html#CLUTTER-PRIORITY-REDRAW--CAPS

-Aapo Rantalainen




More information about the gstreamer-devel mailing list