pull_until_eos
Description:
[ CCode ( cname = "gst_harness_pull_until_eos" ) ]
[ Version ( since = "1.18" ) ]
public bool pull_until_eos (out Buffer buf)
Pulls a Buffer from the AsyncQueue on the
Harness sinkpad.
The pull will block until an EOS event is received, or timeout in 60 seconds. MT safe.
Parameters:
this |
a Harness
|
buf |
A Buffer, or null if EOS or timeout occures first.
|
Returns:
true on success, false on timeout.
|