mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-05 09:00:54 +00:00
Back to development
This commit is contained in:
parent
f7806a854a
commit
4a99827d4c
22 changed files with 32 additions and 32 deletions
|
@ -1,5 +1,5 @@
|
|||
project('gstreamer-full', 'c',
|
||||
version : '1.20.5',
|
||||
version : '1.20.5.1',
|
||||
meson_version : '>= 0.59',
|
||||
default_options : ['buildtype=debugoptimized',
|
||||
# Needed due to https://github.com/mesonbuild/meson/issues/1889,
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
project('gst-devtools', 'c',
|
||||
version : '1.20.5',
|
||||
version : '1.20.5.1',
|
||||
meson_version : '>= 0.59',
|
||||
default_options : [ 'warning_level=1',
|
||||
'c_std=gnu99',
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
project('GStreamer manuals and tutorials', 'c',
|
||||
version: '1.20.5',
|
||||
version: '1.20.5.1',
|
||||
meson_version : '>= 0.59')
|
||||
|
||||
hotdoc_p = find_program('hotdoc')
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
project('gst-editing-services', 'c',
|
||||
version : '1.20.5',
|
||||
version : '1.20.5.1',
|
||||
meson_version : '>= 0.59',
|
||||
default_options : [ 'warning_level=1',
|
||||
'buildtype=debugoptimized' ])
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
project('gst-examples', 'c', version : '1.20.5', license : 'LGPL')
|
||||
project('gst-examples', 'c', version : '1.20.5.1', license : 'LGPL')
|
||||
|
||||
cc = meson.get_compiler('c')
|
||||
m_dep = cc.find_library('m', required : false)
|
||||
|
|
|
@ -1 +1 @@
|
|||
project('gst-integration-testsuites', [], version: '1.20.5', meson_version : '>= 0.59', license: 'LGPL')
|
||||
project('gst-integration-testsuites', [], version: '1.20.5.1', meson_version : '>= 0.59', license: 'LGPL')
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
project('gst-libav', 'c',
|
||||
version : '1.20.5',
|
||||
version : '1.20.5.1',
|
||||
meson_version : '>= 0.59',
|
||||
default_options : [ 'warning_level=1',
|
||||
'buildtype=debugoptimized' ])
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
project('gst-omx', 'c',
|
||||
version : '1.20.5',
|
||||
version : '1.20.5.1',
|
||||
meson_version : '>= 0.59',
|
||||
default_options : [ 'warning_level=1',
|
||||
'buildtype=debugoptimized' ])
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
project('gst-plugins-bad', 'c', 'cpp',
|
||||
version : '1.20.5',
|
||||
version : '1.20.5.1',
|
||||
meson_version : '>= 0.59',
|
||||
default_options : [ 'warning_level=1',
|
||||
'buildtype=debugoptimized' ])
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
project('gst-plugins-base', 'c',
|
||||
version : '1.20.5',
|
||||
version : '1.20.5.1',
|
||||
meson_version : '>= 0.59',
|
||||
default_options : [ 'warning_level=1',
|
||||
'buildtype=debugoptimized' ])
|
||||
|
|
|
@ -6607,7 +6607,7 @@
|
|||
"construct": false,
|
||||
"construct-only": false,
|
||||
"controllable": false,
|
||||
"default": "GStreamer 1.20.5 FLV muxer",
|
||||
"default": "GStreamer 1.20.5.1 FLV muxer",
|
||||
"mutable": "null",
|
||||
"readable": true,
|
||||
"type": "gchararray",
|
||||
|
@ -6619,7 +6619,7 @@
|
|||
"construct": false,
|
||||
"construct-only": false,
|
||||
"controllable": false,
|
||||
"default": "GStreamer 1.20.5 FLV muxer",
|
||||
"default": "GStreamer 1.20.5.1 FLV muxer",
|
||||
"mutable": "null",
|
||||
"readable": true,
|
||||
"type": "gchararray",
|
||||
|
@ -20478,7 +20478,7 @@
|
|||
"construct": false,
|
||||
"construct-only": false,
|
||||
"controllable": false,
|
||||
"default": "GStreamer/1.20.5",
|
||||
"default": "GStreamer/1.20.5.1",
|
||||
"mutable": "null",
|
||||
"readable": true,
|
||||
"type": "gchararray",
|
||||
|
@ -22435,7 +22435,7 @@
|
|||
"construct": false,
|
||||
"construct-only": false,
|
||||
"controllable": false,
|
||||
"default": "GStreamer souphttpsrc 1.20.5 ",
|
||||
"default": "GStreamer souphttpsrc 1.20.5.1 ",
|
||||
"mutable": "null",
|
||||
"readable": true,
|
||||
"type": "gchararray",
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
project('gst-plugins-good', 'c',
|
||||
version : '1.20.5',
|
||||
version : '1.20.5.1',
|
||||
meson_version : '>= 0.59',
|
||||
default_options : [ 'warning_level=1',
|
||||
'buildtype=debugoptimized' ])
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
project('gst-plugins-ugly', 'c',
|
||||
version : '1.20.5',
|
||||
version : '1.20.5.1',
|
||||
meson_version : '>= 0.59',
|
||||
default_options : [ 'warning_level=1',
|
||||
'buildtype=debugoptimized' ])
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
project('gst-python', 'c',
|
||||
version : '1.20.5',
|
||||
version : '1.20.5.1',
|
||||
meson_version : '>= 0.59',
|
||||
default_options : [ 'warning_level=1',
|
||||
'c_std=gnu99',
|
||||
|
|
|
@ -321,7 +321,7 @@
|
|||
"construct": false,
|
||||
"construct-only": false,
|
||||
"controllable": false,
|
||||
"default": "GStreamer/1.20.5",
|
||||
"default": "GStreamer/1.20.5.1",
|
||||
"mutable": "null",
|
||||
"readable": true,
|
||||
"type": "gchararray",
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
project('gst-rtsp-server', 'c',
|
||||
version : '1.20.5',
|
||||
version : '1.20.5.1',
|
||||
meson_version : '>= 0.59',
|
||||
default_options : ['warning_level=1', 'buildtype=debugoptimized'])
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
project('gstreamer-sharp', ['cs', 'c'], version: '1.20.5',
|
||||
project('gstreamer-sharp', ['cs', 'c'], version: '1.20.5.1',
|
||||
meson_version : '>= 0.59', license: 'LGPL')
|
||||
|
||||
if host_machine.system() == 'osx'
|
||||
|
|
|
@ -19,7 +19,7 @@ namespace Gst.PbUtils {
|
|||
public const int PLUGINS_BASE_VERSION_MAJOR = 1;
|
||||
public const int PLUGINS_BASE_VERSION_MICRO = 5;
|
||||
public const int PLUGINS_BASE_VERSION_MINOR = 20;
|
||||
public const int PLUGINS_BASE_VERSION_NANO = 0;
|
||||
public const int PLUGINS_BASE_VERSION_NANO = 1;
|
||||
#endregion
|
||||
}
|
||||
}
|
||||
|
|
|
@ -172,7 +172,7 @@ namespace Gst {
|
|||
public const int VERSION_MAJOR = 1;
|
||||
public const int VERSION_MICRO = 5;
|
||||
public const int VERSION_MINOR = 20;
|
||||
public const int VERSION_NANO = 0;
|
||||
public const int VERSION_NANO = 1;
|
||||
#endregion
|
||||
}
|
||||
}
|
||||
|
|
|
@ -12130,7 +12130,7 @@
|
|||
<constant value="1" ctype="gint" gtype="gint" name="VERSION_MAJOR" />
|
||||
<constant value="5" ctype="gint" gtype="gint" name="VERSION_MICRO" />
|
||||
<constant value="20" 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_NANO" />
|
||||
</object>
|
||||
<class name="Parse" cname="GstParse" disable_void_ctor="1">
|
||||
<method name="ParseBinFromDescription" cname="gst_parse_bin_from_description" shared="true">
|
||||
|
@ -21585,7 +21585,7 @@
|
|||
<constant value="1" ctype="gint" gtype="gint" name="PLUGINS_BASE_VERSION_MAJOR" />
|
||||
<constant value="5" ctype="gint" gtype="gint" name="PLUGINS_BASE_VERSION_MICRO" />
|
||||
<constant value="20" 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_NANO" />
|
||||
</object>
|
||||
</namespace>
|
||||
<namespace name="Gst.Rtp" library="gstrtp-1.0-0.dll">
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
project('gstreamer-vaapi', 'c',
|
||||
version : '1.20.5',
|
||||
version : '1.20.5.1',
|
||||
meson_version : '>= 0.59',
|
||||
default_options : [ 'warning_level=1',
|
||||
'buildtype=debugoptimized' ])
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
project('gstreamer', 'c',
|
||||
version : '1.20.5',
|
||||
version : '1.20.5.1',
|
||||
meson_version : '>= 0.59',
|
||||
default_options : [ 'warning_level=1',
|
||||
'buildtype=debugoptimized' ])
|
||||
|
|
Loading…
Reference in a new issue