diff options
author | MaZderMind <peter@mazdermind.de> | 2014-08-13 16:41:08 +0200 |
---|---|---|
committer | MaZderMind <peter@mazdermind.de> | 2014-08-13 16:41:08 +0200 |
commit | 9e472b49ddba06f80d8cea8dfb318fc316193249 (patch) | |
tree | 34bff0684893533710bc9f88b634a816f0ac4676 /voctocore/experiments/failovertest.py | |
parent | 4acaf2f5de7071b72db81b64fd10020e041cdabb (diff) |
test with a real audio and video source
Diffstat (limited to 'voctocore/experiments/failovertest.py')
-rwxr-xr-x | voctocore/experiments/failovertest.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/voctocore/experiments/failovertest.py b/voctocore/experiments/failovertest.py index 5881b0f..fd43d83 100755 --- a/voctocore/experiments/failovertest.py +++ b/voctocore/experiments/failovertest.py @@ -23,7 +23,7 @@ class Example: self.bus.connect('message::error', self.on_error) self.mixdisplay = VideomixerWithDisplay() - self.grabbersrc = ShmSrc('/tmp/grabber', Gst.Caps.from_string('video/x-raw,width=1280,height=720,framerate=25/1,format=BGRA')) + self.grabbersrc = ShmSrc('/tmp/grabber-v', Gst.Caps.from_string('video/x-raw,width=1280,height=720,framerate=25/1,format=BGRA')) # Add elements to pipeline self.pipeline.add(self.mixdisplay) |