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

Method check_cutout

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

Source from the content-addressed store, hash-verified

729 return False
730
731 def check_cutout(self):
732 if self.cutout.get_time() <= self.cutin.get_time():
733 pos, dur = self.player.query_position()
734 self.cutout.set_time(dur)
735
736 def check_cutin(self):
737 if self.cutin.get_time() >= self.cutout.get_time():

Callers

nothing calls this directly

Calls 3

get_timeMethod · 0.80
set_timeMethod · 0.80
query_positionMethod · 0.45

Tested by

no test coverage detected