0
0
mirror of https://github.com/obsproject/obs-studio.git synced 2024-09-20 13:08:50 +02:00
obs-studio/plugins/obs-x264
jp9000 6285a47726 (API Change) libobs: Pass type data to get_name callbacks
API changed from:
obs_source_info::get_name(void)
obs_output_info::get_name(void)
obs_encoder_info::get_name(void)
obs_service_info::get_name(void)

API changed to:
obs_source_info::get_name(void *type_data)
obs_output_info::get_name(void *type_data)
obs_encoder_info::get_name(void *type_data)
obs_service_info::get_name(void *type_data)

This allows the type data to be used when getting the name of the
object (useful for plugin wrappers primarily).

NOTE: Though a parameter was added, this is backward-compatible with
older plugins due to calling convention.  The new parameter will simply
be ignored by older plugins, and the stack (if used) will be cleaned up
by the caller.
2015-09-16 09:21:12 -07:00
..
data/locale obs-x264: Change string for translation 2015-07-18 14:38:51 +02:00
CMakeLists.txt Fix double invocation of install_obs_plugin in every single plugin 2014-08-19 14:24:59 +02:00
obs-x264-plugin-main.c Remove macro to free locale 2014-07-27 17:29:10 -07:00
obs-x264.c (API Change) libobs: Pass type data to get_name callbacks 2015-09-16 09:21:12 -07:00