[MPlayer-dev-eng] [PATCH] dvdnav

Rich Felker dalias at aerifal.cx
Mon Feb 6 05:11:49 CET 2006


On Mon, Feb 06, 2006 at 04:09:53AM +0100, Diego Biurrun wrote:
> On Sun, Feb 05, 2006 at 09:41:42PM -0500, Rich Felker wrote:
> > On Mon, Feb 06, 2006 at 03:28:27AM +0100, Diego Biurrun wrote:
> > > 
> > > OK, try the following steps to reproduce:
> > > 
> > >  gmplayer -dvd-device /path/to/rush_hour/ dvdnav://
> > > 
> > > The copyright warning flickers while the movie window disappears and
> > > reappears.  I found out this is window manager specific.  It happens
> > > with wmii (which I use currently), but goes away when I try with XFce.
> > > 
> > > What also happens - both with mplayer and gmplayer - is that the console
> > > gets spammed with messages like
> > > 
> > > VDec: vo config request - 720 x 480 (preferred colorspace: Unknown)             
> > > VDec: using Planar YV12 as output csp (no 0)
> > > Movie-Aspect is 1.78:1 - prescaling to correct movie aspect.
> > > VO: [xv] 720x480 => 854x480 Planar YV12 
> > > 
> > > that go away once the copyright warning stops.  Maybe this is related?
> > 
> > Are you using -fixed-vo? In any case it sounds like this is the
> > problem: reinitializing the vo again and again. We need to do
> > something so the config request gets blocked if the new mode is the
> > same as the old one.
> 
> No, I don't use -fixed-vo.

Try it and see if the problem goes away. BTW -fixed-vo is recommended
to always be used unless you're using a broken old vo driver that
crashes with it.

Rich




More information about the MPlayer-dev-eng mailing list