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

Modified Files:
        mplayer.py 
Log Message:
Added testcode for viewing the VCR/Composite1 input on the TV card

Index: mplayer.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/tv/plugins/mplayer.py,v
retrieving revision 1.22
retrieving revision 1.23
diff -C2 -d -r1.22 -r1.23
*** mplayer.py  28 Oct 2003 16:08:14 -0000      1.22
--- mplayer.py  6 Nov 2003 06:08:38 -0000       1.23
***************
*** 10,13 ****
--- 10,16 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.23  2003/11/06 06:08:38  krister
+ # Added testcode for viewing the VCR/Composite1 input on the TV card
+ #
  # Revision 1.22  2003/10/28 16:08:14  mikeruelle
  # convert to new thread system
***************
*** 203,207 ****
                          's-video':3}[cf_input.lower()]
              input = 'input=%s' % tmp
-             chanlist = 'chanlist=%s' % cf_clist
              device= 'device=%s' % cf_device
  
--- 206,209 ----
***************
*** 209,220 ****
              outfmt = 'outfmt=%s' % config.TV_VIEW_OUTFMT
              
!             tvcmd = ('-tv on:driver=%s:%s:%s:%s:'
                       '%s:width=%s:height=%s:%s %s' %
!                      (config.TV_DRIVER, device, input, norm, chanlist, w, h, outfmt, 
config.TV_OPTS))
  
!             args = (config.MPLAYER_CMD, config.MPLAYER_VO_DEV,
!                     config.MPLAYER_VO_DEV_OPTS, tvcmd,
!                     config.MPLAYER_ARGS_TVVIEW)
!             mpl = '%s -vo %s%s -fs %s %s' % args
  
          else:
--- 211,225 ----
              outfmt = 'outfmt=%s' % config.TV_VIEW_OUTFMT
              
!             tvcmd = ('tv:// -tv driver=%s:%s:%s:'
                       '%s:width=%s:height=%s:%s %s' %
!                      (config.TV_DRIVER, device, input, norm, w, h, outfmt, 
config.TV_OPTS))
  
!             args = (config.MPLAYER_NICE, config.MPLAYER_CMD, config.MPLAYER_VO_DEV,
!                     config.MPLAYER_VO_DEV_OPTS, tvcmd)
! 
!             if config.MPLAYER_ARGS.has_key('tv'):
!                 args += (config.MPLAYER_ARGS['tv'],)
! 
!             mpl = '--prio=%s %s -vo %s%s -fs %s %s -slave' % args
  
          else:




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