diff options
author | jstebbins <[email protected]> | 2012-01-14 19:53:55 +0000 |
---|---|---|
committer | jstebbins <[email protected]> | 2012-01-14 19:53:55 +0000 |
commit | e50ecd9168341b9471c9c7989fe044ef12976964 (patch) | |
tree | f370db5f45cccae2a3b4be935a5140095ed596b1 /gtk/src/ghb.ui | |
parent | 58c1508dc01105a9985e103c675eb09099693c6b (diff) |
Add preference to enabled auto passthru options
The advanced auto passthru options are probably overkill for 90% of
people. So simplify the UI by hiding them unless the user explicitly
asks for them in preferences.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4410 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'gtk/src/ghb.ui')
-rw-r--r-- | gtk/src/ghb.ui | 31 |
1 files changed, 28 insertions, 3 deletions
diff --git a/gtk/src/ghb.ui b/gtk/src/ghb.ui index c19a4b785..945fec510 100644 --- a/gtk/src/ghb.ui +++ b/gtk/src/ghb.ui @@ -2193,8 +2193,8 @@ FFMpeg's and Theora's scale is more linear. These encoders do not have a lossle </packing> </child> <child> - <object class="GtkExpander" id="expander1"> - <property name="visible">True</property> + <object class="GtkExpander" id="AdvancedAudioExpander"> + <property name="visible">False</property> <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property> <property name="expanded">False</property> <property name="label">Advanced</property> @@ -5151,6 +5151,31 @@ no-fast-pskip=0:no-dct-decimate=0:cabac=1</property> </packing> </child> <child> + <object class="GtkAlignment" id="alignment65"> + <property name="visible">True</property> + <property name="top_padding">6</property> + <property name="bottom_padding">6</property> + <property name="left_padding">12</property> + <child> + <object class="GtkCheckButton" id="AdvancedAutoPassthru"> + <property name="label" translatable="yes">Enable Advanced Auto-Passthru options</property> + <property name="tooltip-text" translatable="yes">Enabling this adds extra widgets to the audio panel that allow +you to specify which particular codecs shall be passed +and which codec to use when passthru is not possible</property> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="receives_default">False</property> + <property name="draw_indicator">True</property> + <signal name="toggled" handler="advanced_audio_changed_cb"/> + </object> + </child> + </object> + <packing> + <property name="expand">False</property> + <property name="position">5</property> + </packing> + </child> + <child> <object class="GtkAlignment" id="hidden_prefs"> <property name="visible">True</property> <property name="top_padding">6</property> @@ -5191,7 +5216,7 @@ no-fast-pskip=0:no-dct-decimate=0:cabac=1</property> </object> <packing> <property name="expand">False</property> - <property name="position">5</property> + <property name="position">6</property> </packing> </child> </object> |