[farsight2/master] Dont restart on all errors
Olivier Crête
olivier.crete at collabora.co.uk
Tue Dec 23 15:20:38 PST 2008
---
tests/gui/fs2-gui.py | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/tests/gui/fs2-gui.py b/tests/gui/fs2-gui.py
index b67e370..ae1c2ef 100644
--- a/tests/gui/fs2-gui.py
+++ b/tests/gui/fs2-gui.py
@@ -105,8 +105,8 @@ class FsUIPipeline:
print message.type
if message.type == gst.MESSAGE_ERROR:
print message.parse_error()
- message.src.set_state(gst.STATE_NULL)
- message.src.set_state(gst.STATE_PLAYING)
+ #message.src.set_state(gst.STATE_NULL)
+ #message.src.set_state(gst.STATE_PLAYING)
elif message.type == gst.MESSAGE_WARNING:
print message.parse_warning()
--
1.5.6.5
More information about the farsight-commits
mailing list