Home
last modified time | relevance | path

Searched refs:debug_checkbox (Results 1 – 4 of 4) sorted by relevance

/dports/audio/ardour6/Ardour-6.8.0/gtk2_ardour/
H A Dtranscode_video_dialog.cc74 , debug_checkbox (_("Debug Mode: Print ffmpeg command and output to stdout.")) in TranscodeVideoDialog()
270 options_box->pack_start (debug_checkbox, false, true, 4); in TranscodeVideoDialog()
361 if (debug_checkbox.get_active()) { in launch_audioonly()
410 if (debug_checkbox.get_active()) { in launch_transcode()
H A Dtranscode_video_dialog.h113 Gtk::CheckButton debug_checkbox; variable
H A Dexport_video_dialog.h144 Gtk::CheckButton debug_checkbox; variable
H A Dexport_video_dialog.cc105 , debug_checkbox (_("Debug Mode: Print ffmpeg command and output to stdout.")) in ExportVideoDialog()
206 t->attach (debug_checkbox, 0, 4, ty, ty+1); ty++; in ExportVideoDialog()
1019 if (debug_checkbox.get_active()) { in encode_pass()