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

Modified Files:
        ivtv.py 
Log Message:
No longer override setstd because the mspSetMatrix() call was only to work
around a (fixed) ivtv bug.  Also removed the setinput call because that is
now taken care of by the VideoGroup and channels.py.


Index: ivtv.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/tv/ivtv.py,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** ivtv.py     30 Nov 2003 16:30:58 -0000      1.11
--- ivtv.py     31 Dec 2003 16:05:34 -0000      1.12
***************
*** 10,13 ****
--- 10,18 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.12  2003/12/31 16:05:34  rshortt
+ # No longer override setstd because the mspSetMatrix() call was only to work
+ # around a (fixed) ivtv bug.  Also removed the setinput call because that is
+ # now taken care of by the VideoGroup and channels.py.
+ #
  # Revision 1.11  2003/11/30 16:30:58  rshortt
  # Convert some tv variables to new format (TV_).
***************
*** 91,100 ****
  
  
-     def setstd(self, value):
-         tv.v4l2.Videodev.setstd(self, value)
-         time.sleep(1)
-         self.mspSetMatrix()
- 
- 
      def getCodecInfo(self):
          val = struct.pack( CODEC_ST, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 )
--- 96,99 ----
***************
*** 117,122 ****
  
          tv.v4l2.Videodev.init_settings(self)
- 
-         self.setinput(opts['input'])
  
          (width, height) = string.split(opts['resolution'], 'x')
--- 116,119 ----




-------------------------------------------------------
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to