Back to development

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/6261>
This commit is contained in:
Tim-Philipp Müller 2024-03-05 12:58:57 +00:00
parent b125253cad
commit 756064b9c3
39 changed files with 128 additions and 150 deletions

View file

@ -15462,11 +15462,11 @@ contains one frame)</doc>
<source-position filename="../subprojects/gst-editing-services/ges/ges-version.h"/>
<type name="gint" c:type="gint"/>
</constant>
<constant name="VERSION_MINOR" value="24" c:type="GES_VERSION_MINOR">
<constant name="VERSION_MINOR" value="25" c:type="GES_VERSION_MINOR">
<source-position filename="../subprojects/gst-editing-services/ges/ges-version.h"/>
<type name="gint" c:type="gint"/>
</constant>
<constant name="VERSION_NANO" value="0" c:type="GES_VERSION_NANO">
<constant name="VERSION_NANO" value="1" c:type="GES_VERSION_NANO">
<source-position filename="../subprojects/gst-editing-services/ges/ges-version.h"/>
<type name="gint" c:type="gint"/>
</constant>

View file

@ -49391,12 +49391,12 @@ determine a order for the two provided values.</doc>
<source-position filename="../subprojects/gstreamer/gst/gstversion.h"/>
<type name="gint" c:type="gint"/>
</constant>
<constant name="VERSION_MINOR" value="24" c:type="GST_VERSION_MINOR">
<constant name="VERSION_MINOR" value="25" c:type="GST_VERSION_MINOR">
<doc xml:space="preserve" filename="../subprojects/gstreamer/gst/gstversion.h">The minor version of GStreamer at compile time:</doc>
<source-position filename="../subprojects/gstreamer/gst/gstversion.h"/>
<type name="gint" c:type="gint"/>
</constant>
<constant name="VERSION_NANO" value="0" c:type="GST_VERSION_NANO">
<constant name="VERSION_NANO" value="1" c:type="GST_VERSION_NANO">
<doc xml:space="preserve" filename="../subprojects/gstreamer/gst/gstversion.h">The nano version of GStreamer at compile time:
Actual releases have 0, GIT versions have 1, prerelease versions have 2-...</doc>
<source-position filename="../subprojects/gstreamer/gst/gstversion.h"/>

View file

@ -2904,12 +2904,12 @@ in debugging.</doc>
<source-position filename="../subprojects/gst-plugins-base/gst-libs/gst/pbutils/gstpluginsbaseversion.h"/>
<type name="gint" c:type="gint"/>
</constant>
<constant name="PLUGINS_BASE_VERSION_MINOR" value="24" c:type="GST_PLUGINS_BASE_VERSION_MINOR">
<constant name="PLUGINS_BASE_VERSION_MINOR" value="25" c:type="GST_PLUGINS_BASE_VERSION_MINOR">
<doc xml:space="preserve" filename="../subprojects/gst-plugins-base/gst-libs/gst/pbutils/gstpluginsbaseversion.h">The minor version of GStreamer's gst-plugins-base libraries at compile time.</doc>
<source-position filename="../subprojects/gst-plugins-base/gst-libs/gst/pbutils/gstpluginsbaseversion.h"/>
<type name="gint" c:type="gint"/>
</constant>
<constant name="PLUGINS_BASE_VERSION_NANO" value="0" c:type="GST_PLUGINS_BASE_VERSION_NANO">
<constant name="PLUGINS_BASE_VERSION_NANO" value="1" c:type="GST_PLUGINS_BASE_VERSION_NANO">
<doc xml:space="preserve" filename="../subprojects/gst-plugins-base/gst-libs/gst/pbutils/gstpluginsbaseversion.h">The nano version of GStreamer's gst-plugins-base libraries at compile time.
Actual releases have 0, GIT versions have 1, prerelease versions have 2-...</doc>
<source-position filename="../subprojects/gst-plugins-base/gst-libs/gst/pbutils/gstpluginsbaseversion.h"/>

View file

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

View file

@ -1,17 +1,15 @@
This is GStreamer gst-devtools 1.24.0.
This is GStreamer gst-devtools 1.25.0.1.
The GStreamer team is thrilled to announce a new major feature release
of your favourite cross-platform multimedia framework!
As always, this release is again packed with new features, bug fixes and
other improvements.
GStreamer 1.25 is the unstable development branch leading up to the next major
stable version which will be 1.26.
The 1.24 release series adds new features on top of the 1.22 series and is
part of the API and ABI-stable 1.x release series.
The 1.25 development series adds new features on top of the 1.24 series and is
part of the API and ABI-stable 1.x release series of the GStreamer multimedia
framework.
Full release notes can be found at:
Full release notes will one day be found at:
https://gstreamer.freedesktop.org/releases/1.24/
https://gstreamer.freedesktop.org/releases/1.26/
Binaries for Android, iOS, Mac OS X and Windows will usually be provided
shortly after the release.

