mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 09:10:36 +00:00
preset: fix incorrect preset version comparison
Use app_version if there are no system presets, so that if the application presets are newer than the user presets they are merged. https://bugzilla.gnome.org/show_bug.cgi?id=742877
This commit is contained in:
parent
29d8b9df8b
commit
aefb6fda5e
1 changed files with 1 additions and 1 deletions
|
@ -395,7 +395,7 @@ preset_get_keyfile (GstPreset * preset)
|
|||
if (presets)
|
||||
g_key_file_free (presets);
|
||||
presets = in_app;
|
||||
version = version_system;
|
||||
version = version_app;
|
||||
}
|
||||
}
|
||||
if (in_user) {
|
||||
|
|
Loading…
Reference in a new issue