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:
Joshua M. Doe
2019-10-02 09:06:01 -04:00
parent fb9072bc8b
commit 54f9df72b7
3 changed files with 3 additions and 3 deletions

View File

@@ -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);