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