Release 1.25.90

This commit is contained in:
Tim-Philipp Müller 2025-02-23 23:44:10 +00:00
parent 2ad386e4e4
commit 94a3e912ab
57 changed files with 294 additions and 74 deletions

View file

@ -15629,7 +15629,7 @@ 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_MICRO" value="50" c:type="GES_VERSION_MICRO">
<constant name="VERSION_MICRO" value="90" c:type="GES_VERSION_MICRO">
<source-position filename="../subprojects/gst-editing-services/ges/ges-version.h"/>
<type name="gint" c:type="gint"/>
</constant>
@ -15637,7 +15637,7 @@ 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_NANO" value="1" c:type="GES_VERSION_NANO">
<constant name="VERSION_NANO" value="0" 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

@ -51710,7 +51710,7 @@ 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_MICRO" value="50" c:type="GST_VERSION_MICRO">
<constant name="VERSION_MICRO" value="90" c:type="GST_VERSION_MICRO">
<doc xml:space="preserve" filename="../subprojects/gstreamer/gst/gstversion.h">The micro version of GStreamer at compile time:</doc>
<source-position filename="../subprojects/gstreamer/gst/gstversion.h"/>
<type name="gint" c:type="gint"/>
@ -51720,7 +51720,7 @@ 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_NANO" value="1" c:type="GST_VERSION_NANO">
<constant name="VERSION_NANO" value="0" 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

