提交 a41d4b1c 编写于 作者: J jp9000

Fix the OSX test source

Used the wrong function name with the video_render value.  This is what
I get for not compiling it on mac first.
上级 526f8d4b
......@@ -185,7 +185,7 @@ struct obs_source_info osx_desktop = {
.getname = osx_desktop_test_getname,
.create = osx_desktop_test_create,
.destroy = osx_desktop_test_destroy,
.video_render = osx_desktop_video_render,
.video_render = osx_desktop_test_video_render,
.getwidth = osx_desktop_test_getwidth,
.getheight = osx_desktop_test_getheight,
};
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册