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

Method run

old_examples/remuxer.py:500–507  ·  view source on GitHub ↗
(self, main_window)

Source from the content-addressed store, hash-verified

498 return True
499
500 def run(self, main_window):
501 if self.start(main_window):
502 loop = gobject.MainLoop()
503 self.connect('done', lambda *x: gobject.idle_add(loop.quit))
504 loop.run()
505 else:
506 self.resolution = CANCELLED
507 return self.resolution
508
509class RemuxBin(gst.Bin):
510 def __init__(self, start_time, stop_time):

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