@ -2950,7 +2950,7 @@ 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_MICRO" value="50" c:type="GST_PLUGINS_BASE_VERSION_MICRO">
<constant name="PLUGINS_BASE_VERSION_MICRO" value="90" c:type="GST_PLUGINS_BASE_VERSION_MICRO">
<doc xml:space="preserve" filename="../subprojects/gst-plugins-base/gst-libs/gst/pbutils/gstpluginsbaseversion.h">The micro 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"/>
@ -2960,7 +2960,7 @@ 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_NANO" value="1" c:type="GST_PLUGINS_BASE_VERSION_NANO">
<constant name="PLUGINS_BASE_VERSION_NANO" value="0" 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.25.50.1',
version : '1.25.90',
meson_version : '>= 1.4',
default_options : ['buildtype=debugoptimized',
# Needed due to https://github.com/mesonbuild/meson/issues/1889,

View file

@ -2,7 +2,8 @@ GStreamer 1.26 Release Notes
GStreamer 1.26.0 has not been released yet. It will be released in early 2025.
The latest development release towards the upcoming 1.26 stable series is 1.25.50 and was released on 09 February 2025.
The latest development release towards the upcoming 1.26 stable series is 1.25.90 (1.26 release candidate 1) and was released on
23 February 2025.
## Introduction
@ -191,6 +192,15 @@ Windows
- to be filled in
- Windows installer packages: Starting with 1.26, the default installation directory will change from C:\gstreamer to the
Program Files folder e.g. C:\Program Files (x86)\gstreamer for the 32-bit package. If you update an existing installation
the 1.26 installers will keep using the existing folder, but if you were using C:\gstreamer we strongly recommend you
uninstall and re-install into the new default location for security reasons.
- Note for MSI packagers: Starting with 1.26, the installers were ported to WiX 5.0. As part of this, the property for setting
the installation directory has been changed to INSTALLDIR, and it now requires a full path to the desired directory,
e.g. C:\gstreamer instead of C:\.
Linux
- to be filled in

View file

@ -1,4 +1,4 @@
This is GStreamer gst-devtools 1.25.50.
This is GStreamer gst-devtools 1.25.90.
GStreamer 1.25 is the unstable development branch leading up to the next major
stable version which will be 1.26.

View file

@ -53,6 +53,16 @@
</GitRepository>
</repository>
<release>
<Version>
<revision>1.25.90</revision>
<branch>main</branch>
<name></name>
<created>2025-02-23</created>
<file-release rdf:resource="https://gstreamer.freedesktop.org/src/gst-devtools/gst-devtools-1.25.90.tar.xz" />
</Version>
</release>
<release>
<Version>
<revision>1.25.50</revision>

View file

@ -1,5 +1,5 @@
project('gst-devtools', 'c',
version : '1.25.50.1',
version : '1.25.90',
meson_version : '>= 1.4',
default_options : [ 'warning_level=1',
'buildtype=debugoptimized' ])
@ -194,7 +194,7 @@ if not get_option('debug_viewer').disabled()
endif
subdir('docs')
meson.add_dist_script('scripts/gen-changelog.py', meson.project_name(), '1.22.0', meson.project_version())
meson.add_dist_script('scripts/gen-changelog.py', meson.project_name(), '1.24.0', meson.project_version())
plugin_names = []
gst_plugins = []

View file

@ -1,5 +1,5 @@
project('GStreamer manuals and tutorials', 'c',
version: '1.25.50.1',
version: '1.25.90',
meson_version : '>= 1.4')
hotdoc_p = find_program('hotdoc')
@ -166,4 +166,4 @@ run_target('release',
depends: [gstreamer_doc]
)
meson.add_dist_script('scripts/gen-changelog.py', meson.project_name(), '1.22.0', meson.project_version())
meson.add_dist_script('scripts/gen-changelog.py', meson.project_name(), '1.24.0', meson.project_version())

View file

@ -2,7 +2,8 @@ GStreamer 1.26 Release Notes
GStreamer 1.26.0 has not been released yet. It will be released in early 2025.
The latest development release towards the upcoming 1.26 stable series is 1.25.50 and was released on 09 February 2025.
The latest development release towards the upcoming 1.26 stable series is 1.25.90 (1.26 release candidate 1) and was released on
23 February 2025.
## Introduction
@ -191,6 +192,15 @@ Windows
- to be filled in
- Windows installer packages: Starting with 1.26, the default installation directory will change from C:\gstreamer to the
Program Files folder e.g. C:\Program Files (x86)\gstreamer for the 32-bit package. If you update an existing installation
the 1.26 installers will keep using the existing folder, but if you were using C:\gstreamer we strongly recommend you
uninstall and re-install into the new default location for security reasons.
- Note for MSI packagers: Starting with 1.26, the installers were ported to WiX 5.0. As part of this, the property for setting
the installation directory has been changed to INSTALLDIR, and it now requires a full path to the desired directory,
e.g. C:\gstreamer instead of C:\.
Linux
- to be filled in

View file

@ -1,4 +1,4 @@
This is GStreamer gst-editing-services 1.25.50.
This is GStreamer gst-editing-services 1.25.90.
GStreamer 1.25 is the unstable development branch leading up to the next major
stable version which will be 1.26.

View file

@ -30,6 +30,16 @@ GStreamer library for creating audio and video editors
</GitRepository>
</repository>
<release>
<Version>
<revision>1.25.90</revision>
<branch>main</branch>
<name></name>
<created>2025-02-23</created>
<file-release rdf:resource="https://gstreamer.freedesktop.org/src/gst-editing-services/gst-editing-services-1.25.90.tar.xz" />
</Version>
</release>
<release>
<Version>
<revision>1.25.50</revision>

View file

@ -1,5 +1,5 @@
project('gst-editing-services', 'c',
version : '1.25.50.1',
version : '1.25.90',
meson_version : '>= 1.4',
default_options : [ 'warning_level=1',
'buildtype=debugoptimized' ])
@ -353,7 +353,7 @@ endif
configure_file(output: 'config.h', configuration: cdata)
meson.add_dist_script('scripts/gen-changelog.py', meson.project_name(), '1.22.0', meson.project_version())
meson.add_dist_script('scripts/gen-changelog.py', meson.project_name(), '1.24.0', meson.project_version())
plugin_names = []
gst_plugins = []

View file

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

View file

@ -1 +1 @@
project('gst-integration-testsuites', [], version: '1.25.50.1', meson_version : '>= 1.4', license: 'LGPL')
project('gst-integration-testsuites', [], version: '1.25.90', meson_version : '>= 1.4', license: 'LGPL')

View file

@ -2,7 +2,8 @@ GStreamer 1.26 Release Notes
GStreamer 1.26.0 has not been released yet. It will be released in early 2025.
The latest development release towards the upcoming 1.26 stable series is 1.25.50 and was released on 09 February 2025.
The latest development release towards the upcoming 1.26 stable series is 1.25.90 (1.26 release candidate 1) and was released on
23 February 2025.
## Introduction
@ -191,6 +192,15 @@ Windows
- to be filled in
- Windows installer packages: Starting with 1.26, the default installation directory will change from C:\gstreamer to the
Program Files folder e.g. C:\Program Files (x86)\gstreamer for the 32-bit package. If you update an existing installation
the 1.26 installers will keep using the existing folder, but if you were using C:\gstreamer we strongly recommend you
uninstall and re-install into the new default location for security reasons.
- Note for MSI packagers: Starting with 1.26, the installers were ported to WiX 5.0. As part of this, the property for setting
the installation directory has been changed to INSTALLDIR, and it now requires a full path to the desired directory,
e.g. C:\gstreamer instead of C:\.
Linux
- to be filled in

View file

@ -1,4 +1,4 @@
This is GStreamer gst-libav 1.25.50.
This is GStreamer gst-libav 1.25.90.
GStreamer 1.25 is the unstable development branch leading up to the next major
stable version which will be 1.26.

View file

@ -32,6 +32,16 @@ colorspace conversion elements.
</GitRepository>
</repository>
<release>
<Version>
<revision>1.25.90</revision>
<branch>main</branch>
<name></name>
<created>2025-02-23</created>
<file-release rdf:resource="https://gstreamer.freedesktop.org/src/gst-libav/gst-libav-1.25.90.tar.xz" />
</Version>
</release>
<release>
<Version>
<revision>1.25.50</revision>

View file

@ -1,5 +1,5 @@
project('gst-libav', 'c',
version : '1.25.50.1',
version : '1.25.90',
meson_version : '>= 1.4',
default_options : [ 'warning_level=1',
'buildtype=debugoptimized' ])
@ -258,7 +258,7 @@ endif
configure_file(output: 'config.h', configuration: cdata)
meson.add_dist_script('scripts/gen-changelog.py', meson.project_name(), '1.22.0', meson.project_version())
meson.add_dist_script('scripts/gen-changelog.py', meson.project_name(), '1.24.0', meson.project_version())
gst_plugins = []
foreach plugin: plugins

View file

@ -2,7 +2,8 @@ GStreamer 1.26 Release Notes
GStreamer 1.26.0 has not been released yet. It will be released in early 2025.
The latest development release towards the upcoming 1.26 stable series is 1.25.50 and was released on 09 February 2025.
The latest development release towards the upcoming 1.26 stable series is 1.25.90 (1.26 release candidate 1) and was released on
23 February 2025.
## Introduction
@ -191,6 +192,15 @@ Windows
- to be filled in
- Windows installer packages: Starting with 1.26, the default installation directory will change from C:\gstreamer to the
Program Files folder e.g. C:\Program Files (x86)\gstreamer for the 32-bit package. If you update an existing installation
the 1.26 installers will keep using the existing folder, but if you were using C:\gstreamer we strongly recommend you
uninstall and re-install into the new default location for security reasons.
- Note for MSI packagers: Starting with 1.26, the installers were ported to WiX 5.0. As part of this, the property for setting
the installation directory has been changed to INSTALLDIR, and it now requires a full path to the desired directory,
e.g. C:\gstreamer instead of C:\.
Linux
- to be filled in

View file

@ -1,4 +1,4 @@
This is GStreamer gst-plugins-bad 1.25.50.
This is GStreamer gst-plugins-bad 1.25.90.
GStreamer 1.25 is the unstable development branch leading up to the next major
stable version which will be 1.26.

View file

@ -33,6 +33,16 @@ real live maintainer, or some actual wide use.
</GitRepository>
</repository>
<release>
<Version>
<revision>1.25.90</revision>
<branch>main</branch>
<name></name>
<created>2025-02-23</created>
<file-release rdf:resource="https://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad-1.25.90.tar.xz" />
</Version>
</release>
<release>
<Version>
<revision>1.25.50</revision>

View file

@ -1,5 +1,5 @@
project('gst-plugins-bad', 'c', 'cpp',
version : '1.25.50.1',
version : '1.25.90',
meson_version : '>= 1.4',
default_options : [ 'warning_level=1',
'buildtype=debugoptimized' ])
@ -637,7 +637,7 @@ endif
configure_file(output : 'config.h', configuration : cdata)
meson.add_dist_script('scripts/gen-changelog.py', meson.project_name(), '1.22.0', meson.project_version())
meson.add_dist_script('scripts/gen-changelog.py', meson.project_name(), '1.24.0', meson.project_version())
subdir('docs')

View file

@ -2,7 +2,8 @@ GStreamer 1.26 Release Notes
GStreamer 1.26.0 has not been released yet. It will be released in early 2025.
The latest development release towards the upcoming 1.26 stable series is 1.25.50 and was released on 09 February 2025.
The latest development release towards the upcoming 1.26 stable series is 1.25.90 (1.26 release candidate 1) and was released on
23 February 2025.
## Introduction
@ -191,6 +192,15 @@ Windows
- to be filled in
- Windows installer packages: Starting with 1.26, the default installation directory will change from C:\gstreamer to the
Program Files folder e.g. C:\Program Files (x86)\gstreamer for the 32-bit package. If you update an existing installation
the 1.26 installers will keep using the existing folder, but if you were using C:\gstreamer we strongly recommend you
uninstall and re-install into the new default location for security reasons.
- Note for MSI packagers: Starting with 1.26, the installers were ported to WiX 5.0. As part of this, the property for setting
the installation directory has been changed to INSTALLDIR, and it now requires a full path to the desired directory,
e.g. C:\gstreamer instead of C:\.
Linux
- to be filled in

View file

@ -1,4 +1,4 @@
This is GStreamer gst-plugins-base 1.25.50.
This is GStreamer gst-plugins-base 1.25.90.
GStreamer 1.25 is the unstable development branch leading up to the next major
stable version which will be 1.26.

View file

@ -34,6 +34,16 @@ A wide range of video and audio decoders, encoders, and filters are included.
</GitRepository>
</repository>
<release>
<Version>
<revision>1.25.90</revision>
<branch>main</branch>
<name></name>
<created>2025-02-23</created>
<file-release rdf:resource="https://gstreamer.freedesktop.org/src/gst-plugins-base/gst-plugins-base-1.25.90.tar.xz" />
</Version>
</release>
<release>
<Version>
<revision>1.25.50</revision>

View file

@ -1,5 +1,5 @@
project('gst-plugins-base', 'c',
version : '1.25.50.1',
version : '1.25.90',
meson_version : '>= 1.4',
default_options : [ 'warning_level=1',
'buildtype=debugoptimized' ])
@ -574,7 +574,7 @@ endif
# Use core_conf after all subdirs have set values
configure_file(output : 'config.h', configuration : core_conf)
meson.add_dist_script('scripts/gen-changelog.py', meson.project_name(), '1.22.0', meson.project_version())
meson.add_dist_script('scripts/gen-changelog.py', meson.project_name(), '1.24.0', meson.project_version())
plugin_names = []
gst_plugins = []

View file

@ -2,7 +2,8 @@ GStreamer 1.26 Release Notes
GStreamer 1.26.0 has not been released yet. It will be released in early 2025.
The latest development release towards the upcoming 1.26 stable series is 1.25.50 and was released on 09 February 2025.
The latest development release towards the upcoming 1.26 stable series is 1.25.90 (1.26 release candidate 1) and was released on
23 February 2025.
## Introduction
@ -191,6 +192,15 @@ Windows
- to be filled in
- Windows installer packages: Starting with 1.26, the default installation directory will change from C:\gstreamer to the
Program Files folder e.g. C:\Program Files (x86)\gstreamer for the 32-bit package. If you update an existing installation
the 1.26 installers will keep using the existing folder, but if you were using C:\gstreamer we strongly recommend you
uninstall and re-install into the new default location for security reasons.
- Note for MSI packagers: Starting with 1.26, the installers were ported to WiX 5.0. As part of this, the property for setting
the installation directory has been changed to INSTALLDIR, and it now requires a full path to the desired directory,
e.g. C:\gstreamer instead of C:\.
Linux
- to be filled in

View file

@ -1,4 +1,4 @@
This is GStreamer gst-plugins-good 1.25.50.
This is GStreamer gst-plugins-good 1.25.90.
GStreamer 1.25 is the unstable development branch leading up to the next major
stable version which will be 1.26.

View file

@ -32,6 +32,16 @@ the plug-in code, LGPL or LGPL-compatible for the supporting library).
</GitRepository>
</repository>
<release>
<Version>
<revision>1.25.90</revision>
<branch>main</branch>
<name></name>
<created>2025-02-23</created>
<file-release rdf:resource="https://gstreamer.freedesktop.org/src/gst-plugins-good/gst-plugins-good-1.25.90.tar.xz" />
</Version>
</release>
<release>
<Version>
<revision>1.25.50</revision>

