Move gstfastspectrum to src

This commit is contained in:
Jonas Kvinge
2024-09-24 16:29:19 +02:00
parent 11d4151a82
commit cf22b183a5
8 changed files with 8 additions and 52 deletions

View File

@@ -99,7 +99,7 @@ void MoodbarPipeline::Start() {
GstElement *decodebin = CreateElement(QStringLiteral("uridecodebin"));
convert_element_ = CreateElement(QStringLiteral("audioconvert"));
GstElement *spectrum = CreateElement(QStringLiteral("fastspectrum"));
GstElement *spectrum = CreateElement(QStringLiteral("strawberry-fastspectrum"));
GstElement *fakesink = CreateElement(QStringLiteral("fakesink"));
if (!decodebin || !convert_element_ || !spectrum || !fakesink) {