GNOME Bugzilla – Bug 617906
Move popup icons to backend
Last modified: 2012-04-18 16:39:43 UTC
This would allow: - showing the play/pause/etc. icons directly in the video, and in windowed mode as well - have their size dependent on the size of the canvas - track the state of playbin2: - only hide the play icon when the state is actually playing - show feedback when seeking, until the seek has finished - show the next or previous file/chapter icons until the new file has opened and started playing
It's been moved: commit 1491a764d59aefdc50904f2f28f30be63b43f2c3 Author: Bastien Nocera <hadess@hadess.net> Date: Wed Apr 18 17:01:13 2012 +0100 main: Show OSD even when not in fullscreen https://bugzilla.gnome.org/show_bug.cgi?id=585003 commit dec73a90ca4fe302885dd3c2c5f694df92974b66 Author: Bastien Nocera <hadess@hadess.net> Date: Wed Apr 18 16:54:26 2012 +0100 main: Move OSD to the backend And use Clutter to draw it.