diff --git a/libvisual/po/de.po b/libvisual/po/de.po index bdd7f0bdc..116dbcad8 100644 --- a/libvisual/po/de.po +++ b/libvisual/po/de.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: libvisual 0.4.0-2.2\n" "Report-Msgid-Bugs-To: https://github.com/Libvisual/libvisual/issues/\n" -"POT-Creation-Date: 2023-02-04 23:12+0100\n" +"POT-Creation-Date: 2023-02-05 06:13+0100\n" "PO-Revision-Date: 2017-08-10 18:46+GMT\n" "Last-Translator: Chris Leick \n" "Language-Team: German \n" @@ -900,7 +900,7 @@ msgstr "" msgid "Invalid depth passed to the scaler" msgstr "Ungültige Tiefe an Scaler übergeben" -#: tools/lv-tool/lv-tool.cpp:881 tools/lv-tool/lv-tool.cpp:1062 +#: tools/lv-tool/lv-tool.cpp:882 tools/lv-tool/lv-tool.cpp:1063 msgid "lv-tool" msgstr "" diff --git a/libvisual/po/es_AR.po b/libvisual/po/es_AR.po index 3f4743833..ed283ed9b 100644 --- a/libvisual/po/es_AR.po +++ b/libvisual/po/es_AR.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Libvisual Library 0.4.0\n" "Report-Msgid-Bugs-To: https://github.com/Libvisual/libvisual/issues/\n" -"POT-Creation-Date: 2023-02-04 23:12+0100\n" +"POT-Creation-Date: 2023-02-05 06:13+0100\n" "PO-Revision-Date: 2005-03-20 17:09-0300\n" "Last-Translator: \n" "Language-Team: Spanish\n" @@ -918,7 +918,7 @@ msgstr "" msgid "Invalid depth passed to the scaler" msgstr "Profundidad pasada al escalador inválida" -#: tools/lv-tool/lv-tool.cpp:881 tools/lv-tool/lv-tool.cpp:1062 +#: tools/lv-tool/lv-tool.cpp:882 tools/lv-tool/lv-tool.cpp:1063 msgid "lv-tool" msgstr "" diff --git a/libvisual/po/es_ES.po b/libvisual/po/es_ES.po index 621de51be..65d5f93c2 100644 --- a/libvisual/po/es_ES.po +++ b/libvisual/po/es_ES.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Libvisual Library 0.4.0\n" "Report-Msgid-Bugs-To: https://github.com/Libvisual/libvisual/issues/\n" -"POT-Creation-Date: 2023-02-04 23:12+0100\n" +"POT-Creation-Date: 2023-02-05 06:13+0100\n" "PO-Revision-Date: 2005-03-20 17:09-0300\n" "Last-Translator: \n" "Language-Team: Spanish\n" @@ -918,7 +918,7 @@ msgstr "" msgid "Invalid depth passed to the scaler" msgstr "Profundidad pasada al escalador inválida" -#: tools/lv-tool/lv-tool.cpp:881 tools/lv-tool/lv-tool.cpp:1062 +#: tools/lv-tool/lv-tool.cpp:882 tools/lv-tool/lv-tool.cpp:1063 msgid "lv-tool" msgstr "" diff --git a/libvisual/po/libvisual-0.4.pot b/libvisual/po/libvisual-0.4.pot index cee0f6c10..c11feda68 100644 --- a/libvisual/po/libvisual-0.4.pot +++ b/libvisual/po/libvisual-0.4.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: libvisual 0.4.1\n" "Report-Msgid-Bugs-To: https://github.com/Libvisual/libvisual/issues/\n" -"POT-Creation-Date: 2023-02-04 23:12+0100\n" +"POT-Creation-Date: 2023-02-05 06:13+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -871,6 +871,6 @@ msgstr "" msgid "Invalid depth passed to the scaler" msgstr "" -#: tools/lv-tool/lv-tool.cpp:881 tools/lv-tool/lv-tool.cpp:1062 +#: tools/lv-tool/lv-tool.cpp:882 tools/lv-tool/lv-tool.cpp:1063 msgid "lv-tool" msgstr "" diff --git a/libvisual/tools/lv-tool/lv-tool-0.4.1 b/libvisual/tools/lv-tool/lv-tool-0.4.1 index ce9b1032c..43bb5ec2c 100644 --- a/libvisual/tools/lv-tool/lv-tool-0.4.1 +++ b/libvisual/tools/lv-tool/lv-tool-0.4.1 @@ -38,7 +38,7 @@ Use this input plugin [debug] \fB\-\-actor\fR\ \c .IR actor ,\ \fB\-a\fR\ \c .IR actor -Use this actor plugin [lv_gltest/lv_analyzer] +Use this actor plugin [lv_gltest/lv_scope] .TP \fB\-\-seed\fR\ \c .IR seed ,\ \fB\-s\fR\ \c diff --git a/libvisual/tools/lv-tool/lv-tool.cpp b/libvisual/tools/lv-tool/lv-tool.cpp index 6876b43ff..4ce9c25fa 100644 --- a/libvisual/tools/lv-tool/lv-tool.cpp +++ b/libvisual/tools/lv-tool/lv-tool.cpp @@ -39,7 +39,7 @@ // Defaults #define DEFAULT_ACTOR_GL "lv_gltest" -#define DEFAULT_ACTOR_NONGL "lv_analyzer" +#define DEFAULT_ACTOR_NONGL "lv_scope" #define DEFAULT_INPUT "debug" #define DEFAULT_WIDTH 640 #define DEFAULT_HEIGHT 480 @@ -153,7 +153,8 @@ namespace { const std::unordered_set actors_to_skip { "gdkpixbuf", - "gstreamer" + "gstreamer", + "lv_analyzer" }; std::string actor_name;