gstd-1.x
gstd-1.x copied to clipboard
Fix the property read-back when setting a property
This fixes a bug that issues critical warnings when dealing with write-only properties. When setting this kind of property many times, the number of messages gets unmanageable, and the logs get dirty
Addressing: https://github.com/RidgeRun/gstd-1.x/issues/275
Should we add something to the response even if the property is write only? Like
"value": nullor"value": "WRITE_ONLY".
Sounds fair to me. I will do it