From 889f62328b731d33da62d8148b1a785afd38645b Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Fri, 6 Jun 2014 22:23:43 +0200 Subject: update for xjadeo 0.7.7 (don't connect to jackd by default) --- gtk2_ardour/video_monitor.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gtk2_ardour/video_monitor.cc') diff --git a/gtk2_ardour/video_monitor.cc b/gtk2_ardour/video_monitor.cc index 279a3fc995..b901071296 100644 --- a/gtk2_ardour/video_monitor.cc +++ b/gtk2_ardour/video_monitor.cc @@ -38,7 +38,7 @@ VideoMonitor::VideoMonitor (PublicEditor *ed, std::string xjadeo_bin_path) { manually_seeked_frame = 0; fps =0.0; // = _session->timecode_frames_per_second(); - sync_by_manual_seek = false; + sync_by_manual_seek = true; _restore_settings_mask = 0; clock_connection = sigc::connection(); state_connection = sigc::connection(); @@ -47,7 +47,7 @@ VideoMonitor::VideoMonitor (PublicEditor *ed, std::string xjadeo_bin_path) starting = 0; osdmode = 10; // 1: frameno, 2: timecode, 8: box - process = new ARDOUR::SystemExec(xjadeo_bin_path, X_("-R")); + process = new ARDOUR::SystemExec(xjadeo_bin_path, X_("-R -J")); process->ReadStdout.connect_same_thread (*this, boost::bind (&VideoMonitor::parse_output, this, _1 ,_2)); process->Terminated.connect (*this, invalidator (*this), boost::bind (&VideoMonitor::terminated, this), gui_context()); XJKeyEvent.connect (*this, invalidator (*this), boost::bind (&VideoMonitor::forward_keyevent, this, _1), gui_context()); -- cgit v1.2.3