13
0

Debug AudioGrapher::CmdPipeWriter<> command

This commit is contained in:
Robin Gareus 2019-02-26 16:41:49 +01:00
parent 711965b1a9
commit bc9bf87dde
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04

View File

@ -381,6 +381,7 @@ ExportGraphBuilder::Encoder::init_writer (boost::shared_ptr<AudioGrapher::CmdPip
/* argp is free()d in ~SystemExec, /* argp is free()d in ~SystemExec,
* SystemExec is deleted when writer is destroyed */ * SystemExec is deleted when writer is destroyed */
ARDOUR::SystemExec* exec = new ARDOUR::SystemExec (ffmpeg_exe, argp); ARDOUR::SystemExec* exec = new ARDOUR::SystemExec (ffmpeg_exe, argp);
PBD::info << "Encode command: { " << exec->to_s () << "}" << endmsg;
if (exec->start(0)) { if (exec->start(0)) {
throw ExportFailed ("External encoder (ffmpeg) cannot be started."); throw ExportFailed ("External encoder (ffmpeg) cannot be started.");
} }