Changeset - 9f36a105adb3
[Not reviewed]
default
0 2 0
drewp@bigasterisk.com - 15 years ago 2010-06-08 07:09:57
drewp@bigasterisk.com
fix vidref to allow playback from webcam
Ignore-this: 68fb17fe13ea3905dd72de86fa9f7c9a
2 files changed with 7 insertions and 5 deletions:
0 comments (0 inline, 0 general)
bin/vidref
Show inline comments
 
#!/usr/bin/python
 
import gtk
 
import sys
 
sys.path.append(".")
 
from light9.vidref.main import Main
 

	
 

	
light9/vidref/main.py
Show inline comments
 
@@ -97,12 +97,12 @@ class Main(object):
 
        
 
        tee = makeElem("tee")
 

	
 
        source.link(csp)
 
        csp.link(caps)
 
        caps.link(tee)
 
        tee.link(sink)
 
        source.link(sink)#csp)
 
#        csp.link(caps)
 
#        caps.link(tee)
 
#        tee.link(sink)
 

	
 
        tee.link(recSink)
 
#        tee.link(recSink)
 
#        tee.link(sink2)
 

	
 
        mainwin.show_all()
0 comments (0 inline, 0 general)