We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64ec585 commit 914b119Copy full SHA for 914b119
source-record.c
@@ -1776,6 +1776,7 @@ struct obs_source_info source_record_filter_info = {
1776
.video_tick = source_record_filter_tick,
1777
.get_properties = source_record_filter_properties,
1778
.filter_remove = source_record_filter_filter_remove,
1779
+ .video_render = source_record_filter_render,
1780
};
1781
1782
OBS_DECLARE_MODULE()
0 commit comments