From 27e2b09f632d7a2cb08fe338248800fd97cb3c06 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Thu, 13 Jun 2013 00:55:04 +0200 Subject: vtl: check if server's docroot matches ardour's config NOTE: this breaks backwards compatibility with icsd and harvid < 0.3.0 which do not report their settings. It may also conflict with harvid running on localhost in a chroot. Ideally this will be a warning only. That the user can choose to ignore this and should get the option to stop the video-server and re-start it using a different docroot. --- gtk2_ardour/video_timeline.h | 1 + 1 file changed, 1 insertion(+) (limited to 'gtk2_ardour/video_timeline.h') diff --git a/gtk2_ardour/video_timeline.h b/gtk2_ardour/video_timeline.h index 3f7b7742d6..fbf563ecf8 100644 --- a/gtk2_ardour/video_timeline.h +++ b/gtk2_ardour/video_timeline.h @@ -86,6 +86,7 @@ class VideoTimeLine : public sigc::trackable, public ARDOUR::SessionHandlePtr, p bool found_xjadeo () { return ((_xjadeo_bin.empty())?false:true); } bool check_server (); + bool check_server_docroot (); void flush_local_cache (); void vmon_update (); void flush_cache (); -- cgit v1.2.3