Gstreamer elements memory leak -


how find memory leak problem in gstreamer elements/plugins? how analyse gst refcount memory/object leak/refcount? examples? using appsrc , appsink push , pull buffer , gstreamer pipeline. seems there memory issue these elements. have live source feeds data pipeline, typically properties set on appsrc , appsink live source? thanks-opensid

you can use tools valgrind (memcheck) or asan (address sanitizer) check such issues. refcount issues tricky find.


Comments

Popular posts from this blog

Why does Ruby on Rails generate add a blank line to the end of a file? -

keyboard - Smiles and long press feature in Android -

node.js - Bad Request - node js ajax post -