Example #1
0
 def setUp(self):
     Base.setUp(self)
     self.autoaudio_bin[0]['path'] = self.tmppath
Example #2
0
 def test_preview_and_record(self):
     bins = self.autoaudio_bin
     Base.test_preview_and_record(self, bins)
Example #3
0
 def test_pause_only_recording_and_stop(self):
     bins = self.getVideoTestBin()
     Base.test_pause_only_recording_and_stop(self, bins)
Example #4
0
 def test_preview_and_record(self):
     bins = self.getVideoTestBin()
     Base.test_preview_and_record(self, bins)
 def test_record_multi(self):
     bins = self.autoaudio_bin + self.getVideoTestBin()
     Base.test_record_multi(self, bins)
 def test_pause_error(self):
     bins = self.autoaudio_bin
     Base.test_pause_error(self, bins)
 def test_record_multi(self):
     bins = self.blackmagic_bin + self.getVideoTestBin(
     ) + self.getAudioTestBin()
     Base.test_record_multi(self, bins)
 def setUp(self):
     Base.setUp(self)
     self.autoaudio_bin[0]['path'] = self.tmppath
 def test_pause_error(self):
     bins = self.v4l2_bin
     Base.test_pause_error(self, bins)
Example #10
0
 def test_preview_and_record(self):
     bins = self.blackmagic_bin
     Base.test_preview_and_record(self, bins)
 def test_record_error(self):
     bins = self.v4l2_bin
     Base.test_record_error(self, bins)
 def test_preview_error(self):
     bins = self.v4l2_bin
     Base.test_preview_error(self, bins)
 def test_stop_on_paused(self):
     bins = self.v4l2_bin
     Base.test_stop_on_paused(self, bins)
Example #14
0
 def test_stop_on_paused(self):
     bins = self.autoaudio_bin
     Base.test_stop_on_paused(self, bins)
Example #15
0
 def test_stop_on_paused(self):
     bins = self.blackmagic_bin
     Base.test_stop_on_paused(self, bins)
Example #16
0
 def test_record_error(self):
     bins = self.autoaudio_bin
     Base.test_record_error(self, bins)
Example #17
0
 def test_preview_error(self):
     bins = self.blackmagic_bin
     Base.test_preview_error(self, bins)
 def test_preview_multi(self):
     bins = self.autoaudio_bin + self.getVideoTestBin()
     Base.test_preview_multi(self, bins)
Example #19
0
 def test_record_error(self):
     bins = self.blackmagic_bin
     Base.test_record_error(self, bins)
 def test_preview_error(self):
     bins = self.autoaudio_bin
     Base.test_preview_error(self, bins)
Example #21
0
 def test_pause_error(self):
     bins = self.blackmagic_bin
     Base.test_pause_error(self, bins)
Example #22
0
 def test_record_error(self):
     bins = self.getVideoTestBin()
     Base.test_record_error(self, bins)
 def setUp(self):
     Base.setUp(self)
     self.pulse_bin[0]['path'] = self.tmppath
Example #24
0
 def tearDown(self):
     Base.tearDown(self)
 def test_preview_multi(self):
     bins = self.pulse_bin + self.getVideoTestBin()
     Base.test_preview_multi(self, bins)
 def test_record_multi(self):
     bins = self.v4l2_bin + self.getVideoTestBin() + self.getAudioTestBin()
     Base.test_record_multi(self, bins)
 def test_preview_and_record(self):
     bins = self.pulse_bin
     Base.test_preview_and_record(self, bins)
Example #28
0
 def test_preview_multi(self):
     bins = self.autoaudio_bin + self.getVideoTestBin()
     Base.test_preview_multi(self, bins)
 def test_record_multi(self):
     bins = self.pulse_bin + self.getVideoTestBin()
     Base.test_record_multi(self, bins)
Example #30
0
 def test_record_multi(self):
     bins = self.autoaudio_bin + self.getVideoTestBin()
     Base.test_record_multi(self, bins)
 def test_stop_on_paused(self):
     bins = self.pulse_bin
     Base.test_stop_on_paused(self, bins)
Example #32
0
 def test_preview_error(self):
     bins = self.autoaudio_bin
     Base.test_preview_error(self, bins)
 def test_preview_error(self):
     bins = self.pulse_bin
     Base.test_preview_error(self, bins)
Example #34
0
 def test_pause_error(self):
     bins = self.autoaudio_bin
     Base.test_pause_error(self, bins)
 def test_record_error(self):
     bins = self.pulse_bin
     Base.test_record_error(self, bins)
 def tearDown(self):
     Base.tearDown(self)
 def test_pause_error(self):
     bins = self.pulse_bin
     Base.test_pause_error(self, bins)
 def test_preview_and_record(self):
     bins = self.autoaudio_bin
     Base.test_preview_and_record(self, bins)
 def setUp(self):
     Base.setUp(self)
     self.firewire_renc_bin[0]['path'] = self.tmppath
 def test_stop_on_paused(self):
     bins = self.autoaudio_bin
     Base.test_stop_on_paused(self, bins)
 def test_preview_and_record(self):
     bins = self.firewire_renc_bin
     Base.test_preview_and_record(self, bins)
 def test_record_error(self):
     bins = self.autoaudio_bin
     Base.test_record_error(self, bins)
 def test_record_multi(self):
     bins = self.firewire_renc_bin + self.getVideoTestBin() + self.getAudioTestBin()
     Base.test_record_multi(self, bins)
Example #44
0
 def test_stop_on_paused(self):
     bins = self.getVideoTestBin()
     Base.test_stop_on_paused(self, bins)
 def test_stop_on_paused(self):
     bins = self.firewire_renc_bin
     Base.test_stop_on_paused(self, bins)
Example #46
0
 def test_pause_error(self):
     bins = self.getVideoTestBin()
     Base.test_pause_error(self, bins)
 def test_preview_error(self):
     bins = self.firewire_renc_bin
     Base.test_preview_error(self, bins)
Example #48
0
 def setUp(self):
     Base.setUp(self)
 def test_record_error(self):
     bins = self.firewire_renc_bin
     Base.test_record_error(self, bins)
Example #50
0
 def test_preview(self):
     bins = self.getVideoTestBin()
     Base.test_preview(self, bins)
 def test_pause_error(self):
     bins = self.firewire_renc_bin
     Base.test_pause_error(self, bins)
Example #52
0
 def test_preview_and_record_multi(self):
     bins = self.getVideoTestBin() + self.getOtherVideoTestBin(
     ) + self.getAudioTestBin()
     Base.test_preview_and_record_multi(self, bins)
 def test_preview_and_record(self):
     bins = self.v4l2_bin
     Base.test_preview_and_record(self, bins)