After the maximum amount of buffers are queued, appsrc will emit the "enough-data" signal.
AppSrc.maxBuffers
ulong maxBuffers() @propertyGet maxBuffers property.
Returns
The maximum amount of buffers that can be queued internally.
void maxBuffers(ulong propval) @propertySet maxBuffers property.
Parameters
propval | The maximum amount of buffers that can be queued internally. After the maximum amount of buffers are queued, appsrc will emit the "enough-data" signal. |