take process lock when adding processors:
[ardour.git] / gtk2_ardour / add_video_dialog.h
index 7d8bdbc1ff74d3349bf3b13958b7442d026bfeba..1d91383c85c67dbe10c96051ee0ab3f73cb2693f 100644 (file)
@@ -17,8 +17,6 @@
     Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 
 */
-#ifdef WITH_VIDEOTIMELINE
-
 #ifndef __gtk_ardour_add_video_dialog_h__
 #define __gtk_ardour_add_video_dialog_h__
 
@@ -51,6 +49,7 @@ class AddVideoDialog : public ArdourDialog
        void on_show ();
        bool page_switch();
        void set_action_ok(bool yn);
+       void clear_preview_image();
 
        /* preview pane related */
        void request_preview(std::string vpath);
@@ -60,7 +59,8 @@ class AddVideoDialog : public ArdourDialog
        Gtk::HScale seek_slider;
        Glib::RefPtr<Gdk::Pixbuf> imgbuf;
        std::string preview_path;
-       Gtk::Label pi_duration;
+       Gtk::Label pi_tcin;
+       Gtk::Label pi_tcout;
        Gtk::Label pi_aspect;
        Gtk::Label pi_fps;
 
@@ -107,5 +107,3 @@ class AddVideoDialog : public ArdourDialog
 };
 
 #endif /* __gtk_ardour_add_video_dialog_h__ */
-
-#endif /* WITH_VIDEOTIMELINE */