[vlc-devel] Re: CVS Commit (stippi)
Stephan Assmus
stippi at yellowbites.com
Fri Oct 11 16:26:56 CEST 2002
> Update of /var/cvs/videolan/vlc/plugins/beos
> Modified Files:
> Tag: v0_4_1_branch
> InterfaceWindow.cpp InterfaceWindow.h VideoWindow.h
> vout_beos.cpp
>
> Log Message:
> video output has better handling of settings. it remembers flags
> like fullscreen, aspect ratio correction and on-top-all-windows
> fell across multiple files in the playlist and also across program
> launches
When I played arround with this, I noticed that the transition from a
DVD playlist item to a file item is different from a going from one
file to another. Appearantly, going from one file to the next
completely deletes the video output instance, but going from DVD
playback to an AVI file delays the deletion of the video output
instance. The effect is that the video for the AVI will not have
overlays (since they are still in use by the DVD output), and my new
code for remembering the settings does not work. The first item is
annoying enough. I would assume, that the destruction of the DVD output
is delayed, to see if a new DVD title maybe has the same output
parameters, and the instance can be continued to be used. That is all
fine, but can't we have both, the clean exit _before_ a new instance is
created _and_ the reuse of an existing instance?
Best regards,
-Stephan
--
This is the vlc-devel mailing-list, see http://www.videolan.org/vlc/
To unsubscribe, please read http://www.videolan.org/lists.html
If you are in trouble, please contact <postmaster at videolan.org>
More information about the vlc-devel
mailing list