def setUp(self): Base.setUp(self) self.autoaudio_bin[0]['path'] = self.tmppath
def test_preview_and_record(self): bins = self.autoaudio_bin Base.test_preview_and_record(self, bins)
def test_pause_only_recording_and_stop(self): bins = self.getVideoTestBin() Base.test_pause_only_recording_and_stop(self, bins)
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 test_pause_error(self): bins = self.v4l2_bin Base.test_pause_error(self, bins)
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)
def test_stop_on_paused(self): bins = self.autoaudio_bin Base.test_stop_on_paused(self, bins)
def test_stop_on_paused(self): bins = self.blackmagic_bin Base.test_stop_on_paused(self, bins)
def test_record_error(self): bins = self.autoaudio_bin Base.test_record_error(self, bins)
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)
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)
def test_pause_error(self): bins = self.blackmagic_bin Base.test_pause_error(self, bins)
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
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)
def test_record_multi(self): bins = self.pulse_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)
def test_preview_error(self): bins = self.pulse_bin Base.test_preview_error(self, bins)
def test_record_error(self): bins = self.pulse_bin Base.test_record_error(self, bins)
def test_pause_error(self): bins = self.pulse_bin Base.test_pause_error(self, bins)
def setUp(self): Base.setUp(self) self.firewire_renc_bin[0]['path'] = self.tmppath
def test_preview_and_record(self): bins = self.firewire_renc_bin Base.test_preview_and_record(self, bins)
def test_record_multi(self): bins = self.firewire_renc_bin + self.getVideoTestBin() + self.getAudioTestBin() Base.test_record_multi(self, bins)
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)
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)
def setUp(self): Base.setUp(self)
def test_record_error(self): bins = self.firewire_renc_bin Base.test_record_error(self, bins)
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)
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)