Hello everyone, when I'm using clutter-gst to show a v4l2 src. I have the problem that enqueued callbacks with clutter_threads_add_idle() are never processed. Showing videos instead of a v4l-source works. The strange thing it, that the v4l-video continues to show - it's not freezing.
I'm constructing my own gstreamer-pipeline and setting a texture as sink. actor = g_object_new( CLUTTER_TYPE_TEXTURE, "disable-slicing", TRUE,NULL ); pipeline = gst_pipeline_new( NULL ); // constructing pipeline sink = clutter_gst_video_sink_new( CLUTTER_TEXTURE(actor) ); Any ideas why this could be? linux 2.6.38 x64 clutter 1.6.16 clutter-gst 1.3.10 - 1.3.14 gstreamer 0.10.30-33 Thanks, Lukas _______________________________________________ clutter-app-devel-list mailing list [email protected] http://lists.clutter-project.org/listinfo/clutter-app-devel-list
