[MPlayer-users] Problem with gmplayer and r31381

Reimar Döffinger Reimar.Doeffinger at gmx.de
Mon Jun 14 00:39:45 CEST 2010


On Sun, Jun 13, 2010 at 08:36:10PM +0200, Giorgio wrote:
> >> It would be nice if someone else could test this too, maybe it's just
> >> my system, but again r31380 works fine. But I understand that gmplayer
> >> is basically unsupported nowadays. Thank you anyway.
> >
> > Well, if only gmplayer was the issue I wouldn't care much, however
> > gmplayer now uses the interface that all MPlayer GUIs should use,
> > so if gmplayer has this issue, other GUIs might have the same.
> 
> Finally, I did many tests, but this simple modification solves the issue for me:
> 
> Index: gui/interface.c
> ===================================================================
> --- gui/interface.c	(revision 31381)
> +++ gui/interface.c	(working copy)
> @@ -552,7 +552,6 @@
>  	  guiIntfStruct.MovieHeight=vo_dheight;
>            if (guiWinID>=0)
>              wsMoveWindow( &appMPlayer.mainWindow,0,0, vo_dheight);
> -          WinID = appMPlayer.subWindow.WindowID;
>           }
>  	break;
>  #ifdef CONFIG_DVDREAD
> 
> I don't get the error if I apply this patch, and the video frames are
> displayed correctly now, both in window and fullscreen mode. Thanks.

Uh, it will be completely broken now after some more cleanup changes I
did.
On the other hand, there's a chance it will now work after you revert this,
but I doubt it...


More information about the MPlayer-users mailing list