AppSink.setDrop
void setDrop(bool drop)Instruct appsink to drop old buffers when the maximum amount of queued data is reached, that is, when any configured limit is hit (max-buffers, max-time or max-bytes).
Parameters
drop | the new state |
void setDrop(bool drop)Instruct appsink to drop old buffers when the maximum amount of queued data is reached, that is, when any configured limit is hit (max-buffers, max-time or max-bytes).
drop | the new state |