GNOME Bugzilla – Bug 699825
Add ClutterGstContent
Last modified: 2013-07-22 15:21:18 UTC
A first proof of concept for a ClutterContent implementation to display videos
Created attachment 243474 [details] [review] Add ClutterGstContent This adds a ClutterContent implementation that uses a CoglGstVideoSink to display GStreamer video frames in any ClutterActor. It does not implement the ClutterGstPlayer interface, so you have to manage all GStreamer related tasks on your own.
Hi, Thank you for your patch, I pushed it upstream and rebase all the work I started to rely on ClutterGstContent. This is now on master, enjoy!