mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-14 13:21:28 +00:00
rename plugin
Original commit message from CVS: rename plugin
This commit is contained in:
parent
96a0b1b9b9
commit
3e589b0977
1 changed files with 1 additions and 1 deletions
|
@ -39,6 +39,6 @@ plugin_init (GstPlugin * plugin)
|
||||||
|
|
||||||
GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
|
GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
|
||||||
GST_VERSION_MINOR,
|
GST_VERSION_MINOR,
|
||||||
"gstaudioconvert",
|
"audioconvert",
|
||||||
"Convert audio to different formats",
|
"Convert audio to different formats",
|
||||||
plugin_init, VERSION, "LGPL", GST_PACKAGE, GST_ORIGIN)
|
plugin_init, VERSION, "LGPL", GST_PACKAGE, GST_ORIGIN)
|
||||||
|
|
Loading…
Reference in a new issue