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

Method response

old_examples/remuxer.py:469–476  ·  view source on GitHub ↗
(self, response)

Source from the content-addressed store, hash-verified

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

Callers 2

_bus_watchMethod · 0.95
startMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected