mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-02-02 10:32:07 -05:00
A pointer to `OBSSource` was passed to an argument that expect a pointer to `obs_source_t *`. Since the current implementation of a class `OBSSource` has a member `obs_source_t *obj` at first and the class does not have any virtual member functions, most implementation should work correctly.
16 KiB
16 KiB