summaryrefslogtreecommitdiff
path: root/gtk2_ardour/video_monitor.cc
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2013-03-28 16:59:01 +0100
committerRobin Gareus <robin@gareus.org>2013-03-28 16:59:01 +0100
commit745804fd7ea0469ed24c691127ccd3a2aef64c3a (patch)
treeb656e198fc539f69a1d1bd7dbb1e29d02192aba5 /gtk2_ardour/video_monitor.cc
parent950643462a2d5d3046e87437b9b51e414247c7a2 (diff)
vtl: debug xjadeo communication
Diffstat (limited to 'gtk2_ardour/video_monitor.cc')
-rw-r--r--gtk2_ardour/video_monitor.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/video_monitor.cc b/gtk2_ardour/video_monitor.cc
index 3abc11be28..f29712e326 100644
--- a/gtk2_ardour/video_monitor.cc
+++ b/gtk2_ardour/video_monitor.cc
@@ -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());
}