I modified the code according to deepstream-test3, and then created my own pipeline, but some of the plug-in properties I want to dynamically modify, for example, when clicking on one of the multi-channel video, I want to fill the video of this channel to display, does pipellie support dynamic modification of property values?
Please use “gst-inspect-1.0” tool to check the plugin properties status. If there is the description as “flags: readable, writable, changeable only in NULL or READY state”, the property does not support dynamic change during “PLAYING” state.
The flags of show-source in nvmultistreamtiler are readable, writable. So can I refer to the code of deepstream-app and create threads at startup and modify this property value periodically?
Like it!