mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +00:00
neon: Make the plugin name match the plugin library
This commit is contained in:
parent
0730a55af3
commit
012782239e
1 changed files with 1 additions and 1 deletions
|
@ -1110,6 +1110,6 @@ plugin_init (GstPlugin * plugin)
|
||||||
* so keep the name plugin_desc, or you cannot get your plug-in registered */
|
* so keep the name plugin_desc, or you cannot get your plug-in registered */
|
||||||
GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
|
GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
|
||||||
GST_VERSION_MINOR,
|
GST_VERSION_MINOR,
|
||||||
neon,
|
neonhttpsrc,
|
||||||
"lib neon http client src",
|
"lib neon http client src",
|
||||||
plugin_init, VERSION, GST_LICENSE, GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN)
|
plugin_init, VERSION, GST_LICENSE, GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN)
|
||||||
|
|
Loading…
Reference in a new issue