Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GStreamer/gst-python
/ get_state
Method
get_state
old_examples/play.py:105–106 ·
view source on GitHub ↗
(self, timeout=1)
Source
from the content-addressed store, hash-verified
103
gst.info(
"stopped player"
)
104
105
def
get_state(self, timeout=1):
106
return
self.player.get_state(timeout=timeout)
107
108
def
is_playing(self):
109
return
self.playing
Callers
12
scale_value_changed_cb
Method · 0.45
on_button_clicked
Method · 0.45
buffer-draw.py
File · 0.45
record_sound.py
File · 0.45
testLoad
Method · 0.45
testStateChange
Method · 0.45
testFake
Method · 0.45
testBinState
Method · 0.45
_src_buffer_probe_cb
Method · 0.45
testRun
Method · 0.45
testRun
Method · 0.45
testPlaying
Method · 0.45
Calls
no outgoing calls
Tested by
8
testLoad
Method · 0.36
testStateChange
Method · 0.36
testFake
Method · 0.36
testBinState
Method · 0.36
_src_buffer_probe_cb
Method · 0.36
testRun
Method · 0.36
testRun
Method · 0.36
testPlaying
Method · 0.36