docs: Update plugin cache with the new format

And fix the default URL which should not be inside quotes.
This commit is contained in:
Thibault Saunier 2020-06-03 17:38:10 -04:00
parent 31d85bfb65
commit 41fee777a6
2 changed files with 676 additions and 1762 deletions

File diff suppressed because it is too large Load diff

View file

@ -11,5 +11,5 @@ option('tests', type : 'feature', value : 'auto', yield : true)
option('doc', type : 'feature', value : 'auto', yield: true,
description: 'Enable documentation.')
option('package-origin', type : 'string',
value : '"https://gitlab.freedesktop.org/gstreamer/gstreamer-vaapi/issues"',
value : 'https://gitlab.freedesktop.org/gstreamer/gstreamer-vaapi/issues',
yield : true, description : 'package origin URL to use in plugins')