(API Change) Unsquish libobs API callback names
Renamed: To: ------------------------------------------------------- obs_source_info::getname obs_source_info::get_name obs_source_info::getwidth obs_source_info::get_width obs_source_info::getheight obs_source_info::get_height obs_output_info::getname obs_output_info::get_name obs_encoder_info::getname obs_encoder_info::get_name obs_service_info::getname obs_service_info::get_name
This commit is contained in:
@@ -30,7 +30,7 @@ const struct obs_service_info *find_service(const char *id)
|
||||
const char *obs_service_get_display_name(const char *id)
|
||||
{
|
||||
const struct obs_service_info *info = find_service(id);
|
||||
return (info != NULL) ? info->getname() : NULL;
|
||||
return (info != NULL) ? info->get_name() : NULL;
|
||||
}
|
||||
|
||||
obs_service_t obs_service_create(const char *id, const char *name,
|
||||
|
Reference in New Issue
Block a user