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
Post a Comment