Enable HDR as an experimental option

This commit is contained in:
Cameron Gutman
2019-12-30 18:05:43 -06:00
parent bee622bcad
commit 1313c7b3bf
2 changed files with 12 additions and 9 deletions
+5 -8
View File
@@ -708,20 +708,17 @@ Flickable {
val: StreamingPreferences.VCC_AUTO
}
ListElement {
text: "Force H.264"
text: "H.264"
val: StreamingPreferences.VCC_FORCE_H264
}
ListElement {
text: "Force HEVC"
text: "HEVC (H.265)"
val: StreamingPreferences.VCC_FORCE_HEVC
}
// HDR seems to be broken in GFE 3.14.1, and even when that's fixed
// we'll probably need to gate this feature on OS support in our
// renderers.
/* ListElement {
text: "Force HEVC HDR"
ListElement {
text: "HEVC HDR (Experimental)"
val: StreamingPreferences.VCC_FORCE_HEVC_HDR
} */
}
}
// ::onActivated must be used, as it only listens for when the index is changed by a human
onActivated : {