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

Method pause

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

Source from the content-addressed store, hash-verified

89 gst.error("seek to %r failed" % location)
90
91 def pause(self):
92 gst.info("pausing player")
93 self.player.set_state(gst.STATE_PAUSED)
94 self.playing = False
95
96 def play(self):
97 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