Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GStreamer/gst-python
/ is_playing
Method
is_playing
old_examples/play.py:108–109 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
106
return
self.player.get_state(timeout=timeout)
107
108
def
is_playing(self):
109
return
self.playing
110
111
class
VideoWidget(gtk.DrawingArea):
112
def
__init__(self):
Callers
2
play_toggled
Method · 0.45
scale_button_press_cb
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected