> the gnome-shell project has a set of hooks that allow them to capture > the contents of the screen to make videos through GStreamer. I suggest > you take a look at that as well.
Very interesting, thanks for pointing it out ! It's located in src/shell-recorder.c, and is a gstreamer plugin based on appsrc, and uses glReadPixel calls to grab frames. The gstreamer videorate element is used to smooth the capture. The test-recorder.c file shows an usage example. FLo -- To unsubscribe send a mail to [email protected]
