MCPcopy 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
114class VideoWidget(gtk.DrawingArea):
115 def __init__(self):

Callers 5

activatedMethod · 0.45
do_remuxMethod · 0.45
do_choose_fileMethod · 0.45
play_toggledMethod · 0.45
scale_button_press_cbMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected