Skip to content
Snippets Groups Projects
  1. Mar 24, 2016
  2. Mar 23, 2016
  3. Mar 22, 2016
    • Sebastian Dröge's avatar
      preset: Use GST_PRESET_PATH as an extension of the system path, not a replacement of the user path · d7c8ce09
      Sebastian Dröge authored
      First load all system presets, then all from the environment variable, then
      from the app directory, then from the user directory. Any one in the chain
      with the highest version completely replaces all previous ones, later ones
      with lower versions are merged in without replacing existing presets.
      
      This is basically the same behaviour as before, just that GST_PRESET_PATH is
      inserted as another source of directories between the system and app presets.
      
      It was added in ca08af1f, but was
      accidentially overriding the user preset path there. Which caused inconsistent
      behaviour as new presets were still stored in the system path, just not loaded
      from there. Meaning you could store a new preset (in the user path), just for
      GstPreset to not find it anymore later (because it only looked in the
      GST_PRESET_PATH instead of the user path).
      
      https://bugzilla.gnome.org/show_bug.cgi?id=764034
      d7c8ce09
  4. Mar 21, 2016
  5. Mar 18, 2016
  6. Mar 15, 2016
  7. Mar 14, 2016
  8. Mar 12, 2016
  9. Mar 10, 2016
  10. Mar 09, 2016
  11. Mar 07, 2016
  12. Mar 02, 2016
  13. Mar 01, 2016
  14. Feb 29, 2016
  15. Feb 28, 2016
  16. Feb 27, 2016
  17. Feb 26, 2016
  18. Feb 25, 2016
  19. Feb 23, 2016
Loading