sid: Make plugin name match plugin file name
This commit is contained in:
parent
33b1b8c545
commit
e026416a34
@ -771,6 +771,6 @@ plugin_init (GstPlugin * plugin)
|
|||||||
|
|
||||||
GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
|
GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
|
||||||
GST_VERSION_MINOR,
|
GST_VERSION_MINOR,
|
||||||
siddec,
|
sid,
|
||||||
"Uses libsidplay to decode .sid files",
|
"Uses libsidplay to decode .sid files",
|
||||||
plugin_init, VERSION, "GPL", GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN);
|
plugin_init, VERSION, "GPL", GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user