neon: Make the plugin name match the plugin library

This commit is contained in:
Nicolas Dufresne 2017-05-09 09:41:17 -04:00
parent 0730a55af3
commit 012782239e

View file

@ -1110,6 +1110,6 @@ plugin_init (GstPlugin * plugin)
* so keep the name plugin_desc, or you cannot get your plug-in registered */
GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
GST_VERSION_MINOR,
neon,
neonhttpsrc,
"lib neon http client src",
plugin_init, VERSION, GST_LICENSE, GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN)