From 54f9df72b7c6248e9ca17c2ebc0f4843da365a6b Mon Sep 17 00:00:00 2001 From: "Joshua M. Doe" Date: Wed, 2 Oct 2019 09:06:01 -0400 Subject: [PATCH] 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. --- gst/extractcolor/gstextractcolor.c | 2 +- sys/imperxflex/gstframelinksrc.c | 2 +- sys/niimaq/CMakeLists.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/gst/extractcolor/gstextractcolor.c b/gst/extractcolor/gstextractcolor.c index 770bb7b..861689a 100644 --- a/gst/extractcolor/gstextractcolor.c +++ b/gst/extractcolor/gstextractcolor.c @@ -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); diff --git a/sys/imperxflex/gstframelinksrc.c b/sys/imperxflex/gstframelinksrc.c index f6d6810..d2a2deb 100644 --- a/sys/imperxflex/gstframelinksrc.c +++ b/sys/imperxflex/gstframelinksrc.c @@ -768,7 +768,7 @@ plugin_init (GstPlugin * plugin) GST_PLUGIN_DEFINE (GST_VERSION_MAJOR, GST_VERSION_MINOR, - imperx, + imperxflex, "IMPERX FrameLink Express frame grabber source", plugin_init, GST_PACKAGE_VERSION, GST_PACKAGE_LICENSE, GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN) diff --git a/sys/niimaq/CMakeLists.txt b/sys/niimaq/CMakeLists.txt index 36fe57d..45b2c23 100644 --- a/sys/niimaq/CMakeLists.txt +++ b/sys/niimaq/CMakeLists.txt @@ -7,7 +7,7 @@ set (HEADERS include_directories (AFTER ${NIIMAQ_INCLUDE_DIR}) -set (libname libgstimaq) +set (libname libgstniimaq) add_library (${libname} MODULE ${SOURCES}