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

Method get_state

old_examples/remuxer.py:108–109  ·  view source on GitHub ↗
(self, timeout=1)

Source from the content-addressed store, hash-verified

106 gst.info("stopped player")
107
108 def get_state(self, timeout=1):
109 return self.player.get_state(timeout=timeout)
110
111 def is_playing(self):
112 return self.playing

Callers 2

activatedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected