mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 00:01:23 +00:00
nsf: Name the plugin nsf, not nsfdec
The plugin in gstnsf.so should be named nsf, not nsfdec.
This commit is contained in:
parent
0664c55f05
commit
1982ca6e51
1 changed files with 1 additions and 1 deletions
|
@ -645,6 +645,6 @@ plugin_init (GstPlugin * plugin)
|
|||
}
|
||||
|
||||
GST_PLUGIN_DEFINE (GST_VERSION_MAJOR, GST_VERSION_MINOR,
|
||||
"nsfdec",
|
||||
"nsf",
|
||||
"Uses nosefart to decode .nsf files",
|
||||
plugin_init, VERSION, "GPL", GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN);
|
||||
|
|
Loading…
Reference in a new issue