diff --git a/examples/plugins/example.c b/examples/plugins/example.c index 9609a4b45d..b707a6000f 100644 --- a/examples/plugins/example.c +++ b/examples/plugins/example.c @@ -29,6 +29,7 @@ static GstElementDetails example_details = { "An example plugin", "Example/FirstExample", + "LGPL", "Shows the basic structure of a plugin", "0.1", "your name ", diff --git a/tests/old/examples/plugins/example.c b/tests/old/examples/plugins/example.c index 9609a4b45d..b707a6000f 100644 --- a/tests/old/examples/plugins/example.c +++ b/tests/old/examples/plugins/example.c @@ -29,6 +29,7 @@ static GstElementDetails example_details = { "An example plugin", "Example/FirstExample", + "LGPL", "Shows the basic structure of a plugin", "0.1", "your name ",