After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 699825 - Add ClutterGstContent
Add ClutterGstContent
Status: RESOLVED FIXED
Product: clutter-gst
Classification: Other
Component: general
git master
Other All
: Normal normal
: ---
Assigned To: clutter-gst-maint
clutter-gst-maint
Depends on:
Blocks:
 
 
Reported: 2013-05-07 11:47 UTC by Bastian Winkler
Modified: 2013-07-22 15:21 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Add ClutterGstContent (23.03 KB, patch)
2013-05-07 11:47 UTC, Bastian Winkler
committed Details | Review

Description Bastian Winkler 2013-05-07 11:47:10 UTC
A first proof of concept for a ClutterContent implementation to display videos
Comment 1 Bastian Winkler 2013-05-07 11:47:13 UTC
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.
Comment 2 Lionel Landwerlin 2013-07-22 15:21:18 UTC
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!