aboutsummaryrefslogtreecommitdiff
path: root/voctocore/experiments
diff options
context:
space:
mode:
authorMaZderMind <peter@mazdermind.de>2014-08-22 17:32:31 +0200
committerMaZderMind <peter@mazdermind.de>2014-08-22 17:32:31 +0200
commit04e90a74e1a84de1bf6fe7779c7c5fb676dc3778 (patch)
tree054e5828e53f6305113396bd83b87dd5743e0749 /voctocore/experiments
parentfe32288e89651bf80b94cf5421daca431c7f45ca (diff)
remove unused handler functions
Diffstat (limited to 'voctocore/experiments')
-rwxr-xr-xvoctocore/experiments/startuptest/startuptest.py8
1 files changed, 0 insertions, 8 deletions
diff --git a/voctocore/experiments/startuptest/startuptest.py b/voctocore/experiments/startuptest/startuptest.py
index 606f5b5..58e676a 100755
--- a/voctocore/experiments/startuptest/startuptest.py
+++ b/voctocore/experiments/startuptest/startuptest.py
@@ -55,13 +55,5 @@ class Example:
self.pipeline.set_state(Gst.State.NULL)
self.mainloop.quit()
- def on_eos(self, bus, msg):
- print('on_eos()')
- #self.kill()
-
- def on_error(self, bus, msg):
- print('on_error():', msg.parse_error())
- #self.kill()
-
example = Example()
example.run()