Hi,

using ClutterGstVideoSink I'm encountering some issues with choppy video
playback and almost 100% CPU consumption. I'm using the
ClutterGstVideoSink in Python via GObject introspection in conjunction
with a GStreamer pipeline:

sink = ClutterGst.VideoSink.new(video_texture)

The pipeline as such, using gst-launch, runs without any issues. Using
the autovideosink like:

sink = gst.element_factory_make("autovideosink", "video_output")

works fine as well, but of course, the video is not displayed on stage.
Is this an issue using the gst python bindings while using ClutterGst
via GObject introspection?

Thanks, 

tomw


_______________________________________________
clutter-app-devel-list mailing list
[email protected]
http://lists.clutter-project.org/listinfo/clutter-app-devel-list

Reply via email to