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:
parent
fb9072bc8b
commit
54f9df72b7
@ -447,7 +447,7 @@ plugin_init (GstPlugin * plugin)
|
|||||||
|
|
||||||
GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
|
GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
|
||||||
GST_VERSION_MINOR,
|
GST_VERSION_MINOR,
|
||||||
extract_color,
|
extractcolor,
|
||||||
"Filter that applies various hacks to a video stream",
|
"Filter that applies various hacks to a video stream",
|
||||||
plugin_init, GST_PACKAGE_VERSION, GST_PACKAGE_LICENSE, GST_PACKAGE_NAME,
|
plugin_init, GST_PACKAGE_VERSION, GST_PACKAGE_LICENSE, GST_PACKAGE_NAME,
|
||||||
GST_PACKAGE_ORIGIN);
|
GST_PACKAGE_ORIGIN);
|
||||||
|
|||||||
@ -768,7 +768,7 @@ plugin_init (GstPlugin * plugin)
|
|||||||
|
|
||||||
GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
|
GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
|
||||||
GST_VERSION_MINOR,
|
GST_VERSION_MINOR,
|
||||||
imperx,
|
imperxflex,
|
||||||
"IMPERX FrameLink Express frame grabber source",
|
"IMPERX FrameLink Express frame grabber source",
|
||||||
plugin_init, GST_PACKAGE_VERSION, GST_PACKAGE_LICENSE, GST_PACKAGE_NAME,
|
plugin_init, GST_PACKAGE_VERSION, GST_PACKAGE_LICENSE, GST_PACKAGE_NAME,
|
||||||
GST_PACKAGE_ORIGIN)
|
GST_PACKAGE_ORIGIN)
|
||||||
|
|||||||
@ -7,7 +7,7 @@ set (HEADERS
|
|||||||
include_directories (AFTER
|
include_directories (AFTER
|
||||||
${NIIMAQ_INCLUDE_DIR})
|
${NIIMAQ_INCLUDE_DIR})
|
||||||
|
|
||||||
set (libname libgstimaq)
|
set (libname libgstniimaq)
|
||||||
|
|
||||||
add_library (${libname} MODULE
|
add_library (${libname} MODULE
|
||||||
${SOURCES}
|
${SOURCES}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user