(API Change) Pass data to get_properties when possible
This commit is contained in:
@@ -49,7 +49,7 @@ struct obs_output_info {
|
||||
|
||||
void (*get_defaults)(obs_data_t *settings);
|
||||
|
||||
obs_properties_t *(*get_properties)(void);
|
||||
obs_properties_t *(*get_properties)(void *data);
|
||||
|
||||
void (*pause)(void *data);
|
||||
|
||||
|
Reference in New Issue
Block a user