View file

@ -1,5 +1,5 @@
project('gst-plugins-good', 'c',
version : '1.25.50.1',
version : '1.25.90',
meson_version : '>= 1.4',
default_options : [ 'warning_level=1',
'buildtype=debugoptimized' ])
@ -576,7 +576,7 @@ endif
configure_file(output : 'config.h', configuration : cdata)
meson.add_dist_script('scripts/gen-changelog.py', meson.project_name(), '1.22.0', meson.project_version())
meson.add_dist_script('scripts/gen-changelog.py', meson.project_name(), '1.24.0', meson.project_version())
plugin_names = []
gst_plugins = []

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=0.13
revision=gstreamer-1.25.90

View file

@ -2,7 +2,8 @@ GStreamer 1.26 Release Notes
GStreamer 1.26.0 has not been released yet. It will be released in early 2025.
The latest development release towards the upcoming 1.26 stable series is 1.25.50 and was released on 09 February 2025.
The latest development release towards the upcoming 1.26 stable series is 1.25.90 (1.26 release candidate 1) and was released on
23 February 2025.
## Introduction
@ -191,6 +192,15 @@ Windows
- to be filled in
- Windows installer packages: Starting with 1.26, the default installation directory will change from C:\gstreamer to the
Program Files folder e.g. C:\Program Files (x86)\gstreamer for the 32-bit package. If you update an existing installation
the 1.26 installers will keep using the existing folder, but if you were using C:\gstreamer we strongly recommend you
uninstall and re-install into the new default location for security reasons.
- Note for MSI packagers: Starting with 1.26, the installers were ported to WiX 5.0. As part of this, the property for setting
the installation directory has been changed to INSTALLDIR, and it now requires a full path to the desired directory,
e.g. C:\gstreamer instead of C:\.
Linux
- to be filled in

