Author: duncan
Date: Thu Jan 25 22:36:34 2007
New Revision: 9055

Modified:
   branches/rel-1/freevo/src/tv/v4l2.py

Log:
[ 1635253 ] Recording Error in svn 1.7.x
Fix applied


Modified: branches/rel-1/freevo/src/tv/v4l2.py
==============================================================================
--- branches/rel-1/freevo/src/tv/v4l2.py        (original)
+++ branches/rel-1/freevo/src/tv/v4l2.py        Thu Jan 25 22:36:34 2007
@@ -243,7 +243,7 @@
         val = struct.pack(FREQUENCY_ST, 0,0,0)
         r = fcntl.ioctl(self.device, i32(GETFREQ_NO), val)
         res = struct.unpack(FREQUENCY_ST, r)
-        if DEBUG >= 3: print "getfreq: val=%r, r=%s, res=%r" % (val, r, res)
+        if DEBUG >= 3: print "getfreq: val=%r, r=%r, res=%r" % (val, r, res)
         (tuner, type, freq,) = res
         return freq
 
@@ -742,6 +742,7 @@
     #viddev.setextctrl(0x00990900, stream_type)
     print 'Stream Type = %d' % viddev.getcontrol('Stream Type')
     print '0x00990900 = %d' % viddev.getextctrl(0x00990900)
+    DEBUG=4
     print 'getfreq:', viddev.getfreq()
 
     viddev.close()

-------------------------------------------------------------------------
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

Reply via email to