Hello I am running clutter 1.6.14 and clutter-gst 1.3.6 (python using introspection). I want to retrieve the pipeline after creating a VideoTexture but I get an error "VideoTexture has no attribute get_pipeline". Running a dir on the object doesn't list this attribute.
self.video_texture = ClutterGst.VideoTexture() self.pipeline = self.video_texture.get_pipeline() It was working when using the python bindings of clutter-gst however. What is wrong here? thanks Sebastian _______________________________________________ clutter-app-devel-list mailing list [email protected] http://lists.clutter-project.org/listinfo/clutter-app-devel-list
