streamdeck-obs-plugin2 icon indicating copy to clipboard operation
streamdeck-obs-plugin2 copied to clipboard

Use obs_source_properties instead of obs_get_source_properties

Open exeldro opened this issue 2 years ago • 0 comments

it is faster and has less chance of null reference error in the get_properties function of the source, because void* data is not null Also some source have different properties based on changes in the settings or the state of the source.

exeldro avatar Oct 13 '23 08:10 exeldro