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

Method play

old_examples/play.py:96–99  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

94 self.playing = False
95
96 def play(self):
97 gst.info("playing player")
98 self.player.set_state(gst.STATE_PLAYING)
99 self.playing = True
100
101 def stop(self):
102 self.player.set_state(gst.STATE_NULL)

Callers 2

play_toggledMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected