After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 742877 - Incorrect version comparison in preset_get_keyfile ()
Incorrect version comparison in preset_get_keyfile ()
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
unspecified
Other All
: Normal normal
: 1.5.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2015-01-13 18:21 UTC by Phillip Wood
Modified: 2015-01-14 10:06 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Fix incorrect preset version comparison (854 bytes, patch)
2015-01-13 18:21 UTC, Phillip Wood
committed Details | Review

Description Phillip Wood 2015-01-13 18:21:16 UTC
If there are no system presets it should be using app_version not
system_version as that's zero.
Comment 1 Phillip Wood 2015-01-13 18:21:19 UTC
Created attachment 294454 [details] [review]
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.
Comment 2 Stefan Sauer (gstreamer, gtkdoc dev) 2015-01-14 10:06:39 UTC
Thanks for the patch, committed.