I can wrap it in a try:except, but it really does fix a problem.
About 20% of the time, when I hit stop or exit, it would just sit
there for 2 seconds, both in the video and audio player.

On Wed, Oct 08, 2003 at 12:52:57PM +0200, Dirk Meyer wrote:
> [EMAIL PROTECTED] wrote:
> >   # $Log$
> > + # Revision 1.31  2003/10/08 02:04:04  outlyer
> > + # BUGFIX: For some reason, I was seeing a lot of 'killing with signal 9' in
> > + # my log files when I played certain video files. Adding the 'double' quit here
> > + # seems to cause it to quit cleanly, and immediately instead of an annoying
> > + # two seconds later.
> > + #
> >   # Revision 1.30  2003/10/04 14:38:10  dischi
> >   # Try to auto-correct av sync problems. Set MPLAYER_SET_AUDIO_DELAY to
> > ***************
> > *** 412,415 ****
> > --- 418,422 ----
> >           Stop mplayer and set thread to idle
> >           """
> > +         self.thread.app.write('quit\n')
> >           self.thread.stop('quit\n')
> >           rc.app(None)
> 
> This is a bad idea. Maybe the child is already dead and than you will
> get an IOError.
> 
> 
> Dischi
> 
> -- 
> Unnamed Law:
>       If it happens, it must be possible.
> 
> 
> -------------------------------------------------------
> This sf.net email is sponsored by:ThinkGeek
> Welcome to geek heaven.
> http://thinkgeek.com/sf
> _______________________________________________
> Freevo-cvslog mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/freevo-cvslog


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Freevo-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-devel

Reply via email to