<div dir="ltr">When creating a gstreamer plugin from scratch we register the plugin through the GST_PLUGIN_DEFINE macro, the license field of that plugin supports:<div><ul style="margin:10px 0px 0px;color:rgb(51,51,51);font-family:Arial,sans-serif;font-size:14px;font-style:normal;font-variant-ligatures:normal;font-variant-caps:normal;font-weight:400;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;background-color:rgb(255,255,255);text-decoration-style:initial;text-decoration-color:initial"><li><tt>LGPL, GPL, QPL, GPL/QPL, MPL, BSD, MIT/X11, Proprietary, unknown.</tt></li></ul><br></div><div>Can we create and release our plugin source under Apache 2.0 license even though the GST_PLUGIN_DEFINE does not support it ? </div><div><br></div><div>It may not be possible to release our plugin under Apache 2.0 as the GST_PLUGIN_DEFINE macro is defined under LGPLv2 and thus when compiled and combined with Gstreamer, it's Apache 2.0 + GPL which is incompatible.</div><div><br></div><div>All advice, much appreciated.</div><div>Cheers</div><div>Dave</div><div><br></div></div>