GNOME Bugzilla – Bug 390988
Video preview
Last modified: 2011-09-13 05:17:01 UTC
Nautilus should preview videos when the user move the cursor on it, just like audio preview.
Do we actually want this? If I receive the go signal, I'll start implementing this :-) Any thoughts on how we should do this? Just have GStreamer render to the icon widget? Or maybe we can use totem's video widget?
Alright, so I've hacked a bit on this and discovered that this might be difficult to achieve. As far as I can understand, NautilusIconCanvas uses a single EelCanvas to render all of the icons. So there's no per-icon X window to render the video on with GstXOverlay[1]. So far I've only managed to render the video on top of the entire icon view. Fun :P A hack would be to somehow clip and resize the video correctly and place it over the corresponding icon, but this doesn't seem right. Could some nautilus guys please enlighten me on how this could best be achieved? [1] http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gst-plugins-base-libs/html/gst-plugins-base-libs-gstxoverlay.html
Johannes, go :D !
*** Bug 547992 has been marked as a duplicate of this bug. ***
This could be a option on nautilus preferences. I would change priority to Low.
*** Bug 596713 has been marked as a duplicate of this bug. ***
Was there ever any progress made on this?
(In reply to comment #7) > Was there ever any progress made on this? No, not really.
This is now possible using Sushi [1]. [1] http://blogs.gnome.org/cosimoc/2011/04/29/sushi/