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

Method sink_seek

testsuite/old/test_event.py:116–119  ·  view source on GitHub ↗
(self, offset, method=gst.SEEK_TYPE_SET)

Source from the content-addressed store, hash-verified

114 return handoffs
115
116 def sink_seek(self, offset, method=gst.SEEK_TYPE_SET):
117 self.sink.seek(1.0, gst.FORMAT_BYTES, gst.SEEK_FLAG_FLUSH,
118 method, offset,
119 gst.SEEK_TYPE_NONE, 0)
120
121 def testSimple(self):
122 handoffs = self.playAndIter()

Callers 1

testSeekCurMethod · 0.95

Calls 1

seekMethod · 0.45

Tested by

no test coverage detected