Back to development

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/3775>
This commit is contained in:
Tim-Philipp Müller 2023-01-23 23:04:53 +00:00
parent f13c65d977
commit 41c69372b5
23 changed files with 36 additions and 36 deletions

View File

@ -1,5 +1,5 @@
project('gstreamer-full', 'c',
version : '1.22.0',
version : '1.23.0.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.22.0',
version : '1.23.0.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.22.0',
version: '1.23.0.1',
meson_version : '>= 0.62')
hotdoc_p = find_program('hotdoc')

View File

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

View File

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

View File

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

View File

@ -1,5 +1,5 @@
project('gst-omx', 'c',
version : '1.22.0',
version : '1.23.0.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.22.0',
version : '1.23.0.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.22.0',
version : '1.23.0.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.22.0 FLV muxer",
"default": "GStreamer 1.23.0.1 FLV muxer",
"mutable": "null",
"readable": true,
"type": "gchararray",
@ -7039,7 +7039,7 @@
"construct": false,
"construct-only": false,
"controllable": false,
"default": "GStreamer 1.22.0 FLV muxer",
"default": "GStreamer 1.23.0.1 FLV muxer",
"mutable": "null",
"readable": true,
"type": "gchararray",
@ -21257,7 +21257,7 @@
"construct": false,
"construct-only": false,
"controllable": false,
"default": "GStreamer/1.22.0",
"default": "GStreamer/1.23.0.1",
"mutable": "null",
"readable": true,
"type": "gchararray",
@ -21816,7 +21816,7 @@
"construct": false,
"construct-only": false,
"controllable": false,
"default": "GStreamer 1.22.0",
"default": "GStreamer 1.23.0.1",
"mutable": "null",
"readable": true,
"type": "gchararray",
@ -23253,7 +23253,7 @@
"construct": false,
"construct-only": false,
"controllable": false,
"default": "GStreamer souphttpsrc 1.22.0 ",
"default": "GStreamer souphttpsrc 1.23.0.1 ",
"mutable": "null",
"readable": true,
"type": "gchararray",

View File

@ -1,5 +1,5 @@
project('gst-plugins-good', 'c',
version : '1.22.0',
version : '1.23.0.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.22.0
revision=0.9

View File

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

View File

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

View File

@ -333,7 +333,7 @@
"construct": false,
"construct-only": false,
"controllable": false,
"default": "GStreamer/1.22.0",
"default": "GStreamer/1.23.0.1",
"mutable": "null",
"readable": true,
"type": "gchararray",

View File

@ -1,5 +1,5 @@
project('gst-rtsp-server', 'c',
version : '1.22.0',
version : '1.23.0.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.22.0',
project('gstreamer-sharp', ['cs', 'c'], version: '1.23.0.1',
meson_version : '>= 0.62', license: 'LGPL')
if host_machine.system() == 'osx'

View File

@ -18,8 +18,8 @@ namespace Gst.PbUtils {
public const string ENCODING_CATEGORY_STORAGE_EDITING = @"storage-editing";
public const int PLUGINS_BASE_VERSION_MAJOR = 1;
public const int PLUGINS_BASE_VERSION_MICRO = 0;
public const int PLUGINS_BASE_VERSION_MINOR = 22;
public const int PLUGINS_BASE_VERSION_NANO = 0;
public const int PLUGINS_BASE_VERSION_MINOR = 23;
public const int PLUGINS_BASE_VERSION_NANO = 1;
#endregion
}
}

View File

@ -171,8 +171,8 @@ namespace Gst {
public const int VALUE_UNORDERED = 2;
public const int VERSION_MAJOR = 1;
public const int VERSION_MICRO = 0;
public const int VERSION_MINOR = 22;
public const int VERSION_NANO = 0;
public const int VERSION_MINOR = 23;
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="0" ctype="gint" gtype="gint" name="VERSION_MICRO" />
<constant value="22" 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="0" ctype="gint" gtype="gint" name="VERSION_MICRO" />
<constant value="23" 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="0" ctype="gint" gtype="gint" name="PLUGINS_BASE_VERSION_MICRO" />
<constant value="22" 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="0" ctype="gint" gtype="gint" name="PLUGINS_BASE_VERSION_MICRO" />
<constant value="23" 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.22.0',
version : '1.23.0.1',
meson_version : '>= 0.62',
default_options : [ 'warning_level=1',
'buildtype=debugoptimized' ])

View File

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