diff options
Diffstat (limited to 'data/org.gnome.totem.gschema.xml.in.in')
-rw-r--r-- | data/org.gnome.totem.gschema.xml.in.in | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/data/org.gnome.totem.gschema.xml.in.in b/data/org.gnome.totem.gschema.xml.in.in index 6004c5bf..36ee20a1 100644 --- a/data/org.gnome.totem.gschema.xml.in.in +++ b/data/org.gnome.totem.gschema.xml.in.in @@ -56,10 +56,9 @@ <default>false</default> <_summary>Whether to enable debug for the playback engine</_summary> </key> - <key name="audio-output-type" type="i"> - <default>0</default> + <key name="audio-output-type" enum="org.gnome.totem.BvwAudioOutType"> + <default>'stereo'</default> <_summary>Type of audio output to use</_summary> - <_description>Type of audio output to use: "0" for stereo, "1" for 4-channel output, "2" for 5.0 channel output, "3" for 5.1 channel output, "4" for AC3 Passthrough.</_description> </key> <key name="visual-quality" type="i"> <default>0</default> |