Back to development

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/925>
This commit is contained in:
Tim-Philipp Müller 2021-09-26 01:07:02 +01:00
parent d1d8223d52
commit f1a169f39d
22 changed files with 32 additions and 32 deletions

View file

@ -1,5 +1,5 @@
project('All GStreamer modules', 'c',
version : '1.19.2',
version : '1.19.2.1',
meson_version : '>= 0.54.0',
default_options : ['buildtype=debugoptimized'])

View file

@ -1,5 +1,5 @@
project('gst-devtools', 'c',
version : '1.19.2',
version : '1.19.2.1',
meson_version : '>= 0.54',
default_options : [ 'warning_level=1',
'c_std=gnu99',

View file

@ -1,5 +1,5 @@
project('GStreamer manuals and tutorials', 'c',
version: '1.19.2',
version: '1.19.2.1',
meson_version : '>= 0.54')
hotdoc_p = find_program('hotdoc')

View file

@ -1,5 +1,5 @@
project('gst-editing-services', 'c',
version : '1.19.2',
version : '1.19.2.1',
meson_version : '>= 0.54',
default_options : [ 'warning_level=1',
'buildtype=debugoptimized' ])

View file

@ -1,4 +1,4 @@
project('gst-examples', 'c', version : '1.19.2', license : 'LGPL')
project('gst-examples', 'c', version : '1.19.2.1', license : 'LGPL')
cc = meson.get_compiler('c')
m_dep = cc.find_library('m', required : false)

View file

@ -1 +1 @@
project('gst-integration-testsuites', [], version: '1.19.2', meson_version : '>= 0.54', license: 'LGPL')
project('gst-integration-testsuites', [], version: '1.19.2.1', meson_version : '>= 0.54', license: 'LGPL')

View file

@ -1,5 +1,5 @@
project('gst-libav', 'c', 'cpp',
version : '1.19.2',
version : '1.19.2.1',
meson_version : '>= 0.54',
default_options : [ 'warning_level=1',
'buildtype=debugoptimized' ])

View file

@ -1,5 +1,5 @@
project('gst-omx', 'c',
version : '1.19.2',
version : '1.19.2.1',
meson_version : '>= 0.54',
default_options : [ 'warning_level=1',
'buildtype=debugoptimized' ])

View file

@ -1,5 +1,5 @@
project('gst-plugins-bad', 'c', 'cpp',
version : '1.19.2',
version : '1.19.2.1',
meson_version : '>= 0.54',
default_options : [ 'warning_level=1',
'buildtype=debugoptimized' ])

View file

@ -1,5 +1,5 @@
project('gst-plugins-base', 'c',
version : '1.19.2',
version : '1.19.2.1',
meson_version : '>= 0.54',
default_options : [ 'warning_level=1',
'buildtype=debugoptimized' ])

View file

@ -6607,7 +6607,7 @@
"construct": false,
"construct-only": false,
"controllable": false,
"default": "GStreamer 1.19.2 FLV muxer",
"default": "GStreamer 1.19.2.1 FLV muxer",
"mutable": "null",
"readable": true,
"type": "gchararray",
@ -6619,7 +6619,7 @@
"construct": false,
"construct-only": false,
"controllable": false,
"default": "GStreamer 1.19.2 FLV muxer",
"default": "GStreamer 1.19.2.1 FLV muxer",
"mutable": "null",
"readable": true,
"type": "gchararray",
@ -20224,7 +20224,7 @@
"construct": false,
"construct-only": false,
"controllable": false,
"default": "GStreamer/1.19.2",
"default": "GStreamer/1.19.2.1",
"mutable": "null",
"readable": true,
"type": "gchararray",
@ -22181,7 +22181,7 @@
"construct": false,
"construct-only": false,
"controllable": false,
"default": "GStreamer souphttpsrc 1.19.2 ",
"default": "GStreamer souphttpsrc 1.19.2.1 ",
"mutable": "null",
"readable": true,
"type": "gchararray",

View file

@ -1,5 +1,5 @@
project('gst-plugins-good', 'c',
version : '1.19.2',
version : '1.19.2.1',
meson_version : '>= 0.54',
default_options : [ 'warning_level=1',
'buildtype=debugoptimized' ])

View file

@ -1,5 +1,5 @@
project('gst-plugins-ugly', 'c',
version : '1.19.2',
version : '1.19.2.1',
meson_version : '>= 0.54',
default_options : [ 'warning_level=1',
'buildtype=debugoptimized' ])

View file

@ -1,5 +1,5 @@
project('gst-python', 'c', 'cpp',
version : '1.19.2',
version : '1.19.2.1',
meson_version : '>= 0.54',
default_options : [ 'warning_level=1',
'c_std=gnu99',

View file

@ -321,7 +321,7 @@
"construct": false,
"construct-only": false,
"controllable": false,
"default": "GStreamer/1.19.2",
"default": "GStreamer/1.19.2.1",
"mutable": "null",
"readable": true,
"type": "gchararray",

View file

@ -1,5 +1,5 @@
project('gst-rtsp-server', 'c',
version : '1.19.2',
version : '1.19.2.1',
meson_version : '>= 0.54',
default_options : ['warning_level=1', 'buildtype=debugoptimized'])

View file

@ -1,4 +1,4 @@
project('gstreamer-sharp', ['cs', 'c'], version: '1.19.2',
project('gstreamer-sharp', ['cs', 'c'], version: '1.19.2.1',
meson_version : '>= 0.54', license: 'LGPL')
if host_machine.system() == 'osx'

View file

@ -19,7 +19,7 @@ namespace Gst.PbUtils {
public const int PLUGINS_BASE_VERSION_MAJOR = 1;
public const int PLUGINS_BASE_VERSION_MICRO = 2;
public const int PLUGINS_BASE_VERSION_MINOR = 19;
public const int PLUGINS_BASE_VERSION_NANO = 0;
public const int PLUGINS_BASE_VERSION_NANO = 1;
#endregion
}
}

View file

@ -172,7 +172,7 @@ namespace Gst {
public const int VERSION_MAJOR = 1;
public const int VERSION_MICRO = 2;
public const int VERSION_MINOR = 19;
public const int VERSION_NANO = 0;
public const int VERSION_NANO = 1;
#endregion
}
}

View file

@ -12127,10 +12127,10 @@
<constant value="1" ctype="gint" gtype="gint" name="VALUE_GREATER_THAN" />
<constant value="-1" ctype="gint" gtype="gint" name="VALUE_LESS_THAN" />
<constant value="2" ctype="gint" gtype="gint" name="VALUE_UNORDERED" />
<constant value="1" ctype="gint" gtype="gint" name="VERSION_MAJOR" />
<constant value="2" ctype="gint" gtype="gint" name="VERSION_MICRO" />
<constant value="19" ctype="gint" gtype="gint" name="VERSION_MINOR" />
<constant value="0" ctype="gint" gtype="gint" name="VERSION_NANO" />
<constant value="1" ctype="gint" gtype="gint" name="VERSION_MAJOR" />
<constant value="2" ctype="gint" gtype="gint" name="VERSION_MICRO" />
<constant value="19" ctype="gint" gtype="gint" name="VERSION_MINOR" />
<constant value="1" ctype="gint" gtype="gint" name="VERSION_NANO" />
</object>
<class name="Parse" cname="GstParse" disable_void_ctor="1">
<method name="ParseBinFromDescription" cname="gst_parse_bin_from_description" shared="true">
@ -21582,10 +21582,10 @@
<constant value="file-extension" ctype="gchar*" gtype="gchar*" name="ENCODING_CATEGORY_FILE_EXTENSION" />
<constant value="online-service" ctype="gchar*" gtype="gchar*" name="ENCODING_CATEGORY_ONLINE_SERVICE" />
<constant value="storage-editing" ctype="gchar*" gtype="gchar*" name="ENCODING_CATEGORY_STORAGE_EDITING" />
<constant value="1" ctype="gint" gtype="gint" name="PLUGINS_BASE_VERSION_MAJOR" />
<constant value="2" ctype="gint" gtype="gint" name="PLUGINS_BASE_VERSION_MICRO" />
<constant value="19" ctype="gint" gtype="gint" name="PLUGINS_BASE_VERSION_MINOR" />
<constant value="0" ctype="gint" gtype="gint" name="PLUGINS_BASE_VERSION_NANO" />
<constant value="1" ctype="gint" gtype="gint" name="PLUGINS_BASE_VERSION_MAJOR" />
<constant value="2" ctype="gint" gtype="gint" name="PLUGINS_BASE_VERSION_MICRO" />
<constant value="19" ctype="gint" gtype="gint" name="PLUGINS_BASE_VERSION_MINOR" />
<constant value="1" ctype="gint" gtype="gint" name="PLUGINS_BASE_VERSION_NANO" />
</object>
</namespace>
<namespace name="Gst.Rtp" library="gstrtp-1.0-0.dll">

View file

@ -1,5 +1,5 @@
project('gstreamer-vaapi', 'c',
version : '1.19.2',
version : '1.19.2.1',
meson_version : '>= 0.54',
default_options : [ 'warning_level=1',
'buildtype=debugoptimized' ])

View file

@ -1,5 +1,5 @@
project('gstreamer', 'c',
version : '1.19.2',
version : '1.19.2.1',
meson_version : '>= 0.54',
default_options : [ 'warning_level=1',
'buildtype=debugoptimized' ])