GstEnginePipeline: Add more logging for fader

This commit is contained in:
Jonas Kvinge 2024-11-14 22:05:06 +01:00
parent 712db598f7
commit c62fd2b58a
1 changed files with 1 additions and 1 deletions

View File

@ -2054,7 +2054,7 @@ void GstEnginePipeline::StartFader(const qint64 duration_nanosec, const QTimeLin
SetFaderVolume(fader_->currentValue());
qLog(Debug) << "Pipeline" << id() << "with state" << GstStateText(state()) << "set to fade from" << start_time;
qLog(Debug) << "Pipeline" << id() << "with state" << GstStateText(state()) << "set to fade from" << fader_->currentValue() << "time" << start_time << "direction" << (direction == QTimeLine::Direction::Forward ? "forward" : "backward");
if (pipeline_active_.value()) {
fader_->resume();