obs-studio/plugins/mac-capture
jp9000 c9df41c1e2 (API Change) Remove pointers from all typedefs
Typedef pointers are unsafe.  If you do:
typedef struct bla *bla_t;
then you cannot use it as a constant, such as: const bla_t, because
that constant will be to the pointer itself rather than to the
underlying data.  I admit this was a fundamental mistake that must
be corrected.

All typedefs that were pointer types will now have their pointers
removed from the type itself, and the pointers will be used when they
are actually used as variables/parameters/returns instead.

This does not break ABI though, which is pretty nice.
2014-09-25 21:48:11 -07:00
..
data Add latest translations from CrowdIn 2014-08-25 14:41:52 -07:00
CMakeLists.txt Add Window Capture to mac-capture plugin 2014-08-20 00:50:18 +02:00
audio-device-enum.c CoreAudio: Enumerate AudioDeviceID manually 2014-06-07 06:07:51 -07:00
audio-device-enum.h CoreAudio: Enumerate AudioDeviceID manually 2014-06-07 06:07:51 -07:00
mac-audio.c (API Change) Remove pointers from all typedefs 2014-09-25 21:48:11 -07:00
mac-display-capture.m (API Change) Remove pointers from all typedefs 2014-09-25 21:48:11 -07:00
mac-helpers.h CoreAudio: Separate enumeration code 2014-03-04 07:10:33 -07:00
mac-window-capture.m (API Change) Remove pointers from all typedefs 2014-09-25 21:48:11 -07:00
plugin-main.c Add Window Capture to mac-capture plugin 2014-08-20 00:50:18 +02:00
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