[PATCH] Fix for broken GUI support in current SVN head mplayer version
xmga video-out support is broken in the current SVN release in GUI (gmplayer) mode. Playing a video will crash since "vo_window" is not set up properly before using. Also, moving the window across the screen also doesn't work. The patch fixes both issues, changes are rather trivial but I'm happy to discuss them if needed. There still is an issue with extensive flickering in full-screen mode that is neither addressed nor caused by this patch - I didn't have time yet to look into this. Thanks & keep up the good work on my favorite video player, Dirk
On Wed, Sep 22, 2010 at 02:19:28PM -0700, Dirk Porezag wrote:
xmga video-out support is broken in the current SVN release in GUI (gmplayer) mode. Playing a video will crash since "vo_window" is not set up properly before using. Also, moving the window across the screen also doesn't work. The patch fixes both issues, changes are rather trivial but I'm happy to discuss them if needed.
Your patch does not apply anymore, does the problem still exist or was it fixed in SVN HEAD? Diego
participants (2)
-
Diego Biurrun -
Dirk Porezag