From 94a3e912ab665583787e72f2eb886f1dce74a7e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Sun, 23 Feb 2025 23:44:10 +0000 Subject: [PATCH] Release 1.25.90 --- girs/GES-1.0.gir | 4 ++-- girs/Gst-1.0.gir | 4 ++-- girs/GstPbutils-1.0.gir | 4 ++-- meson.build | 2 +- subprojects/gst-devtools/NEWS | 12 +++++++++++- subprojects/gst-devtools/RELEASE | 2 +- subprojects/gst-devtools/gst-devtools.doap | 10 ++++++++++ subprojects/gst-devtools/meson.build | 4 ++-- subprojects/gst-docs/meson.build | 4 ++-- subprojects/gst-editing-services/NEWS | 12 +++++++++++- subprojects/gst-editing-services/RELEASE | 2 +- .../gst-editing-services.doap | 10 ++++++++++ subprojects/gst-editing-services/meson.build | 4 ++-- subprojects/gst-examples/meson.build | 2 +- .../gst-integration-testsuites/meson.build | 2 +- subprojects/gst-libav/NEWS | 12 +++++++++++- subprojects/gst-libav/RELEASE | 2 +- subprojects/gst-libav/gst-libav.doap | 10 ++++++++++ subprojects/gst-libav/meson.build | 4 ++-- subprojects/gst-plugins-bad/NEWS | 12 +++++++++++- subprojects/gst-plugins-bad/RELEASE | 2 +- subprojects/gst-plugins-bad/gst-plugins-bad.doap | 10 ++++++++++ subprojects/gst-plugins-bad/meson.build | 4 ++-- subprojects/gst-plugins-base/NEWS | 12 +++++++++++- subprojects/gst-plugins-base/RELEASE | 2 +- .../gst-plugins-base/gst-plugins-base.doap | 10 ++++++++++ subprojects/gst-plugins-base/meson.build | 4 ++-- subprojects/gst-plugins-good/NEWS | 12 +++++++++++- subprojects/gst-plugins-good/RELEASE | 2 +- .../gst-plugins-good/gst-plugins-good.doap | 10 ++++++++++ subprojects/gst-plugins-good/meson.build | 4 ++-- subprojects/gst-plugins-rs.wrap | 2 +- subprojects/gst-plugins-ugly/NEWS | 12 +++++++++++- subprojects/gst-plugins-ugly/RELEASE | 2 +- .../gst-plugins-ugly/gst-plugins-ugly.doap | 10 ++++++++++ subprojects/gst-plugins-ugly/meson.build | 4 ++-- subprojects/gst-python/NEWS | 12 +++++++++++- subprojects/gst-python/RELEASE | 2 +- subprojects/gst-python/gst-python.doap | 10 ++++++++++ subprojects/gst-python/meson.build | 4 ++-- subprojects/gst-rtsp-server/NEWS | 12 +++++++++++- subprojects/gst-rtsp-server/RELEASE | 2 +- subprojects/gst-rtsp-server/gst-rtsp-server.doap | 10 ++++++++++ subprojects/gst-rtsp-server/meson.build | 4 ++-- .../ges/generated/gst-editing-services-api.xml | 8 ++++---- subprojects/gstreamer-sharp/meson.build | 4 ++-- .../sources/generated/Gst.PbUtils/Constants.cs | 4 ++-- .../sources/generated/Gst/Constants.cs | 4 ++-- .../sources/generated/gstreamer-sharp-api.xml | 16 ++++++++-------- subprojects/gstreamer-vaapi/NEWS | 12 +++++++++++- subprojects/gstreamer-vaapi/RELEASE | 2 +- subprojects/gstreamer-vaapi/gstreamer-vaapi.doap | 10 ++++++++++ subprojects/gstreamer-vaapi/meson.build | 4 ++-- subprojects/gstreamer/NEWS | 12 +++++++++++- subprojects/gstreamer/RELEASE | 2 +- subprojects/gstreamer/gstreamer.doap | 10 ++++++++++ subprojects/gstreamer/meson.build | 4 ++-- 57 files changed, 294 insertions(+), 74 deletions(-) diff --git a/girs/GES-1.0.gir b/girs/GES-1.0.gir index e11b7614f7..b3d9c2e2da 100644 --- a/girs/GES-1.0.gir +++ b/girs/GES-1.0.gir @@ -15629,7 +15629,7 @@ contains one frame) - + @@ -15637,7 +15637,7 @@ contains one frame) - + diff --git a/girs/Gst-1.0.gir b/girs/Gst-1.0.gir index ebae30e97e..d8bb756211 100644 --- a/girs/Gst-1.0.gir +++ b/girs/Gst-1.0.gir @@ -51710,7 +51710,7 @@ determine a order for the two provided values. - + The micro version of GStreamer at compile time: @@ -51720,7 +51720,7 @@ determine a order for the two provided values. - + The nano version of GStreamer at compile time: Actual releases have 0, GIT versions have 1, prerelease versions have 2-... diff --git a/girs/GstPbutils-1.0.gir b/girs/GstPbutils-1.0.gir index a8b7dac51f..caf69304f2 100644 --- a/girs/GstPbutils-1.0.gir +++ b/girs/GstPbutils-1.0.gir @@ -2950,7 +2950,7 @@ in debugging. - + The micro version of GStreamer's gst-plugins-base libraries at compile time. @@ -2960,7 +2960,7 @@ in debugging. - + 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-... diff --git a/meson.build b/meson.build index 7f9db7acca..f725b54995 100644 --- a/meson.build +++ b/meson.build @@ -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, diff --git a/subprojects/gst-devtools/NEWS b/subprojects/gst-devtools/NEWS index ca8baff2ce..4103138370 100644 --- a/subprojects/gst-devtools/NEWS +++ b/subprojects/gst-devtools/NEWS @@ -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 diff --git a/subprojects/gst-devtools/RELEASE b/subprojects/gst-devtools/RELEASE index 27329aa973..1e6cfa92b3 100644 --- a/subprojects/gst-devtools/RELEASE +++ b/subprojects/gst-devtools/RELEASE @@ -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. diff --git a/subprojects/gst-devtools/gst-devtools.doap b/subprojects/gst-devtools/gst-devtools.doap index 375f532c9b..86d3ca8f52 100644 --- a/subprojects/gst-devtools/gst-devtools.doap +++ b/subprojects/gst-devtools/gst-devtools.doap @@ -53,6 +53,16 @@ + + + 1.25.90 + main + + 2025-02-23 + + + + 1.25.50 diff --git a/subprojects/gst-devtools/meson.build b/subprojects/gst-devtools/meson.build index 6785b1f935..8bf8af72a9 100644 --- a/subprojects/gst-devtools/meson.build +++ b/subprojects/gst-devtools/meson.build @@ -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 = [] diff --git a/subprojects/gst-docs/meson.build b/subprojects/gst-docs/meson.build index d340d94d89..54c700ae25 100644 --- a/subprojects/gst-docs/meson.build +++ b/subprojects/gst-docs/meson.build @@ -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()) diff --git a/subprojects/gst-editing-services/NEWS b/subprojects/gst-editing-services/NEWS index ca8baff2ce..4103138370 100644 --- a/subprojects/gst-editing-services/NEWS +++ b/subprojects/gst-editing-services/NEWS @@ -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 diff --git a/subprojects/gst-editing-services/RELEASE b/subprojects/gst-editing-services/RELEASE index bcf73302be..43dae96bd5 100644 --- a/subprojects/gst-editing-services/RELEASE +++ b/subprojects/gst-editing-services/RELEASE @@ -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. diff --git a/subprojects/gst-editing-services/gst-editing-services.doap b/subprojects/gst-editing-services/gst-editing-services.doap index 3bc7b972e8..4b12f6aaf7 100644 --- a/subprojects/gst-editing-services/gst-editing-services.doap +++ b/subprojects/gst-editing-services/gst-editing-services.doap @@ -30,6 +30,16 @@ GStreamer library for creating audio and video editors + + + 1.25.90 + main + + 2025-02-23 + + + + 1.25.50 diff --git a/subprojects/gst-editing-services/meson.build b/subprojects/gst-editing-services/meson.build index f64b67b9b6..f3fd584cd7 100644 --- a/subprojects/gst-editing-services/meson.build +++ b/subprojects/gst-editing-services/meson.build @@ -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 = [] diff --git a/subprojects/gst-examples/meson.build b/subprojects/gst-examples/meson.build index 0e3bede108..73535edebc 100644 --- a/subprojects/gst-examples/meson.build +++ b/subprojects/gst-examples/meson.build @@ -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') diff --git a/subprojects/gst-integration-testsuites/meson.build b/subprojects/gst-integration-testsuites/meson.build index e4cb5be588..8754792e69 100644 --- a/subprojects/gst-integration-testsuites/meson.build +++ b/subprojects/gst-integration-testsuites/meson.build @@ -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') diff --git a/subprojects/gst-libav/NEWS b/subprojects/gst-libav/NEWS index ca8baff2ce..4103138370 100644 --- a/subprojects/gst-libav/NEWS +++ b/subprojects/gst-libav/NEWS @@ -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 diff --git a/subprojects/gst-libav/RELEASE b/subprojects/gst-libav/RELEASE index b592445a47..03272534d9 100644 --- a/subprojects/gst-libav/RELEASE +++ b/subprojects/gst-libav/RELEASE @@ -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. diff --git a/subprojects/gst-libav/gst-libav.doap b/subprojects/gst-libav/gst-libav.doap index 0028edb4a3..3a1c3b0dd5 100644 --- a/subprojects/gst-libav/gst-libav.doap +++ b/subprojects/gst-libav/gst-libav.doap @@ -32,6 +32,16 @@ colorspace conversion elements. + + + 1.25.90 + main + + 2025-02-23 + + + + 1.25.50 diff --git a/subprojects/gst-libav/meson.build b/subprojects/gst-libav/meson.build index 944483f213..14d271b7a1 100644 --- a/subprojects/gst-libav/meson.build +++ b/subprojects/gst-libav/meson.build @@ -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 diff --git a/subprojects/gst-plugins-bad/NEWS b/subprojects/gst-plugins-bad/NEWS index ca8baff2ce..4103138370 100644 --- a/subprojects/gst-plugins-bad/NEWS +++ b/subprojects/gst-plugins-bad/NEWS @@ -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 diff --git a/subprojects/gst-plugins-bad/RELEASE b/subprojects/gst-plugins-bad/RELEASE index 721a678ca4..b67e84e128 100644 --- a/subprojects/gst-plugins-bad/RELEASE +++ b/subprojects/gst-plugins-bad/RELEASE @@ -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. diff --git a/subprojects/gst-plugins-bad/gst-plugins-bad.doap b/subprojects/gst-plugins-bad/gst-plugins-bad.doap index 564e6cc59a..10db5b1683 100644 --- a/subprojects/gst-plugins-bad/gst-plugins-bad.doap +++ b/subprojects/gst-plugins-bad/gst-plugins-bad.doap @@ -33,6 +33,16 @@ real live maintainer, or some actual wide use. + + + 1.25.90 + main + + 2025-02-23 + + + + 1.25.50 diff --git a/subprojects/gst-plugins-bad/meson.build b/subprojects/gst-plugins-bad/meson.build index 56bdba328a..25a434409c 100644 --- a/subprojects/gst-plugins-bad/meson.build +++ b/subprojects/gst-plugins-bad/meson.build @@ -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') diff --git a/subprojects/gst-plugins-base/NEWS b/subprojects/gst-plugins-base/NEWS index ca8baff2ce..4103138370 100644 --- a/subprojects/gst-plugins-base/NEWS +++ b/subprojects/gst-plugins-base/NEWS @@ -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 diff --git a/subprojects/gst-plugins-base/RELEASE b/subprojects/gst-plugins-base/RELEASE index b9a20ac514..dec4f62985 100644 --- a/subprojects/gst-plugins-base/RELEASE +++ b/subprojects/gst-plugins-base/RELEASE @@ -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. diff --git a/subprojects/gst-plugins-base/gst-plugins-base.doap b/subprojects/gst-plugins-base/gst-plugins-base.doap index 8b576a3aa7..61e83b6933 100644 --- a/subprojects/gst-plugins-base/gst-plugins-base.doap +++ b/subprojects/gst-plugins-base/gst-plugins-base.doap @@ -34,6 +34,16 @@ A wide range of video and audio decoders, encoders, and filters are included. + + + 1.25.90 + main + + 2025-02-23 + + + + 1.25.50 diff --git a/subprojects/gst-plugins-base/meson.build b/subprojects/gst-plugins-base/meson.build index 0f79b94b2b..74465edb77 100644 --- a/subprojects/gst-plugins-base/meson.build +++ b/subprojects/gst-plugins-base/meson.build @@ -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 = [] diff --git a/subprojects/gst-plugins-good/NEWS b/subprojects/gst-plugins-good/NEWS index ca8baff2ce..4103138370 100644 --- a/subprojects/gst-plugins-good/NEWS +++ b/subprojects/gst-plugins-good/NEWS @@ -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 diff --git a/subprojects/gst-plugins-good/RELEASE b/subprojects/gst-plugins-good/RELEASE index 40231c0041..fd5e6b9f2a 100644 --- a/subprojects/gst-plugins-good/RELEASE +++ b/subprojects/gst-plugins-good/RELEASE @@ -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. diff --git a/subprojects/gst-plugins-good/gst-plugins-good.doap b/subprojects/gst-plugins-good/gst-plugins-good.doap index 9adad31577..35739f4633 100644 --- a/subprojects/gst-plugins-good/gst-plugins-good.doap +++ b/subprojects/gst-plugins-good/gst-plugins-good.doap @@ -32,6 +32,16 @@ the plug-in code, LGPL or LGPL-compatible for the supporting library). + + + 1.25.90 + main + + 2025-02-23 + + + + 1.25.50 diff --git a/subprojects/gst-plugins-good/meson.build b/subprojects/gst-plugins-good/meson.build index 4a404a65c1..c7cebf3357 100644 --- a/subprojects/gst-plugins-good/meson.build +++ b/subprojects/gst-plugins-good/meson.build @@ -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 = [] diff --git a/subprojects/gst-plugins-rs.wrap b/subprojects/gst-plugins-rs.wrap index 2f350fcea2..f56f9ece0d 100644 --- a/subprojects/gst-plugins-rs.wrap +++ b/subprojects/gst-plugins-rs.wrap @@ -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 diff --git a/subprojects/gst-plugins-ugly/NEWS b/subprojects/gst-plugins-ugly/NEWS index ca8baff2ce..4103138370 100644 --- a/subprojects/gst-plugins-ugly/NEWS +++ b/subprojects/gst-plugins-ugly/NEWS @@ -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 diff --git a/subprojects/gst-plugins-ugly/RELEASE b/subprojects/gst-plugins-ugly/RELEASE index 18171fd501..bd1b70cff1 100644 --- a/subprojects/gst-plugins-ugly/RELEASE +++ b/subprojects/gst-plugins-ugly/RELEASE @@ -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. diff --git a/subprojects/gst-plugins-ugly/gst-plugins-ugly.doap b/subprojects/gst-plugins-ugly/gst-plugins-ugly.doap index 683683eae1..d73c2e0f63 100644 --- a/subprojects/gst-plugins-ugly/gst-plugins-ugly.doap +++ b/subprojects/gst-plugins-ugly/gst-plugins-ugly.doap @@ -33,6 +33,16 @@ might be widely known to present patent problems. + + + 1.25.90 + main + + 2025-02-23 + + + + 1.25.50 diff --git a/subprojects/gst-plugins-ugly/meson.build b/subprojects/gst-plugins-ugly/meson.build index ae4ba6074a..ea523deb31 100644 --- a/subprojects/gst-plugins-ugly/meson.build +++ b/subprojects/gst-plugins-ugly/meson.build @@ -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 = [] diff --git a/subprojects/gst-python/NEWS b/subprojects/gst-python/NEWS index ca8baff2ce..4103138370 100644 --- a/subprojects/gst-python/NEWS +++ b/subprojects/gst-python/NEWS @@ -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 diff --git a/subprojects/gst-python/RELEASE b/subprojects/gst-python/RELEASE index 243962519e..a29aed63e3 100644 --- a/subprojects/gst-python/RELEASE +++ b/subprojects/gst-python/RELEASE @@ -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. diff --git a/subprojects/gst-python/gst-python.doap b/subprojects/gst-python/gst-python.doap index 848b248e58..f71f38775b 100644 --- a/subprojects/gst-python/gst-python.doap +++ b/subprojects/gst-python/gst-python.doap @@ -30,6 +30,16 @@ GStreamer Python Bindings is a set of overrides and Gst fundamental types handli + + + 1.25.90 + main + + 2025-02-23 + + + + 1.25.50 diff --git a/subprojects/gst-python/meson.build b/subprojects/gst-python/meson.build index f507dd1089..9295f49993 100644 --- a/subprojects/gst-python/meson.build +++ b/subprojects/gst-python/meson.build @@ -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') diff --git a/subprojects/gst-rtsp-server/NEWS b/subprojects/gst-rtsp-server/NEWS index ca8baff2ce..4103138370 100644 --- a/subprojects/gst-rtsp-server/NEWS +++ b/subprojects/gst-rtsp-server/NEWS @@ -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 diff --git a/subprojects/gst-rtsp-server/RELEASE b/subprojects/gst-rtsp-server/RELEASE index bec00b6705..80f09efa40 100644 --- a/subprojects/gst-rtsp-server/RELEASE +++ b/subprojects/gst-rtsp-server/RELEASE @@ -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. diff --git a/subprojects/gst-rtsp-server/gst-rtsp-server.doap b/subprojects/gst-rtsp-server/gst-rtsp-server.doap index b5e84e9028..1623517f22 100644 --- a/subprojects/gst-rtsp-server/gst-rtsp-server.doap +++ b/subprojects/gst-rtsp-server/gst-rtsp-server.doap @@ -30,6 +30,16 @@ RTSP server library based on GStreamer + + + 1.25.90 + main + + 2025-02-23 + + + + 1.25.50 diff --git a/subprojects/gst-rtsp-server/meson.build b/subprojects/gst-rtsp-server/meson.build index 00aca89e6e..7ef6bf2d8c 100644 --- a/subprojects/gst-rtsp-server/meson.build +++ b/subprojects/gst-rtsp-server/meson.build @@ -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 = [] diff --git a/subprojects/gstreamer-sharp/ges/generated/gst-editing-services-api.xml b/subprojects/gstreamer-sharp/ges/generated/gst-editing-services-api.xml index ee5f0482e3..cea60b0c05 100644 --- a/subprojects/gstreamer-sharp/ges/generated/gst-editing-services-api.xml +++ b/subprojects/gstreamer-sharp/ges/generated/gst-editing-services-api.xml @@ -4501,10 +4501,10 @@ - - - - + + + + \ No newline at end of file diff --git a/subprojects/gstreamer-sharp/meson.build b/subprojects/gstreamer-sharp/meson.build index 621624a07f..cfc96ff8d0 100644 --- a/subprojects/gstreamer-sharp/meson.build +++ b/subprojects/gstreamer-sharp/meson.build @@ -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()) diff --git a/subprojects/gstreamer-sharp/sources/generated/Gst.PbUtils/Constants.cs b/subprojects/gstreamer-sharp/sources/generated/Gst.PbUtils/Constants.cs index 5426087247..8b53074d06 100644 --- a/subprojects/gstreamer-sharp/sources/generated/Gst.PbUtils/Constants.cs +++ b/subprojects/gstreamer-sharp/sources/generated/Gst.PbUtils/Constants.cs @@ -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 } } diff --git a/subprojects/gstreamer-sharp/sources/generated/Gst/Constants.cs b/subprojects/gstreamer-sharp/sources/generated/Gst/Constants.cs index 0d52912e5e..d89382c0ac 100644 --- a/subprojects/gstreamer-sharp/sources/generated/Gst/Constants.cs +++ b/subprojects/gstreamer-sharp/sources/generated/Gst/Constants.cs @@ -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 } } diff --git a/subprojects/gstreamer-sharp/sources/generated/gstreamer-sharp-api.xml b/subprojects/gstreamer-sharp/sources/generated/gstreamer-sharp-api.xml index 80548b0330..2744a36992 100644 --- a/subprojects/gstreamer-sharp/sources/generated/gstreamer-sharp-api.xml +++ b/subprojects/gstreamer-sharp/sources/generated/gstreamer-sharp-api.xml @@ -12342,10 +12342,10 @@ - - - - + + + + @@ -22376,10 +22376,10 @@ - - - - + + + + diff --git a/subprojects/gstreamer-vaapi/NEWS b/subprojects/gstreamer-vaapi/NEWS index ca8baff2ce..4103138370 100644 --- a/subprojects/gstreamer-vaapi/NEWS +++ b/subprojects/gstreamer-vaapi/NEWS @@ -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 diff --git a/subprojects/gstreamer-vaapi/RELEASE b/subprojects/gstreamer-vaapi/RELEASE index 5fe0017821..712df9cb3a 100644 --- a/subprojects/gstreamer-vaapi/RELEASE +++ b/subprojects/gstreamer-vaapi/RELEASE @@ -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. diff --git a/subprojects/gstreamer-vaapi/gstreamer-vaapi.doap b/subprojects/gstreamer-vaapi/gstreamer-vaapi.doap index 27fd4e1174..07187b236f 100644 --- a/subprojects/gstreamer-vaapi/gstreamer-vaapi.doap +++ b/subprojects/gstreamer-vaapi/gstreamer-vaapi.doap @@ -25,6 +25,16 @@ + + + 1.25.90 + main + + 2025-02-23 + + + + 1.25.50 diff --git a/subprojects/gstreamer-vaapi/meson.build b/subprojects/gstreamer-vaapi/meson.build index 0fa7927f07..ed0e41a5b2 100644 --- a/subprojects/gstreamer-vaapi/meson.build +++ b/subprojects/gstreamer-vaapi/meson.build @@ -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') diff --git a/subprojects/gstreamer/NEWS b/subprojects/gstreamer/NEWS index ca8baff2ce..4103138370 100644 --- a/subprojects/gstreamer/NEWS +++ b/subprojects/gstreamer/NEWS @@ -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 diff --git a/subprojects/gstreamer/RELEASE b/subprojects/gstreamer/RELEASE index 540cd72a6e..a43ee8b7b7 100644 --- a/subprojects/gstreamer/RELEASE +++ b/subprojects/gstreamer/RELEASE @@ -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. diff --git a/subprojects/gstreamer/gstreamer.doap b/subprojects/gstreamer/gstreamer.doap index f2cb5d0fc3..070ff5fc4b 100644 --- a/subprojects/gstreamer/gstreamer.doap +++ b/subprojects/gstreamer/gstreamer.doap @@ -38,6 +38,16 @@ hierarchy, and a set of media-agnostic core elements. + + + 1.25.90 + main + + 2025-02-23 + + + + 1.25.50 diff --git a/subprojects/gstreamer/meson.build b/subprojects/gstreamer/meson.build index 1c6dfae3bb..7a8e1cf081 100644 --- a/subprojects/gstreamer/meson.build +++ b/subprojects/gstreamer/meson.build @@ -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 = []