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

Method pause

old_examples/synchronizer.py:94–97  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

92 gst.error("seek to %r failed" % location)
93
94 def pause(self):
95 gst.info("pausing player")
96 self.player.set_state(gst.STATE_PAUSED)
97 self.playing = False
98
99 def play(self):
100 gst.info("playing player")

Callers 2

play_toggledMethod · 0.45
scale_button_press_cbMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected