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

Method response

old_examples/synchronizer.py:467–474  ·  view source on GitHub ↗
(self, response)

Source from the content-addressed store, hash-verified

465 self.set_state(gst.STATE_PLAYING)
466
467 def response(self, response):
468 assert self.resolution == UNKNOWN
469 self.resolution = response
470 self.set_state(gst.STATE_NULL)
471 self.pdialog.destroy()
472 self.pdialog = None
473 self.window.set_sensitive(True)
474 self.emit('done', response)
475
476 def start(self, main_window):
477 self.window = main_window

Callers 2

_bus_watchMethod · 0.95
startMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected