summaryrefslogtreecommitdiff
path: root/gtk2_ardour/export_video_dialog.h
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2013-04-04 01:04:27 +0200
committerRobin Gareus <robin@gareus.org>2013-04-04 01:05:53 +0200
commitb4e5eb3c8bc1547157526fcb3de3f77188641658 (patch)
tree4186e488d9819bc2635ce859183131776f71aabc /gtk2_ardour/export_video_dialog.h
parent1040801ffe7a4d51ebd1593b7552d5d2a71be7c7 (diff)
vtl: audio-export progress-bar tweaks
use the same concept as session > export > audio; hopefully this fixes jack-disconnects during export.
Diffstat (limited to 'gtk2_ardour/export_video_dialog.h')
-rw-r--r--gtk2_ardour/export_video_dialog.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/gtk2_ardour/export_video_dialog.h b/gtk2_ardour/export_video_dialog.h
index ae0beafd37..f1c996de30 100644
--- a/gtk2_ardour/export_video_dialog.h
+++ b/gtk2_ardour/export_video_dialog.h
@@ -70,6 +70,11 @@ class ExportVideoDialog : public ArdourDialog , public PBD::ScopedConnectionList
void finished ();
void update_progress (ARDOUR::framecnt_t, ARDOUR::framecnt_t);
+ boost::shared_ptr<ARDOUR::ExportStatus> status;
+ sigc::connection audio_progress_connection;
+ gint audio_progress_display ();
+ float previous_progress;
+
TranscodeFfmpeg *transcoder;
std::string insnd;