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

Modified Files:
        recordserver.py 
Log Message:
The snapshot in the event doesn't work. I've tried it numerous times, and it
is being killed before completing. 

Did no one else actually try this change?


Index: recordserver.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/helpers/recordserver.py,v
retrieving revision 1.44
retrieving revision 1.45
diff -C2 -d -r1.44 -r1.45
*** recordserver.py     22 Jun 2004 01:15:15 -0000      1.44
--- recordserver.py     23 Jun 2004 19:07:05 -0000      1.45
***************
*** 7,10 ****
--- 7,16 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.45  2004/06/23 19:07:05  outlyer
+ # The snapshot in the event doesn't work. I've tried it numerous times, and it
+ # is being killed before completing.
+ #
+ # Did no one else actually try this change?
+ #
  # Revision 1.44  2004/06/22 01:15:15  rshortt
  # Make checkToRecord() void, start the recording plugin from there, call it
***************
*** 897,901 ****
                  os.remove(tv_lock_file)
                  prog = event.arg
!                 snapshot(prog.filename)
                  if config.VCR_POST_REC:
                      util.popen3.Popen3(config.VCR_POST_REC)
--- 903,907 ----
                  os.remove(tv_lock_file)
                  prog = event.arg
!                 #snapshot(prog.filename)
                  if config.VCR_POST_REC:
                      util.popen3.Popen3(config.VCR_POST_REC)



-------------------------------------------------------
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to