]> granicus.if.org Git - handbrake/commit
WinGui: Fix an issue which prevented the GUI from parsing presets with hb_presets_rea...
authorsr55 <sr55.hb@outlook.com>
Fri, 13 Jan 2017 21:44:08 +0000 (21:44 +0000)
committersr55 <sr55.hb@outlook.com>
Fri, 13 Jan 2017 21:44:35 +0000 (21:44 +0000)
commitb14d0070a0e62cbb2e90359aedf7b3635ea0f40d
tree17319e56e45be2bafe4fab718ed26c416501374e
parent776c45aa6526088e0f653f407687212e19efac43
WinGui: Fix an issue which prevented the GUI from parsing presets with hb_presets_read_file_json becaused it returned an unnamed list when reading plist files. It can now handle  PresetList or just unnamed Json List []
Also made the parser more tolerant to casing and unset and unexpected values.
win/CS/HandBrake.ApplicationServices/Interop/HandBrakePresetService.cs
win/CS/HandBrakeWPF/Services/Presets/Factories/JsonPresetFactory.cs
win/CS/HandBrakeWPF/ViewModels/VideoViewModel.cs