View file

@ -1,5 +1,5 @@
project('gst-devtools', 'c',
version : '1.24.0',
version : '1.25.0.1',
meson_version : '>= 1.1',
default_options : [ 'warning_level=1',
'c_std=gnu99',

View file

@ -1,5 +1,5 @@
project('GStreamer manuals and tutorials', 'c',
version: '1.24.0',
version: '1.25.0.1',
meson_version : '>= 1.1')
hotdoc_p = find_program('hotdoc')

View file

@ -1,17 +1,15 @@
This is GStreamer gst-editing-services 1.24.0.
This is GStreamer gst-editing-services 1.25.0.1.
The GStreamer team is thrilled to announce a new major feature release
of your favourite cross-platform multimedia framework!
As always, this release is again packed with new features, bug fixes and
other improvements.
GStreamer 1.25 is the unstable development branch leading up to the next major
stable version which will be 1.26.
The 1.24 release series adds new features on top of the 1.22 series and is
part of the API and ABI-stable 1.x release series.
The 1.25 development series adds new features on top of the 1.24 series and is
part of the API and ABI-stable 1.x release series of the GStreamer multimedia
framework.
Full release notes can be found at:
Full release notes will one day be found at:
https://gstreamer.freedesktop.org/releases/1.24/
https://gstreamer.freedesktop.org/releases/1.26/
Binaries for Android, iOS, Mac OS X and Windows will usually be provided
shortly after the release.

View file

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

View file

@ -1,4 +1,4 @@
project('gst-examples', 'c', version : '1.24.0', license : 'LGPL')
project('gst-examples', 'c', version : '1.25.0.1', license : 'LGPL')
static_build = get_option('default_library') == 'static'
cc = meson.get_compiler('c')

View file

@ -1 +1 @@
project('gst-integration-testsuites', [], version: '1.24.0', meson_version : '>= 1.1', license: 'LGPL')
project('gst-integration-testsuites', [], version: '1.25.0.1', meson_version : '>= 1.1', license: 'LGPL')

View file

@ -1,17 +1,15 @@
This is GStreamer gst-libav 1.24.0.
This is GStreamer gst-libav 1.25.0.1.
The GStreamer team is thrilled to announce a new major feature release
of your favourite cross-platform multimedia framework!
As always, this release is again packed with new features, bug fixes and
other improvements.
GStreamer 1.25 is the unstable development branch leading up to the next major
stable version which will be 1.26.
The 1.24 release series adds new features on top of the 1.22 series and is
part of the API and ABI-stable 1.x release series.
The 1.25 development series adds new features on top of the 1.24 series and is
part of the API and ABI-stable 1.x release series of the GStreamer multimedia
framework.
Full release notes can be found at:
Full release notes will one day be found at:
https://gstreamer.freedesktop.org/releases/1.24/
https://gstreamer.freedesktop.org/releases/1.26/
Binaries for Android, iOS, Mac OS X and Windows will usually be provided
shortly after the release.

View file

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

View file

@ -1,4 +1,4 @@
GStreamer 1.24.x stable series
GStreamer 1.25.x development series
WHAT IT IS
----------

View file

@ -1,17 +1,15 @@
This is GStreamer gst-plugins-bad 1.24.0.
This is GStreamer gst-plugins-bad 1.25.0.1.
The GStreamer team is thrilled to announce a new major feature release
of your favourite cross-platform multimedia framework!
As always, this release is again packed with new features, bug fixes and
other improvements.
GStreamer 1.25 is the unstable development branch leading up to the next major
stable version which will be 1.26.
The 1.24 release series adds new features on top of the 1.22 series and is
part of the API and ABI-stable 1.x release series.
The 1.25 development series adds new features on top of the 1.24 series and is
part of the API and ABI-stable 1.x release series of the GStreamer multimedia
framework.
Full release notes can be found at:
Full release notes will one day be found at:
https://gstreamer.freedesktop.org/releases/1.24/
https://gstreamer.freedesktop.org/releases/1.26/
Binaries for Android, iOS, Mac OS X and Windows will usually be provided
shortly after the release.

View file

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

View file

@ -1,4 +1,4 @@
GStreamer 1.24.x stable series
GStreamer 1.25.x development series
WHAT IT IS
----------

View file

@ -1,17 +1,15 @@
This is GStreamer gst-plugins-base 1.24.0.
This is GStreamer gst-plugins-base 1.25.0.1.
The GStreamer team is thrilled to announce a new major feature release
of your favourite cross-platform multimedia framework!
As always, this release is again packed with new features, bug fixes and
other improvements.
GStreamer 1.25 is the unstable development branch leading up to the next major
stable version which will be 1.26.
The 1.24 release series adds new features on top of the 1.22 series and is
part of the API and ABI-stable 1.x release series.
The 1.25 development series adds new features on top of the 1.24 series and is
part of the API and ABI-stable 1.x release series of the GStreamer multimedia
framework.
Full release notes can be found at:
Full release notes will one day be found at:
https://gstreamer.freedesktop.org/releases/1.24/
https://gstreamer.freedesktop.org/releases/1.26/
Binaries for Android, iOS, Mac OS X and Windows will usually be provided
shortly after the release.

View file

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

View file

@ -1,4 +1,4 @@
GStreamer 1.24.x stable series
GStreamer 1.25.x development series
WHAT IT IS
----------

View file

@ -1,17 +1,15 @@
This is GStreamer gst-plugins-good 1.24.0.
This is GStreamer gst-plugins-good 1.25.0.1.
The GStreamer team is thrilled to announce a new major feature release
of your favourite cross-platform multimedia framework!
As always, this release is again packed with new features, bug fixes and
other improvements.
GStreamer 1.25 is the unstable development branch leading up to the next major
stable version which will be 1.26.
The 1.24 release series adds new features on top of the 1.22 series and is
part of the API and ABI-stable 1.x release series.
The 1.25 development series adds new features on top of the 1.24 series and is
part of the API and ABI-stable 1.x release series of the GStreamer multimedia
framework.
Full release notes can be found at:
Full release notes will one day be found at:
https://gstreamer.freedesktop.org/releases/1.24/
https://gstreamer.freedesktop.org/releases/1.26/
Binaries for Android, iOS, Mac OS X and Windows will usually be provided
shortly after the release.

View file

@ -1,5 +1,5 @@
project('gst-plugins-good', 'c',
version : '1.24.0',
version : '1.25.0.1',
meson_version : '>= 1.1',
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.24.0
revision=main

View file

@ -1,4 +1,4 @@
GStreamer 1.24.x stable series
GStreamer 1.25.x development series
WHAT IT IS
----------

View file

@ -1,17 +1,15 @@
This is GStreamer gst-plugins-ugly 1.24.0.
This is GStreamer gst-plugins-ugly 1.25.0.1.
The GStreamer team is thrilled to announce a new major feature release
of your favourite cross-platform multimedia framework!
As always, this release is again packed with new features, bug fixes and
other improvements.
GStreamer 1.25 is the unstable development branch leading up to the next major
stable version which will be 1.26.
The 1.24 release series adds new features on top of the 1.22 series and is
part of the API and ABI-stable 1.x release series.
The 1.25 development series adds new features on top of the 1.24 series and is
part of the API and ABI-stable 1.x release series of the GStreamer multimedia
framework.
Full release notes can be found at:
Full release notes will one day be found at:
https://gstreamer.freedesktop.org/releases/1.24/
https://gstreamer.freedesktop.org/releases/1.26/
Binaries for Android, iOS, Mac OS X and Windows will usually be provided
shortly after the release.

View file

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

View file

@ -1,17 +1,15 @@
This is GStreamer gst-python 1.24.0.
This is GStreamer gst-python 1.25.0.1.
The GStreamer team is thrilled to announce a new major feature release
of your favourite cross-platform multimedia framework!
As always, this release is again packed with new features, bug fixes and
other improvements.
GStreamer 1.25 is the unstable development branch leading up to the next major
stable version which will be 1.26.
The 1.24 release series adds new features on top of the 1.22 series and is
part of the API and ABI-stable 1.x release series.
The 1.25 development series adds new features on top of the 1.24 series and is
part of the API and ABI-stable 1.x release series of the GStreamer multimedia
framework.
Full release notes can be found at:
Full release notes will one day be found at:
https://gstreamer.freedesktop.org/releases/1.24/
https://gstreamer.freedesktop.org/releases/1.26/
Binaries for Android, iOS, Mac OS X and Windows will usually be provided
shortly after the release.

View file

@ -1,5 +1,5 @@
project('gst-python', 'c',
version : '1.24.0',
version : '1.25.0.1',
meson_version : '>= 1.1',
default_options : [ 'warning_level=1',
'c_std=gnu99',

View file

@ -1,17 +1,15 @@
This is GStreamer gst-rtsp-server 1.24.0.
This is GStreamer gst-rtsp-server 1.25.0.1.
The GStreamer team is thrilled to announce a new major feature release
of your favourite cross-platform multimedia framework!
As always, this release is again packed with new features, bug fixes and
other improvements.
GStreamer 1.25 is the unstable development branch leading up to the next major
stable version which will be 1.26.
The 1.24 release series adds new features on top of the 1.22 series and is
part of the API and ABI-stable 1.x release series.
The 1.25 development series adds new features on top of the 1.24 series and is
part of the API and ABI-stable 1.x release series of the GStreamer multimedia
framework.
Full release notes can be found at:
Full release notes will one day be found at:
https://gstreamer.freedesktop.org/releases/1.24/
https://gstreamer.freedesktop.org/releases/1.26/
Binaries for Android, iOS, Mac OS X and Windows will usually be provided
shortly after the release.

View file

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

View file

@ -1,4 +1,4 @@
project('gstreamer-sharp', ['cs', 'c'], version: '1.24.0',
project('gstreamer-sharp', ['cs', 'c'], version: '1.25.0.1',
meson_version : '>= 1.1', license: 'LGPL')
fs = import ('fs')

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 = 24;
public const int PLUGINS_BASE_VERSION_NANO = 0;
public const int PLUGINS_BASE_VERSION_MINOR = 25;
public const int PLUGINS_BASE_VERSION_NANO = 1;
#endregion
}
}

View file

@ -172,8 +172,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 = 24;
public const int VERSION_NANO = 0;
public const int VERSION_MINOR = 25;
public const int VERSION_NANO = 1;
#endregion
}
}

View file

@ -12342,10 +12342,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="24" 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="25" 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">
@ -22376,10 +22376,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="24" 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="25" 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,17 +1,15 @@
This is GStreamer gstreamer-vaapi 1.24.0.
This is GStreamer gstreamer-vaapi 1.25.0.1.
The GStreamer team is thrilled to announce a new major feature release
of your favourite cross-platform multimedia framework!
As always, this release is again packed with new features, bug fixes and
other improvements.
GStreamer 1.25 is the unstable development branch leading up to the next major
stable version which will be 1.26.
The 1.24 release series adds new features on top of the 1.22 series and is
part of the API and ABI-stable 1.x release series.
The 1.25 development series adds new features on top of the 1.24 series and is
part of the API and ABI-stable 1.x release series of the GStreamer multimedia
framework.
Full release notes can be found at:
Full release notes will one day be found at:
https://gstreamer.freedesktop.org/releases/1.24/
https://gstreamer.freedesktop.org/releases/1.26/
Binaries for Android, iOS, Mac OS X and Windows will usually be provided
shortly after the release.

View file

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

View file

@ -1,4 +1,4 @@
GStreamer 1.24.x stable series
GStreamer 1.25.x development series
WHAT IT IS
----------

View file

@ -1,17 +1,15 @@
This is GStreamer core 1.24.0.
This is GStreamer core 1.25.0.1.
The GStreamer team is thrilled to announce a new major feature release
of your favourite cross-platform multimedia framework!
As always, this release is again packed with new features, bug fixes and
other improvements.
GStreamer 1.25 is the unstable development branch leading up to the next major
stable version which will be 1.26.
The 1.24 release series adds new features on top of the 1.22 series and is
part of the API and ABI-stable 1.x release series.
The 1.25 development series adds new features on top of the 1.24 series and is
part of the API and ABI-stable 1.x release series of the GStreamer multimedia
framework.
Full release notes can be found at:
Full release notes will one day be found at:
https://gstreamer.freedesktop.org/releases/1.24/
https://gstreamer.freedesktop.org/releases/1.26/
Binaries for Android, iOS, Mac OS X and Windows will usually be provided
shortly after the release.

View file

@ -1,5 +1,5 @@
project('gstreamer', 'c',
version : '1.24.0',
version : '1.25.0.1',
meson_version : '>= 1.1',
default_options : [ 'warning_level=1',
'buildtype=debugoptimized' ])