summaryrefslogtreecommitdiff
path: root/gtk2_ardour/video_timeline.h
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2013-06-13 00:55:04 +0200
committerRobin Gareus <robin@gareus.org>2013-06-13 00:58:19 +0200
commit27e2b09f632d7a2cb08fe338248800fd97cb3c06 (patch)
treef135c7848bf2fd4d44311829bb11594f39a49364 /gtk2_ardour/video_timeline.h
parent6b480bb2f7d16288b5fa0d35f827ad32f88a6978 (diff)
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.
Diffstat (limited to 'gtk2_ardour/video_timeline.h')
-rw-r--r--gtk2_ardour/video_timeline.h1
1 files changed, 1 insertions, 0 deletions
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 ();