GNOME Bugzilla – Bug 744359
glimagesink: Does produce navigation events from gst-launch
Last modified: 2015-02-12 01:50:41 UTC
When using gst-launch, glimagesink, like x*imagesink creates it's own window. But unlike these other sinks, it does not transform X events into GStreamer navigation events, meaning it can't be used with navseek.
Uh, yea it does, but only in master and only X11. gst-launch-1.0 playbin uri=file:///test.mp4 video-sink="navseek ! glimagesink" kind of works. It repeat frames indefinitely though after the seek happens. If I disable the VideoAlignment option in GLBufferPool it works fine.
Presumably because the GLMemory is not too happy with being constantly mapped by libav.
Oh, I didn't test with git master, sorry for the noise!