Update of /cvsroot/freevo/freevo/src/helpers
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25673/src/helpers

Modified Files:
        tvstat.py 
Log Message:
More work on tv settings, configuration of v4l2 devices based on TV_SETTINGS.



Index: tvstat.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/helpers/tvstat.py,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** tvstat.py   12 Aug 2004 16:58:58 -0000      1.1
--- tvstat.py   13 Aug 2004 16:17:33 -0000      1.2
***************
*** 11,14 ****
--- 11,17 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.2  2004/08/13 16:17:33  rshortt
+ # More work on tv settings, configuration of v4l2 devices based on TV_SETTINGS.
+ #
  # Revision 1.1  2004/08/12 16:58:58  rshortt
  # Run this helper to see how freevo autodetected your tv/dvb cards.  This will be 
changing slightly and will be a good tool to get debug information from users.
***************
*** 49,58 ****
  
          if isinstance(card, config.IVTVCard):
!             v4l2 = tv.ivtv.IVTV(card.vdev)
!             print 'vdev: %s' % card.vdev
  
          elif isinstance(card, config.TVCard):
!             v4l2 = tv.v4l2.Videodev(card.vdev)
!             print 'vdev: %s' % card.vdev
  
          elif isinstance(card, config.DVBCard):
--- 52,61 ----
  
          if isinstance(card, config.IVTVCard):
!             v4l2 = tv.ivtv.IVTV(key)
!             print 'vdev: %s' % v4l2.settings.vdev
  
          elif isinstance(card, config.TVCard):
!             v4l2 = tv.v4l2.Videodev(key)
!             print 'vdev: %s' % v4l2.settings.vdev
  
          elif isinstance(card, config.DVBCard):
***************
*** 61,65 ****
  
          if v4l2:
!             v4l2.init_settings(key)
              v4l2.print_settings()
              v4l2.close()
--- 64,68 ----
  
          if v4l2:
!             v4l2.init_settings()
              v4l2.print_settings()
              v4l2.close()



-------------------------------------------------------
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to