fix issue with not being able to play media off an SFTP share
when mplayer reports that it has video, resize the media
window so that mplayer has something to draw to
fix problem with seeking in the tracker
While here, regen WANTLIB.
Bugfix: ATTRIBUTE_FORCE_CACHE not being processed
(upstream svn revision r2172)
Bugfix: correctly set/initialize the media_device attribute
(upstream svn revision r2165)
Fix handling of mouse, panel and controls visibility when
going to/returning from fullscreen (upstream svn r2167 - r2169)
Bugfix: 'f' not going to/returning from fullscreen
(upstream svn revision r2161)
Set CDDB media type as TYPE_CD
(upstream svn revision r2165)
This now uses gsettings/dconf configuration system.
Most of my local patches have been merged upstream.
dconf clue stick by ajacoutot@
Tested by Antti Harri on YouTube using the flashvideoreplacer
extension for firefox (thanks!)
please go ahead fgsch@
From MAINTAINER David Coppa with some reccommendations from landry@ and
myself, namely:
- comments in patches.
- remove fullscreen bar animation by default.
- fix an issue regarding the volume defaulting to zero.
- message regarding gconfd-2
OK landry@
Thanks
GNOME MPlayer is a simple GUI for MPlayer.
It has a rich API that is exposed via DBus. It is not highly dependent
on the GNOME libraries, but its look and feel is based on the GNOME HIG.
The player can be used to play media on websites when used
with Gecko Mediaplayer.
Note that despites its name, it is not a GNOME application but rather a
simple gtk one, this is why it is not under x11/gnome. It is completely
usable on !GNOME.
from David Coppa (MAINTAINER) with some tweaks.