GNOME Bugzilla – Bug 680251
Add ability to freeze the texture
Last modified: 2013-11-17 21:14:45 UTC
So I can muck around with the playback pipeline without disturbing the (paused) display.
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.