View file

@ -1,4 +1,4 @@
This is GStreamer gst-plugins-ugly 1.25.50.
This is GStreamer gst-plugins-ugly 1.25.90.
GStreamer 1.25 is the unstable development branch leading up to the next major
stable version which will be 1.26.

View file

@ -33,6 +33,16 @@ might be widely known to present patent problems.
</GitRepository>
</repository>
<release>
<Version>
<revision>1.25.90</revision>
<branch>main</branch>
<name></name>
<created>2025-02-23</created>
<file-release rdf:resource="https://gstreamer.freedesktop.org/src/gst-plugins-ugly/gst-plugins-ugly-1.25.90.tar.xz" />
</Version>
</release>
<release>
<Version>
<revision>1.25.50</revision>

View file

@ -1,5 +1,5 @@
project('gst-plugins-ugly', 'c',
version : '1.25.50.1',
version : '1.25.90',
meson_version : '>= 1.4',
default_options : [ 'warning_level=1',
'buildtype=debugoptimized' ])
@ -352,7 +352,7 @@ endif
configure_file(output : 'config.h', configuration : cdata)
meson.add_dist_script('scripts/gen-changelog.py', meson.project_name(), '1.22.0', meson.project_version())
meson.add_dist_script('scripts/gen-changelog.py', meson.project_name(), '1.24.0', meson.project_version())
plugin_names = []
gst_plugins = []

