[farsight2/master] Use the standard/merged python bin_to_do_file in our test

Olivier Crête olivier.crete at collabora.co.uk
Tue Jan 20 22:15:37 PST 2009


---
 tests/gui/fs2-gui.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/tests/gui/fs2-gui.py b/tests/gui/fs2-gui.py
index 4eb41e6..f744618 100755
--- a/tests/gui/fs2-gui.py
+++ b/tests/gui/fs2-gui.py
@@ -99,7 +99,7 @@ class FsUIPipeline:
 
     def int_handler(self, sig, frame):
         try:
-            self.pipeline.to_dot_file(0, "pipelinedump")
+            gst.DEBUG_BIN_TO_DOT_FILE(self.pipeline, 0, "pipelinedump")
         except:
             pass
         sys.exit(2)
-- 
1.5.6.5




More information about the farsight-commits mailing list