obs-studio/plugins/mac-capture
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 UI: Add latest translations from CrowdIn 2015-03-25 20:51:25 -04:00
CMakeLists.txt
audio-device-enum.c mac-capture: Don't call CFRelease on null vars 2015-08-03 00:08:03 -07:00
audio-device-enum.h
mac-audio.c (API Change) libobs: Pass type data to get_name callbacks 2015-09-16 09:21:12 -07:00
mac-display-capture.m (API Change) libobs: Pass type data to get_name callbacks 2015-09-16 09:21:12 -07:00
mac-helpers.h mac-capture: Fix potential crash querying devices 2015-01-05 14:11:33 -08:00
mac-window-capture.m (API Change) libobs: Pass type data to get_name callbacks 2015-09-16 09:21:12 -07:00
plugin-main.c
window-utils.h (API Change) Remove pointers from all typedefs 2014-09-25 21:48:11 -07:00
window-utils.m (API Change) Remove pointers from all typedefs 2014-09-25 21:48:11 -07:00