View file

@ -2,7 +2,8 @@ GStreamer 1.26 Release Notes
GStreamer 1.26.0 has not been released yet. It will be released in early 2025.
The latest development release towards the upcoming 1.26 stable series is 1.25.50 and was released on 09 February 2025.
The latest development release towards the upcoming 1.26 stable series is 1.25.90 (1.26 release candidate 1) and was released on
23 February 2025.
## Introduction
@ -191,6 +192,15 @@ Windows
- to be filled in
- Windows installer packages: Starting with 1.26, the default installation directory will change from C:\gstreamer to the
Program Files folder e.g. C:\Program Files (x86)\gstreamer for the 32-bit package. If you update an existing installation
the 1.26 installers will keep using the existing folder, but if you were using C:\gstreamer we strongly recommend you
uninstall and re-install into the new default location for security reasons.
- Note for MSI packagers: Starting with 1.26, the installers were ported to WiX 5.0. As part of this, the property for setting
the installation directory has been changed to INSTALLDIR, and it now requires a full path to the desired directory,
e.g. C:\gstreamer instead of C:\.
Linux
- to be filled in

View file

@ -1,4 +1,4 @@
This is GStreamer gst-python 1.25.50.
This is GStreamer gst-python 1.25.90.
GStreamer 1.25 is the unstable development branch leading up to the next major
stable version which will be 1.26.

