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

Method testSimple

testsuite/old/test_event.py:121–123  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

119 gst.SEEK_TYPE_NONE, 0)
120
121 def testSimple(self):
122 handoffs = self.playAndIter()
123 assert handoffs == map(str, range(10))
124
125 def testSeekCur(self):
126 self.sink_seek(8)

Callers

nothing calls this directly

Calls 1

playAndIterMethod · 0.95

Tested by

no test coverage detected