Merge branch 'master' of git.ardour.org:ardour/ardour
[ardour.git] / gtk2_ardour / video_monitor.cc
index 3abc11be28610d162ac6d6a724f9109313a8a469..f29712e326a570bd9a9ba6d570a80b1ec87c5c26 100644 (file)
@@ -41,7 +41,7 @@ VideoMonitor::VideoMonitor (PublicEditor *ed, std::string xjadeo_bin_path)
        clock_connection = sigc::connection();
        debug_enable = false;
 
-       process = new SystemExec(xjadeo_bin_path);
+       process = new SystemExec(xjadeo_bin_path, X_("-R"));
        process->ReadStdout.connect (*this, invalidator (*this), boost::bind (&VideoMonitor::parse_output, this, _1 ,_2), gui_context());
        process->Terminated.connect (*this, invalidator (*this), boost::bind (&VideoMonitor::terminated, this), gui_context());
 }