Back to development

This commit is contained in:
Tim-Philipp Müller 2020-09-08 16:58:37 +01:00
parent 6ef694ce7b
commit 71360e5903
2 changed files with 6 additions and 6 deletions

View file

@ -6595,7 +6595,7 @@
"construct": false,
"construct-only": false,
"controllable": false,
"default": "GStreamer 1.18.0 FLV muxer",
"default": "GStreamer 1.19.0.1 FLV muxer",
"mutable": "null",
"readable": true,
"type": "gchararray",
@ -6607,7 +6607,7 @@
"construct": false,
"construct-only": false,
"controllable": false,
"default": "GStreamer 1.18.0 FLV muxer",
"default": "GStreamer 1.19.0.1 FLV muxer",
"mutable": "null",
"readable": true,
"type": "gchararray",
@ -20636,7 +20636,7 @@
"construct": false,
"construct-only": false,
"controllable": false,
"default": "GStreamer/1.18.0",
"default": "GStreamer/1.19.0.1",
"mutable": "null",
"readable": true,
"type": "gchararray",
@ -22593,7 +22593,7 @@
"construct": false,
"construct-only": false,
"controllable": false,
"default": "GStreamer souphttpsrc 1.18.0 ",
"default": "GStreamer souphttpsrc 1.19.0.1 ",
"mutable": "null",
"readable": true,
"type": "gchararray",

View file

@ -1,6 +1,6 @@
project('gst-plugins-good', 'c',
version : '1.18.0',
meson_version : '>= 0.48',
version : '1.19.0.1',
meson_version : '>= 0.54',
default_options : [ 'warning_level=1',
'buildtype=debugoptimized' ])