Back to development

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/3358>
This commit is contained in:
Tim-Philipp Müller 2022-11-08 02:08:08 +00:00
parent a1fcf2b90a
commit db450689db
23 changed files with 34 additions and 34 deletions

View file

@ -1,5 +1,5 @@
project('gstreamer-full', 'c',
version : '1.21.2',
version : '1.21.2.1',
meson_version : '>= 0.62.0',
default_options : ['buildtype=debugoptimized',
# Needed due to https://github.com/mesonbuild/meson/issues/1889,

View file

@ -1,5 +1,5 @@
project('gst-devtools', 'c',
version : '1.21.2',
version : '1.21.2.1',
meson_version : '>= 0.62',
default_options : [ 'warning_level=1',
'c_std=gnu99',

View file

@ -1,5 +1,5 @@
project('GStreamer manuals and tutorials', 'c',
version: '1.21.2',
version: '1.21.2.1',
meson_version : '>= 0.62')
hotdoc_p = find_program('hotdoc')

View file

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

View file

@ -1,4 +1,4 @@
project('gst-examples', 'c', version : '1.21.2', license : 'LGPL')
project('gst-examples', 'c', version : '1.21.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.21.2', meson_version : '>= 0.62', license: 'LGPL')
project('gst-integration-testsuites', [], version: '1.21.2.1', meson_version : '>= 0.62', license: 'LGPL')

View file

@ -1,5 +1,5 @@
project('gst-libav', 'c',
version : '1.21.2',
version : '1.21.2.1',
meson_version : '>= 0.62',
default_options : [ 'warning_level=1',
'buildtype=debugoptimized' ])

View file

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

View file

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

View file

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

View file

@ -7027,7 +7027,7 @@
"construct": false,
"construct-only": false,
"controllable": false,
"default": "GStreamer 1.21.2 FLV muxer",
"default": "GStreamer 1.21.2.1 FLV muxer",
"mutable": "null",
"readable": true,
"type": "gchararray",
@ -7039,7 +7039,7 @@
"construct": false,
"construct-only": false,
"controllable": false,
"default": "GStreamer 1.21.2 FLV muxer",
"default": "GStreamer 1.21.2.1 FLV muxer",
"mutable": "null",
"readable": true,
"type": "gchararray",
@ -21196,7 +21196,7 @@
"construct": false,
"construct-only": false,
"controllable": false,
"default": "GStreamer/1.21.2",
"default": "GStreamer/1.21.2.1",
"mutable": "null",
"readable": true,
"type": "gchararray",
@ -21740,7 +21740,7 @@
"construct": false,
"construct-only": false,
"controllable": false,
"default": "GStreamer 1.21.2",
"default": "GStreamer 1.21.2.1",
"mutable": "null",
"readable": true,
"type": "gchararray",
@ -23177,7 +23177,7 @@
"construct": false,
"construct-only": false,
"controllable": false,
"default": "GStreamer souphttpsrc 1.21.2 ",
"default": "GStreamer souphttpsrc 1.21.2.1 ",
"mutable": "null",
"readable": true,
"type": "gchararray",

View file

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

View file

@ -2,4 +2,4 @@
directory=gst-plugins-rs
url=https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
push-url=git@gitlab.freedesktop.org:gstreamer/gst-plugins-rs.git
revision=gstreamer-1.21.2
revision=0.9

View file

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

View file

@ -1,5 +1,5 @@
project('gst-python', 'c',
version : '1.21.2',
version : '1.21.2.1',
meson_version : '>= 0.62',
default_options : [ 'warning_level=1',
'c_std=gnu99',

View file

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

View file

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

View file

@ -1,4 +1,4 @@
project('gstreamer-sharp', ['cs', 'c'], version: '1.21.2',
project('gstreamer-sharp', ['cs', 'c'], version: '1.21.2.1',
meson_version : '>= 0.62', 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 = 21;
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 = 21;
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="21" 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="21" 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="21" 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="21" 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.21.2',
version : '1.21.2.1',
meson_version : '>= 0.62',
default_options : [ 'warning_level=1',
'buildtype=debugoptimized' ])

View file

@ -1,5 +1,5 @@
project('gstreamer', 'c',
version : '1.21.2',
version : '1.21.2.1',
meson_version : '>= 0.62',
default_options : [ 'warning_level=1',
'buildtype=debugoptimized' ])