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 680251 - Add ability to freeze the texture
Add ability to freeze the texture
Status: RESOLVED FIXED
Product: clutter-gst
Classification: Other
Component: general
git master
Other Linux
: Normal normal
: ---
Assigned To: clutter-gst-maint
clutter-gst-maint
Depends on:
Blocks: 586982
 
 
Reported: 2012-07-19 14:18 UTC by Bastien Nocera
Modified: 2013-11-17 21:14 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Bastien Nocera 2012-07-19 14:18:08 UTC
So I can muck around with the playback pipeline without disturbing the (paused) display.
Comment 1 Lionel Landwerlin 2013-11-17 21:14:38 UTC
On master we have the concept of ClutterGstFrame object :  https://git.gnome.org/browse/clutter-gst/tree/clutter-gst/clutter-gst-types.h#n90

which basically allows you to take a frame of the video and keep it until you've changed your underlying Gstreamer pipeline. ClutterGstFrame contains a CoglPipeline object that has the GL texture(s) attached to it.