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 744359 - glimagesink: Does produce navigation events from gst-launch
glimagesink: Does produce navigation events from gst-launch
Status: RESOLVED INVALID
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other Linux
: Normal enhancement
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2015-02-11 22:39 UTC by Olivier Crête
Modified: 2015-02-12 01:50 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Olivier Crête 2015-02-11 22:39:10 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.
Comment 1 Matthew Waters (ystreet00) 2015-02-12 01:39:59 UTC
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.
Comment 2 Matthew Waters (ystreet00) 2015-02-12 01:43:16 UTC
Presumably because the GLMemory is not too happy with being constantly mapped by libav.
Comment 3 Olivier Crête 2015-02-12 01:50:41 UTC
Oh, I didn't test with git master, sorry for the noise!