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

Method play

old_examples/switch.py:134–135  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

132 self.player.set_location(location)
133
134 def play(self):
135 self.player.play()
136
137 def populate_combobox(self):
138 switch = self.player.pipeline.get_by_name('s')

Callers 1

create_uiMethod · 0.95

Calls 1

playMethod · 0.45

Tested by

no test coverage detected