phoenixsrc: minor fix to plugin define to stop error message

This commit is contained in:
Joshua M. Doe 2013-05-15 16:40:18 -04:00
parent d6ee23cdf7
commit 0a1f4baf4f

View File

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