Set the maximum amount of buffers that can be queued in this.
After this amount of buffers are queued in appsink, any more buffers will block upstream elements until a sample is pulled from this, unless 'drop' is set, in which case new buffers will be discarded.
| this |
a Sink |
| max |
the maximum number of buffers to queue |