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

Modified Files:
        config.py 
Log Message:
Add the property group_type to the VideoGroup class to easier handle special
capture cards like those based on ivtv chipsets and dvb cards.


Index: config.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/config.py,v
retrieving revision 1.74
retrieving revision 1.75
diff -C2 -d -r1.74 -r1.75
*** config.py   25 Nov 2003 01:08:11 -0000      1.74
--- config.py   27 Nov 2003 03:12:40 -0000      1.75
***************
*** 23,26 ****
--- 23,30 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.75  2003/11/27 03:12:40  rshortt
+ # Add the property group_type to the VideoGroup class to easier handle special
+ # capture cards like those based on ivtv chipsets and dvb cards.
+ #
  # Revision 1.74  2003/11/25 01:08:11  rshortt
  # Added a input_num property to the VideoGroup class because it can vary
***************
*** 194,197 ****
--- 198,203 ----
      recordable:  True or False.  Can you record from this VideoGroup.
      desc:        A nice description for this VideoGroup.
+     group_type:  Special variable to identify devices like dvb or ivtv.  This
+                  can be left as default, 'normal', or set to 'ivtv' or 'dvb'.
      """
  
***************
*** 199,203 ****
                   input_num=0, tuner_norm='NTSC', tuner_chanlist='us-cable', 
                   tuner_type='internal', tuner_chan=None,
!                  recordable=True, desc='Freevo default VideoGroup'):
  
          # XXX: Put checks in here for supplied values.
--- 205,210 ----
                   input_num=0, tuner_norm='NTSC', tuner_chanlist='us-cable', 
                   tuner_type='internal', tuner_chan=None,
!                  recordable=True, desc='Freevo default VideoGroup',
!                  group_type='normal'):
  
          # XXX: Put checks in here for supplied values.
***************
*** 212,215 ****
--- 219,223 ----
          self.recordable = recordable
          self.desc = desc
+         self.group_type = group_type
          self.in_use = FALSE
          self.tuner = None




-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to