Harness.pullUntilEos

Pulls a #GstBuffer from the #GAsyncQueue on the #GstHarness sinkpad. The pull will block until an EOS event is received, or timeout in 60 seconds. MT safe.

class Harness
bool
pullUntilEos

Parameters

buf gst.buffer.Buffer

A #GstBuffer, or null if EOS or timeout occures first.

Return Value

Type: bool

true on success, false on timeout.