• Hardware Platform ( GPU) • DeepStream Version 6.2 • Issue Type( new requirements)
While I combined deepstream-user-metadata-test and deepstream-image-meta-test this two example. If I isolated these three function( in deepstream-user-metadata-test example) into another .c file.
set_metadata_ptr
copy_user_meta
release_user_meta
and change those function into non static function.
The image usermeta data will disappear.
So there may have same function name in Deepstream library.
I suggest the deepstream-user-metadata-test example example should prompt user to change those function name instead just use static function.
I think this is a implicit way to prompt user change the function name. For a beginner like me who come from Python to figure out the error. It spend me a lot of time.