Skip to content

Commit

Permalink
fix PulseAudio app name
Browse files Browse the repository at this point in the history
  • Loading branch information
ddennedy committed Nov 1, 2024
1 parent 5946fd0 commit 8b98361
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/docks/timelinedock.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3867,7 +3867,7 @@ void TimelineDock::recordAudio()
#elif defined(Q_OS_WIN)
QStringList args {"-f", "dshow", "-i", "audio=" + Settings.audioInput()};
#else
QStringList args {"-f", "pulse", "-name", "Shotuct", "-i", Settings.audioInput()};
QStringList args {"-f", "pulse", "-name", "Shotcut", "-i", Settings.audioInput()};
#endif
args << "-flush_packets" << "1" << "-y" << filename;
m_recordJob.reset(new FfmpegJob("vo", args, false, priority));
Expand Down

0 comments on commit 8b98361

Please sign in to comment.