[MPlayer-dev-eng] RE: gmplayer (mplayer) not closing xv port
Gregoire Gentil
gregoire at gentil.com
Mon Dec 11 21:09:12 CET 2006
There is a problem indeed. The following function is well defined in
libvo/vo_xvmc.c, but it's never called. Any idea?
Gregoire
static void uninit(void){
if( mp_msg_test(MSGT_VO,MSGL_DBG4) ) {
printf("vo_xvmc: uninit called\n"); }
xvmc_free();
//from vo_xv
#ifdef HAVE_XF86VM
vo_vm_close(mDisplay);
#endif
vo_x11_uninit();
}
> ------------------------------
>
> Message: 3
> Date: Mon, 11 Dec 2006 17:54:40 +0100
> From: Thomas Hellstr?m <thomas at tungstengraphics.com>
> Subject: [MPlayer-dev-eng] gmplayer (mplayer) not closing xv port
> To: mplayer-dev-eng at mplayerhq.hu
> Message-ID: <457D8D50.9000908 at tungstengraphics.com>
> Content-Type: text/plain; charset=ISO-8859-1; format=flowed
>
> Hi!
>
> Sorry for cross-posting, but I realized I might have sent to
> the wrong
> list....
>
>
> I notice that when gmplayer has played a video to the end
> using the xv or xvmc vo plugin, it's not closing the xv port
> it has been using, even if it only displays a splash screen.
>
> Is this a known problem or is there a reason for it not doing so?
>
> Regards,
> Thomas Hellstrom.
>
>
>
>
>
More information about the MPlayer-dev-eng
mailing list