[MPlayer-users] every video is looping twice

Andre Albsmeier andre.albsmeier at siemens.com
Sat Mar 29 22:36:54 CET 2003


On Sat, 29-Mar-2003 at 20:24:02 +0100, Peter Magnusson wrote:
> [Automatic answer: RTFM (read DOCS, FAQ), also read DOCS/bugreports.html]
> On Sat, 29 Mar 2003, D Richard Felker III wrote:
> 
> > Looping is probably enabled in your gui config. IMO, it's a VERY bad
> 
> And what is it named then? I cant find anything with "loop" my in gui.conf.

Same here. It started with MPlayer-0.90rc4 already. I happens only
when the gui is active. To be sure that no bad settings are lying
around, I removed the whole .mplayer directory and started from
scratch. I am using the patch below now. I assume it is ugly, will
fry your machine and kill your cat but it works and I don't have
the time to dig around in the GUI code :-).

--- mplayer.c.ORI	Mon Mar 10 15:02:18 2003
+++ mplayer.c	Fri Mar 28 09:16:23 2003
@@ -1078,6 +1078,8 @@
 
 // ******************* Now, let's see the per-file stuff ********************
 
+if( use_gui )
+  mplEnd();
 play_next_file:
 
   if (filename) load_per_file_config (mconfig, filename);



One of the MPlayer-0.90rc4 fixes was:

-loop fixes, now -loop 2 plays it twice :) 

Maybe it has to do with it...

Hth,

	-Andre

> 
> > idea to use gui=yes in your .mplayer/config. Instead run gmplayer if
> > you want the gui.
> 
> That worked, thanks.
> 
> _______________________________________________
> RTFM!!!  http://www.MPlayerHQ.hu/DOCS
> Search:  http://www.MPlayerHQ.hu/cgi-bin/htsearch
> http://mplayerhq.hu/mailman/listinfo/mplayer-users

-- 
BSD, from the people who brought you TCP/IP.



More information about the MPlayer-users mailing list