Skip to content
Snippets Groups Projects
  • Jim's avatar
    778cc2b3
    (API Change) obs_reset_video: Use return codes · 778cc2b3
    Jim authored
    Changed API functions:
    libobs: obs_reset_video
    
    Before, video initialization returned a boolean, but "failed" is too
    little information, if it fails due to lack of device capabilities or
    bad video device parameters, the front-end needs to know that.
    
    The OBS Basic UI has also been updated to reflect this API change.
    778cc2b3
    History
    (API Change) obs_reset_video: Use return codes
    Jim authored
    Changed API functions:
    libobs: obs_reset_video
    
    Before, video initialization returned a boolean, but "failed" is too
    little information, if it fails due to lack of device capabilities or
    bad video device parameters, the front-end needs to know that.
    
    The OBS Basic UI has also been updated to reflect this API change.