Skip to content

bufferpool: do not check memory at release, if no memory attached

Xu Guangxin requested to merge XuGuangxin/gstreamer:skip_memory_check into master

We may use the buffer pool as a wrapper pool: memory will be revmoed before we call the release. Do not discard buffer for this case

Merge request reports