diff options
author | MaZderMind <peter@mazdermind.de> | 2014-08-22 17:32:31 +0200 |
---|---|---|
committer | MaZderMind <peter@mazdermind.de> | 2014-08-22 17:32:31 +0200 |
commit | 04e90a74e1a84de1bf6fe7779c7c5fb676dc3778 (patch) | |
tree | 054e5828e53f6305113396bd83b87dd5743e0749 /voctocore | |
parent | fe32288e89651bf80b94cf5421daca431c7f45ca (diff) |
remove unused handler functions
Diffstat (limited to 'voctocore')
-rwxr-xr-x | voctocore/experiments/startuptest/startuptest.py | 8 |
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() |