-
- Downloads
(API Change) Rename 'source_frame' + related
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
Showing
- libobs/obs-internal.h 2 additions, 2 deletionslibobs/obs-internal.h
- libobs/obs-source.c 38 additions, 34 deletionslibobs/obs-source.c
- libobs/obs-source.h 2 additions, 2 deletionslibobs/obs-source.h
- libobs/obs-video.c 4 additions, 2 deletionslibobs/obs-video.c
- libobs/obs.c 3 additions, 3 deletionslibobs/obs.c
- libobs/obs.h 12 additions, 12 deletionslibobs/obs.h
- plugins/linux-v4l2/v4l2-input.c 5 additions, 5 deletionsplugins/linux-v4l2/v4l2-input.c
- plugins/mac-avcapture/av-capture.m 4 additions, 4 deletionsplugins/mac-avcapture/av-capture.m
- plugins/win-dshow/win-dshow.cpp 1 addition, 1 deletionplugins/win-dshow/win-dshow.cpp
- test/test-input/test-random.c 1 addition, 1 deletiontest/test-input/test-random.c
Loading
Please register or sign in to comment