We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d6c93c commit d215bb0Copy full SHA for d215bb0
1 file changed
libvisual/tools/lv-tool/lv-tool.cpp
@@ -59,7 +59,8 @@ namespace {
59
60
const std::unordered_set<std::string> actors_to_skip {
61
"gdkpixbuf",
62
- "gstreamer"
+ "gstreamer",
63
+ "lv_analyzer"
64
};
65
66
std::string actor_name;
0 commit comments