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

View file

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