Update of /cvsroot/freevo/freevo/src/tv/plugins
In directory sc8-pr-cvs1:/tmp/cvs-serv12363/src/tv/plugins
Modified Files:
ivtv_record.py
Log Message:
Use the VideoGroup for this channel to change to the correct input on the
v4l device.
Index: ivtv_record.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/tv/plugins/ivtv_record.py,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -d -r1.16 -r1.17
*** ivtv_record.py 28 Nov 2003 19:26:37 -0000 1.16
--- ivtv_record.py 31 Dec 2003 16:09:32 -0000 1.17
***************
*** 11,14 ****
--- 11,18 ----
# -----------------------------------------------------------------------
# $Log$
+ # Revision 1.17 2003/12/31 16:09:32 rshortt
+ # Use the VideoGroup for this channel to change to the correct input on the
+ # v4l device.
+ #
# Revision 1.16 2003/11/28 19:26:37 dischi
# renamed some config variables
***************
*** 154,157 ****
--- 158,165 ----
v.init_settings()
+ vg = fc.getVideoGroup(self.prog.tunerid)
+
+ print 'Setting Input to %s' % vg.input_num
+ v.setinput(vg.input_num)
print 'Setting Channel to %s' % self.prog.tunerid
-------------------------------------------------------
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