Skip to content
Snippets Groups Projects
  • Jim's avatar
    4122a5b9
    (API Change) Rename 'source_frame' + related · 4122a5b9
    Jim authored
    For the sake of naming consistency with the rest of obs.h, prefix this
    structure and associated functions with obs_.
    
    Renamed structures:
    - struct source_frame (now obs_source_frame)
    
    Renamed functions:
    - source_frame_init (now obs_source_frame_init)
    - source_frame_free (now obs_source_frame_free)
    - source_frame_create (now obs_source_frame_create)
    - source_frame_destroy (now obs_source_frame_destroy)
    
    Affected functions:
    - obs_source_output_video
    - obs_source_get_frame
    - obs_source_release_frame
    4122a5b9
    History
    (API Change) Rename 'source_frame' + related
    Jim authored
    For the sake of naming consistency with the rest of obs.h, prefix this
    structure and associated functions with obs_.
    
    Renamed structures:
    - struct source_frame (now obs_source_frame)
    
    Renamed functions:
    - source_frame_init (now obs_source_frame_init)
    - source_frame_free (now obs_source_frame_free)
    - source_frame_create (now obs_source_frame_create)
    - source_frame_destroy (now obs_source_frame_destroy)
    
    Affected functions:
    - obs_source_output_video
    - obs_source_get_frame
    - obs_source_release_frame