Plugins: Add descriptions to modules

This commit is contained in:
Kurt Kartaltepe
2018-09-11 01:51:38 -07:00
parent 215589755c
commit d86c8121ed
25 changed files with 100 additions and 2 deletions

View File

@@ -18,6 +18,10 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
OBS_DECLARE_MODULE()
OBS_MODULE_USE_DEFAULT_LOCALE("linux-v4l2", "en-US")
MODULE_EXPORT const char *obs_module_description(void)
{
return "Video4Linux2(V4L2) sources";
}
extern struct obs_source_info v4l2_input;