#include class NvOsdManager { private: public: GstElement *nvosd = NULL; NvOsdManager(); bool create_nv_osd(); ~NvOsdManager(); };