In cases where it is uncertain if an @appsink will have a consumer for its buffers when it receives an EOS, set to false to ensure that the @appsink will not hang.
AppSink.waitOnEos
bool waitOnEos() @propertyGet waitOnEos property.
Returns
Wait for all buffers to be processed after receiving an EOS.
void waitOnEos(bool propval) @propertySet waitOnEos property.
Parameters
propval | Wait for all buffers to be processed after receiving an EOS. In cases where it is uncertain if an @appsink will have a consumer for its buffers when it receives an EOS, set to false to ensure that the @appsink will not hang. |