pub unsafe extern "C" fn obs_filter_get_parent(
    filter: *const obs_source_t
) -> *mut obs_source_t
Expand description

If the source is a filter, returns the parent source of the filter. Only guaranteed to be valid inside of the video_render, filter_audio, filter_video, and filter_remove callbacks.