View file

@ -30,6 +30,16 @@ GStreamer Python Bindings is a set of overrides and Gst fundamental types handli
</GitRepository>
</repository>
<release>
<Version>
<revision>1.25.90</revision>
<branch>main</branch>
<name></name>
<created>2025-02-23</created>
<file-release rdf:resource="https://gstreamer.freedesktop.org/src/gst-python/gst-python-1.25.90.tar.xz" />
</Version>
</release>
<release>
<Version>
<revision>1.25.50</revision>

View file

@ -1,5 +1,5 @@
project('gst-python', 'c',
version : '1.25.50.1',
version : '1.25.90',
meson_version : '>= 1.4',
default_options : [ 'warning_level=1',
'buildtype=debugoptimized' ])
@ -128,7 +128,7 @@ cdata.set_quoted('PY_LIB_FNAME', pylib_fname)
configure_file(output : 'config.h', configuration : cdata)
configinc = include_directories('.')
meson.add_dist_script('scripts/gen-changelog.py', meson.project_name(), '1.22.0', meson.project_version())
meson.add_dist_script('scripts/gen-changelog.py', meson.project_name(), '1.24.0', meson.project_version())
pkgconfig = import('pkgconfig')
plugins_install_dir = join_paths(libdir, 'gstreamer-1.0')

View file

@ -2,7 +2,8 @@ GStreamer 1.26 Release Notes
GStreamer 1.26.0 has not been released yet. It will be released in early 2025.
The latest development release towards the upcoming 1.26 stable series is 1.25.50 and was released on 09 February 2025.
The latest development release towards the upcoming 1.26 stable series is 1.25.90 (1.26 release candidate 1) and was released on
23 February 2025.
## Introduction
@ -191,6 +192,15 @@ Windows
- to be filled in
- Windows installer packages: Starting with 1.26, the default installation directory will change from C:\gstreamer to the
Program Files folder e.g. C:\Program Files (x86)\gstreamer for the 32-bit package. If you update an existing installation
the 1.26 installers will keep using the existing folder, but if you were using C:\gstreamer we strongly recommend you
uninstall and re-install into the new default location for security reasons.
- Note for MSI packagers: Starting with 1.26, the installers were ported to WiX 5.0. As part of this, the property for setting
the installation directory has been changed to INSTALLDIR, and it now requires a full path to the desired directory,
e.g. C:\gstreamer instead of C:\.
Linux
- to be filled in

View file

@ -1,4 +1,4 @@
This is GStreamer gst-rtsp-server 1.25.50.
This is GStreamer gst-rtsp-server 1.25.90.
GStreamer 1.25 is the unstable development branch leading up to the next major
stable version which will be 1.26.

View file

@ -30,6 +30,16 @@ RTSP server library based on GStreamer
</GitRepository>
</repository>
<release>
<Version>
<revision>1.25.90</revision>
<branch>main</branch>
<name></name>
<created>2025-02-23</created>
<file-release rdf:resource="https://gstreamer.freedesktop.org/src/gst-rtsp-server/gst-rtsp-server-1.25.90.tar.xz" />
</Version>
</release>
<release>
<Version>
<revision>1.25.50</revision>

View file

@ -1,5 +1,5 @@
project('gst-rtsp-server', 'c',
version : '1.25.50.1',
version : '1.25.90',
meson_version : '>= 1.4',
default_options : ['warning_level=1', 'buildtype=debugoptimized'])
@ -229,7 +229,7 @@ endif
configure_file(output: 'config.h', configuration: cdata)
meson.add_dist_script('scripts/gen-changelog.py', meson.project_name(), '1.22.0', meson.project_version())
meson.add_dist_script('scripts/gen-changelog.py', meson.project_name(), '1.24.0', meson.project_version())
plugin_names = []
gst_plugins = []

View file

