Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
activated
Method · 0.45
scale_value_changed_cb
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected