mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-20 07:16:55 +00:00
apexsink: Use "apexsink" for plugin name
This commit is contained in:
parent
87dbb0ab9d
commit
6da643e072
1 changed files with 1 additions and 1 deletions
|
@ -39,6 +39,6 @@ plugin_init (GstPlugin * plugin)
|
|||
GST_PLUGIN_DEFINE
|
||||
(GST_VERSION_MAJOR,
|
||||
GST_VERSION_MINOR,
|
||||
"apex",
|
||||
"apexsink",
|
||||
"Apple AirPort Express Plugin",
|
||||
plugin_init, VERSION, "LGPL", GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN)
|
||||
|
|
Loading…
Reference in a new issue