Jason Tackaberry wrote: > Author: tack > Date: Wed Nov 29 05:40:13 2006 > New Revision: 2114 > > Modified: > trunk/popcorn/src/backends/xine/child.py > > Log: > Slow down status timer -- is there any need for it to update > 1000 times a second?
No, I guess 0.05 or 0.1 is still enough. > > > Modified: trunk/popcorn/src/backends/xine/child.py > ============================================================================== > --- trunk/popcorn/src/backends/xine/child.py (original) > +++ trunk/popcorn/src/backends/xine/child.py Wed Nov 29 05:40:13 2006 > @@ -323,7 +323,7 @@ > print "unable to play stream" > return False > self.parent.set_streaminfo(True, self._get_streaminfo()) > - self._status.start(0.001) > + self._status.start(0.03) > return True Dischi -- Never say 'OOPS!' Always say 'Ah, Interesting!'
pgpw1zHdMigwQ.pgp
Description: PGP signature
------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________ Freevo-cvslog mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/freevo-cvslog
