[pitivi: 8/14] factories/test: make _makeDefaultBin do something sensible.
- From: Edward Hervey <edwardrv src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [pitivi: 8/14] factories/test: make _makeDefaultBin do something sensible.
- Date: Fri, 1 Oct 2010 12:16:51 +0000 (UTC)
commit 2b987ec0c112652bd45034d6fb28328182cb82f8
Author: Alessandro Decina <alessandro d gmail com>
Date: Wed Sep 29 16:03:00 2010 +0200
factories/test: make _makeDefaultBin do something sensible.
pitivi/factories/test.py | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/pitivi/factories/test.py b/pitivi/factories/test.py
index ddbea3b..2815951 100644
--- a/pitivi/factories/test.py
+++ b/pitivi/factories/test.py
@@ -64,6 +64,9 @@ class VideoTestSourceFactory(SourceFactory):
return video_bin
+ def _makeDefaultBin(self):
+ return self._makeStreamBin(self.output_streams[0])
+
def _releaseBin(self, bin):
pass
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]