From 92fa75b6c26855bca956498c2d6b7f42ee808414 Mon Sep 17 00:00:00 2001 From: Jonas Kvinge Date: Wed, 12 Jun 2024 17:28:23 +0200 Subject: [PATCH] gstmoodbarplugin: Remove namespace --- ext/gstmoodbar/gstmoodbarplugin.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/ext/gstmoodbar/gstmoodbarplugin.cpp b/ext/gstmoodbar/gstmoodbarplugin.cpp index f7783ec50..6c354f2ab 100644 --- a/ext/gstmoodbar/gstmoodbarplugin.cpp +++ b/ext/gstmoodbar/gstmoodbarplugin.cpp @@ -21,8 +21,6 @@ #include "gstfastspectrum.h" #include "gstmoodbarplugin.h" -namespace { - static gboolean gst_moodbar_plugin_init(GstPlugin *plugin) { if (!gst_element_register(plugin, "fastspectrum", GST_RANK_NONE, GST_TYPE_FASTSPECTRUM)) { @@ -32,8 +30,6 @@ static gboolean gst_moodbar_plugin_init(GstPlugin *plugin) { return TRUE; } -} // namespace - int gstfastspectrum_register_static() { return gst_plugin_register_static(