From e026416a348a12c33c8f3d275dadbdd99b1b6dfe Mon Sep 17 00:00:00 2001 From: Nicolas Dufresne Date: Tue, 9 May 2017 09:45:27 -0400 Subject: [PATCH] sid: Make plugin name match plugin file name --- ext/sidplay/gstsiddec.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/sidplay/gstsiddec.cc b/ext/sidplay/gstsiddec.cc index d09259de..ec17bfde 100644 --- a/ext/sidplay/gstsiddec.cc +++ b/ext/sidplay/gstsiddec.cc @@ -771,6 +771,6 @@ plugin_init (GstPlugin * plugin) GST_PLUGIN_DEFINE (GST_VERSION_MAJOR, GST_VERSION_MINOR, - siddec, + sid, "Uses libsidplay to decode .sid files", plugin_init, VERSION, "GPL", GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN); -- 2.34.1