From 0a1f4baf4f7545850086c7df44976591bf05146a Mon Sep 17 00:00:00 2001 From: "Joshua M. Doe" Date: Wed, 15 May 2013 16:40:18 -0400 Subject: [PATCH] phoenixsrc: minor fix to plugin define to stop error message --- sys/phoenix/gstphoenixsrc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/phoenix/gstphoenixsrc.c b/sys/phoenix/gstphoenixsrc.c index 72c40ba..75b92f6 100644 --- a/sys/phoenix/gstphoenixsrc.c +++ b/sys/phoenix/gstphoenixsrc.c @@ -674,6 +674,6 @@ plugin_init (GstPlugin * plugin) GST_PLUGIN_DEFINE (GST_VERSION_MAJOR, GST_VERSION_MINOR, - "phoenixsrc", + phoenix, "Phoenix frame grabber source", plugin_init, VERSION, "LGPL", PACKAGE_NAME, GST_PACKAGE_ORIGIN)