Skip to content
Snippets Groups Projects
Commit e4b148a1 authored by Philippe Gorley's avatar Philippe Gorley Committed by Guillaume Roguez
Browse files

video: fix video preferences not loading correctly


Change-Id: I2debe36b077b4e4b4720b6d390e4b3f3a0a342ac
Reviewed-by: default avatarGuillaume Roguez <guillaume.roguez@savoirfairelinux.com>
parent 9a7ba8d0
No related branches found
No related tags found
No related merge requests found
...@@ -559,7 +559,7 @@ void VideoPreferences::unserialize(const YAML::Node &in) ...@@ -559,7 +559,7 @@ void VideoPreferences::unserialize(const YAML::Node &in)
try { try {
parseValue(node, DECODING_ACCELERATED_KEY, decodingAccelerated_); parseValue(node, DECODING_ACCELERATED_KEY, decodingAccelerated_);
} catch (...) { decodingAccelerated_ = false; } // experimental, so disabled by default } catch (...) { decodingAccelerated_ = false; } // experimental, so disabled by default
getVideoDeviceMonitor().unserialize(node); getVideoDeviceMonitor().unserialize(in);
} }
} // namespace ring } // namespace ring
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment