Hi, moving to the latest releases of pyGobject and gobject-introspection I was running into the issue that a ClutterVideoTexture which was previously correctly rendered on stage is showing up now in a separate window. Checking the debug output it seems there is some trouble initializing the ClutterGstVideoTexture properly:
Clutter-Message: [SCRIPT] ./clutter-script-parser.c:1073: Added object 'video' (type:ClutterGstVideoTexture, id:1, props:2, signals:0) Clutter-Message: [SCRIPT] ./clutter-script-parser.c:139: Type function: clutter_gst_video_texture_get_type /usr/lib/python2.7/dist-packages/gi/types.py:43: Warning: invalid (NULL) pointer instance return info.invoke(*args, **kwargs) /usr/lib/python2.7/dist-packages/gi/types.py:43: Warning: g_signal_connect_data: assertion `G_TYPE_CHECK_INSTANCE (instance)' failed return info.invoke(*args, **kwargs) /usr/lib/python2.7/dist-packages/gi/types.py:43: Warning: g_object_set: assertion `G_IS_OBJECT (object)' failed return info.invoke(*args, **kwargs) As a result of this a default ximage video sink is used, which is then shown in a separate window. Am I interpreting this correctly or is there another reason for this? What would be the approach to fix this? Thanks, -- tomw <[email protected]> _______________________________________________ clutter-app-devel-list mailing list [email protected] http://lists.clutter-project.org/listinfo/clutter-app-devel-list