@ -4501,10 +4501,10 @@
<constant value="4" ctype="gint" gtype="gint" name="PADDING" />
<constant value="20" ctype="gint" gtype="gint" name="PADDING_LARGE" />
<constant value="4294967295" ctype="guint32" gtype="guint32" name="TIMELINE_ELEMENT_NO_LAYER_PRIORITY" />
<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" />
<constant value="1" ctype="gint" gtype="gint" name="VERSION_MAJOR" />
<constant value="90" ctype="gint" gtype="gint" name="VERSION_MICRO" />
<constant value="25" ctype="gint" gtype="gint" name="VERSION_MINOR" />
<constant value="0" ctype="gint" gtype="gint" name="VERSION_NANO" />
</object>
</namespace>
</api>

View file

@ -1,4 +1,4 @@
project('gstreamer-sharp', ['cs', 'c'], version: '1.25.50.1',
project('gstreamer-sharp', ['cs', 'c'], version: '1.25.90',
meson_version : '>= 1.4', license: 'LGPL')
fs = import ('fs')
@ -207,4 +207,4 @@ if codegen_enabled
run_target('update-all', command: [find_program('update_sources.py'), 'bindinate'])
endif
meson.add_dist_script('scripts/gen-changelog.py', meson.project_name(), '1.22.0', meson.project_version())
meson.add_dist_script('scripts/gen-changelog.py', meson.project_name(), '1.24.0', meson.project_version())

View file

@ -17,9 +17,9 @@ namespace Gst.PbUtils {
public const string ENCODING_CATEGORY_ONLINE_SERVICE = @"online-service";
public const string ENCODING_CATEGORY_STORAGE_EDITING = @"storage-editing";
public const int PLUGINS_BASE_VERSION_MAJOR = 1;
public const int PLUGINS_BASE_VERSION_MICRO = 50;
public const int PLUGINS_BASE_VERSION_MICRO = 90;
public const int PLUGINS_BASE_VERSION_MINOR = 25;
public const int PLUGINS_BASE_VERSION_NANO = 1;
public const int PLUGINS_BASE_VERSION_NANO = 0;
#endregion
}
}

View file

