Fix --template commandline option
[ardour.git] / gtk2_ardour / video_timeline.cc
index d8bec5e23b9285250052827ca1d3e28524623dad..0626a4b9a1c65ff0af2f73dc8206f5ebbc405329 100644 (file)
@@ -726,7 +726,7 @@ VideoTimeLine::find_xjadeo () {
                xjadeo_version = "";
                version_check.ReadStdout.connect_same_thread (*this, boost::bind (&VideoTimeLine::xjadeo_readversion, this, _1 ,_2));
                version_check.Terminated.connect_same_thread (*this, boost::bind (&VideoTimeLine::xjadeo_readversion, this, "\n" ,1));
-               if (version_check.start(2)) {
+               if (version_check.start (ARDOUR::SystemExec::MergeWithStdin)) {
                        warning << _(
                                        "Video-monitor 'xjadeo' cannot be launched."
                                        ) << endmsg;
@@ -795,7 +795,7 @@ VideoTimeLine::find_harvid () {
        harvid_version = "";
        version_check.ReadStdout.connect_same_thread (*this, boost::bind (&VideoTimeLine::harvid_readversion, this, _1 ,_2));
        version_check.Terminated.connect_same_thread (*this, boost::bind (&VideoTimeLine::harvid_readversion, this, "\n" ,1));
-       if (version_check.start(2)) {
+       if (version_check.start (ARDOUR::SystemExec::MergeWithStdin)) {
                return;
        }