Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[0.4.x] lv-tool: Demote actor "lv_analyzer" (related to #207) #254

Merged
merged 3 commits into from
Feb 5, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions libvisual/po/de.po
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>\n"
"Language-Team: German <[email protected]>\n"
Expand Down Expand Up @@ -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 ""

Expand Down
4 changes: 2 additions & 2 deletions libvisual/po/es_AR.po
Original file line number Diff line number Diff line change
Expand Up @@ -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: <[email protected]>\n"
"Language-Team: Spanish\n"
Expand Down Expand Up @@ -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 ""

Expand Down
4 changes: 2 additions & 2 deletions libvisual/po/es_ES.po
Original file line number Diff line number Diff line change
Expand Up @@ -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: <[email protected]>\n"
"Language-Team: Spanish\n"
Expand Down Expand Up @@ -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 ""

Expand Down
4 changes: 2 additions & 2 deletions libvisual/po/libvisual-0.4.pot
Original file line number Diff line number Diff line change
Expand Up @@ -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 <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
Expand Down Expand Up @@ -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 ""
2 changes: 1 addition & 1 deletion libvisual/tools/lv-tool/lv-tool-0.4.1
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 3 additions & 2 deletions libvisual/tools/lv-tool/lv-tool.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -153,7 +153,8 @@ namespace {

const std::unordered_set<std::string> actors_to_skip {
"gdkpixbuf",
"gstreamer"
"gstreamer",
"lv_analyzer"
};

std::string actor_name;
Expand Down