@ -171,9 +171,9 @@ namespace Gst {
public const int VALUE_LESS_THAN = -1;
public const int VALUE_UNORDERED = 2;
public const int VERSION_MAJOR = 1;
public const int VERSION_MICRO = 50;
public const int VERSION_MICRO = 90;
public const int VERSION_MINOR = 25;
public const int VERSION_NANO = 1;
public const int VERSION_NANO = 0;
#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="50" 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" />
<constant value="1" ctype="gint" gtype="gint" name="VERSION_MAJOR" />
<constant value="90" ctype="gint" gtype="gint" name="VERSION_MICRO" />
<constant value="25" ctype="gint" gtype="gint" name="VERSION_MINOR" />
<constant value="0" 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="50" 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" />
<constant value="1" ctype="gint" gtype="gint" name="PLUGINS_BASE_VERSION_MAJOR" />
<constant value="90" ctype="gint" gtype="gint" name="PLUGINS_BASE_VERSION_MICRO" />
<constant value="25" ctype="gint" gtype="gint" name="PLUGINS_BASE_VERSION_MINOR" />
<constant value="0" ctype="gint" gtype="gint" name="PLUGINS_BASE_VERSION_NANO" />
</object>
</namespace>
<namespace name="Gst.Rtp" library="gstrtp-1.0-0.dll">

View file

@ -2,7 +2,8 @@ GStreamer 1.26 Release Notes
GStreamer 1.26.0 has not been released yet. It will be released in early 2025.
The latest development release towards the upcoming 1.26 stable series is 1.25.50 and was released on 09 February 2025.
The latest development release towards the upcoming 1.26 stable series is 1.25.90 (1.26 release candidate 1) and was released on
23 February 2025.
## Introduction
@ -191,6 +192,15 @@ Windows
- to be filled in
- Windows installer packages: Starting with 1.26, the default installation directory will change from C:\gstreamer to the
Program Files folder e.g. C:\Program Files (x86)\gstreamer for the 32-bit package. If you update an existing installation
the 1.26 installers will keep using the existing folder, but if you were using C:\gstreamer we strongly recommend you
uninstall and re-install into the new default location for security reasons.
- Note for MSI packagers: Starting with 1.26, the installers were ported to WiX 5.0. As part of this, the property for setting
the installation directory has been changed to INSTALLDIR, and it now requires a full path to the desired directory,
e.g. C:\gstreamer instead of C:\.
Linux
- to be filled in

View file

@ -1,4 +1,4 @@
This is GStreamer gstreamer-vaapi 1.25.50.
This is GStreamer gstreamer-vaapi 1.25.90.
GStreamer 1.25 is the unstable development branch leading up to the next major
stable version which will be 1.26.

View file

@ -25,6 +25,16 @@
</GitRepository>
</repository>
<release>
<Version>
<revision>1.25.90</revision>
<branch>main</branch>
<name></name>
<created>2025-02-23</created>
<file-release rdf:resource="https://gstreamer.freedesktop.org/src/gstreamer-vaapi/gstreamer-vaapi-1.25.90.tar.xz" />
</Version>
</release>
<release>
<Version>
<revision>1.25.50</revision>

View file

@ -1,5 +1,5 @@
project('gstreamer-vaapi', 'c',
version : '1.25.50.1',
version : '1.25.90',
meson_version : '>= 1.4',
default_options : [ 'warning_level=1',
'buildtype=debugoptimized' ])
@ -234,7 +234,7 @@ endif
configure_file(output: 'config.h', configuration: cdata)
meson.add_dist_script('scripts/gen-changelog.py', meson.project_name(), '1.22.0', meson.project_version())
meson.add_dist_script('scripts/gen-changelog.py', meson.project_name(), '1.24.0', meson.project_version())
pkgconfig = import('pkgconfig')
plugins_pkgconfig_install_dir = join_paths(plugins_install_dir, 'pkgconfig')

View file

@ -2,7 +2,8 @@ GStreamer 1.26 Release Notes
GStreamer 1.26.0 has not been released yet. It will be released in early 2025.
The latest development release towards the upcoming 1.26 stable series is 1.25.50 and was released on 09 February 2025.
The latest development release towards the upcoming 1.26 stable series is 1.25.90 (1.26 release candidate 1) and was released on
23 February 2025.
## Introduction
@ -191,6 +192,15 @@ Windows
- to be filled in
- Windows installer packages: Starting with 1.26, the default installation directory will change from C:\gstreamer to the
Program Files folder e.g. C:\Program Files (x86)\gstreamer for the 32-bit package. If you update an existing installation
the 1.26 installers will keep using the existing folder, but if you were using C:\gstreamer we strongly recommend you
uninstall and re-install into the new default location for security reasons.
- Note for MSI packagers: Starting with 1.26, the installers were ported to WiX 5.0. As part of this, the property for setting
the installation directory has been changed to INSTALLDIR, and it now requires a full path to the desired directory,
e.g. C:\gstreamer instead of C:\.
Linux
- to be filled in

View file

@ -1,4 +1,4 @@
This is GStreamer core 1.25.50.
This is GStreamer core 1.25.90.
GStreamer 1.25 is the unstable development branch leading up to the next major
stable version which will be 1.26.

View file

@ -38,6 +38,16 @@ hierarchy, and a set of media-agnostic core elements.
</GitRepository>
</repository>
<release>
<Version>
<revision>1.25.90</revision>
<branch>main</branch>
<name></name>
<created>2025-02-23</created>
<file-release rdf:resource="https://gstreamer.freedesktop.org/src/gstreamer/gstreamer-1.25.90.tar.xz" />
</Version>
</release>
<release>
<Version>
<revision>1.25.50</revision>

View file

@ -1,5 +1,5 @@
project('gstreamer', 'c',
version : '1.25.50.1',
version : '1.25.90',
meson_version : '>= 1.4',
default_options : [ 'warning_level=1',
'buildtype=debugoptimized' ])
@ -719,7 +719,7 @@ endif
configure_file(output : 'config.h', configuration : cdata)
install_data('gst-element-check-1.0.m4', install_dir : join_paths(get_option('datadir'), 'aclocal'))
meson.add_dist_script('scripts/gen-changelog.py', meson.project_name(), '1.22.0', meson.project_version())
meson.add_dist_script('scripts/gen-changelog.py', meson.project_name(), '1.24.0', meson.project_version())
plugin_names = []
gst_plugins = []