> -----Original Message-----
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] On Behalf Of 
> Ville Syrjälä
> Sent: Thursday, November 24, 2005 6:47 PM
> To: Duncan Webb
> Cc: [email protected]
> Subject: Re: [directfb-users] MPlayer on directfb fails to 
> deinitialisecorrectly
> 
> On Mon, Nov 21, 2005 at 10:00:15AM -0100, Duncan Webb wrote:
> > When I run mplayer with -vo directfb now everything exits 
> but leaves 
> > the last frame on the console. The directfb message contain:
> > 
> > (!!!)  *** WARNING [Application exited without de-initialization of 
> > DirectFB!] *** [core.c:727 in dfb_core_deinit_check()]
> 
> At least in my copy of libvo/vo_directfb2.c the Release() 
> function is commented out (line 1024). It seems it doesn't 
> like to to do the
> preinit() more than once so if you enable the Release() bit 
> you also have to comment out the "if (dfb) return 0;" at line 
> 189. Oh and you should also release the keyboard and event 
> buffer too (around line 995).

Yes, uninit is disabled in vo_directfb2.c. 
More than one (while playing multiple media files) init/deinit of dfb caused
troubles. So I have commented out dfb deinit.
If You intend to play only one file per mplayer run simply uncomment proper
lines...

        JS


_______________________________________________
directfb-users mailing list
[email protected]
http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-users

Reply via email to