Fix license in hlssink3 plugin

This commit is contained in:
Rafael Caricio 2021-11-16 19:52:30 +01:00
parent e87a7afe3e
commit 58322bcc96
Signed by: rafaelcaricio
GPG key ID: 3C86DBCE8E93C947

View file

@ -35,7 +35,8 @@ gst::plugin_define!(
env!("CARGO_PKG_DESCRIPTION"),
plugin_init,
concat!(env!("CARGO_PKG_VERSION"), "-", env!("COMMIT_ID")),
"MIT/X11",
// FIXME: MPL-2.0 is only allowed since 1.18.3 (as unknown) and 1.20 (as known)
"MPL",
env!("CARGO_PKG_NAME"),
env!("CARGO_PKG_NAME"),
env!("CARGO_PKG_REPOSITORY"),