MCPcopy Create free account
hub / github.com/GStreamer/gst-python / set_now

Method set_now

old_examples/remuxer.py:226–228  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

224 self.thaw_notify()
225
226 def set_now(self):
227 time, dur = self.pwindow.player.query_position()
228 self.set_time(time)
229
230 def activated(self):
231 time = self.get_time()

Callers 1

create_uiMethod · 0.95

Calls 2

set_timeMethod · 0.95
query_positionMethod · 0.45

Tested by

no test coverage detected