Update of /cvsroot/freevo/freevo/src/tv
In directory sc8-pr-cvs1:/tmp/cvs-serv12339

Modified Files:
        ivtv.py 
Log Message:
Increase the sleep time because 0.3 was too short for some people.


Index: ivtv.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/tv/ivtv.py,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** ivtv.py     30 Jul 2003 23:04:01 -0000      1.7
--- ivtv.py     2 Aug 2003 12:56:41 -0000       1.8
***************
*** 10,13 ****
--- 10,16 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.8  2003/08/02 12:56:41  rshortt
+ # Increase the sleep time because 0.3 was too short for some people.
+ #
  # Revision 1.7  2003/07/30 23:04:01  rshortt
  # Work around an msp3400 bug where it will lose sound when doing a few things,
***************
*** 116,120 ****
      def setstd(self, value):
          v4l2.Videodev.setstd(self, value)
!         time.sleep(0.3)
          self.mspSetMatrix()
  
--- 119,123 ----
      def setstd(self, value):
          v4l2.Videodev.setstd(self, value)
!         time.sleep(1)
          self.mspSetMatrix()
  




-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to