block any further push-buffer calls until the amount of queued bytes drops below the max-bytes limit.
AppSrc.block
bool block() @propertyGet block property.
Returns
When max-bytes are queued and after the enough-data signal has been emitted,
void block(bool propval) @propertySet block property.
Parameters
propval | When max-bytes are queued and after the enough-data signal has been emitted, block any further push-buffer calls until the amount of queued bytes drops below the max-bytes limit. |