MCPcopy Create free account
hub / github.com/GStreamer/gst-python / run

Method run

old_examples/synchronizer.py:497–504  ·  view source on GitHub ↗
(self, main_window)

Source from the content-addressed store, hash-verified

495 return True
496
497 def run(self, main_window):
498 if self.start(main_window):
499 loop = gobject.MainLoop()
500 self.connect('done', lambda *x: gobject.idle_add(loop.quit))
501 loop.run()
502 else:
503 self.resolution = CANCELLED
504 return self.resolution
505
506class ResyncBin(gst.Bin):
507 def __init__(self, sync_points, maxdiff):

Callers 4

do_remuxMethod · 0.95
do_get_touriMethod · 0.45
_bus_watchMethod · 0.45
do_choose_fileMethod · 0.45

Calls 1

startMethod · 0.95

Tested by

no test coverage detected