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 617906 - Move popup icons to backend
Move popup icons to backend
Status: RESOLVED FIXED
Product: totem
Classification: Core
Component: GStreamer backend
2.30.x
Other Linux
: Normal normal
: ---
Assigned To: Maintainer alias for GStreamer component of Totem
Maintainer alias for GStreamer component of Totem
Depends on: 617899
Blocks:
 
 
Reported: 2010-05-06 14:19 UTC by Bastien Nocera
Modified: 2012-04-18 16:39 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Bastien Nocera 2010-05-06 14:19:20 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
Comment 1 Bastien Nocera 2012-04-18 16:39:43 UTC
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.