Skip to content

appsink: Drop last buffer reference on NULL state

Xavier Claessens requested to merge xclaesse/gstreamer:appsink-last-sample into main

Currently when using a buffer pool with an appsink, all allocated GstMemory are kept until the pipeline is destroyed, instead of freeing them on NULL state.

Merge request reports

Loading