imperxflex,extractcolor,niimaq: change plugin name to match module
Some newer version of GStreamer requires the plugin name used in GST_PLUGIN_DEFINE to match the name of the compiled module, excluding libgst and the extension.
This commit is contained in:
@@ -447,7 +447,7 @@ plugin_init (GstPlugin * plugin)
|
||||
|
||||
GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
|
||||
GST_VERSION_MINOR,
|
||||
extract_color,
|
||||
extractcolor,
|
||||
"Filter that applies various hacks to a video stream",
|
||||
plugin_init, GST_PACKAGE_VERSION, GST_PACKAGE_LICENSE, GST_PACKAGE_NAME,
|
||||
GST_PACKAGE_ORIGIN);
|
||||
|
||||
Reference in New Issue
Block a user