will drop any buffers that are pushed into it once its internal queue is full. The selected type defines whether to drop the oldest or new buffers.
AppSrc.leakyType
gstapp.types.AppLeakyType leakyType() @propertyGet leakyType property.
Returns
When set to any other value than GST_APP_LEAKY_TYPE_NONE then the appsrc
void leakyType(gstapp.types.AppLeakyType propval) @propertySet leakyType property.
Parameters
propval | When set to any other value than GST_APP_LEAKY_TYPE_NONE then the appsrc will drop any buffers that are pushed into it once its internal queue is full. The selected type defines whether to drop the oldest or new buffers. |