diff --git a/girs/GES-1.0.gir b/girs/GES-1.0.gir index 5fd2c43f12..cfa987e9a7 100644 --- a/girs/GES-1.0.gir +++ b/girs/GES-1.0.gir @@ -15462,11 +15462,11 @@ contains one frame) - + - + diff --git a/girs/Gst-1.0.gir b/girs/Gst-1.0.gir index 6b8673ea4d..054b9b6ec3 100644 --- a/girs/Gst-1.0.gir +++ b/girs/Gst-1.0.gir @@ -49391,12 +49391,12 @@ determine a order for the two provided values. - + The minor version of GStreamer at compile time: - + 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 87ed9de9d1..fbeb669fdc 100644 --- a/girs/GstPbutils-1.0.gir +++ b/girs/GstPbutils-1.0.gir @@ -2904,12 +2904,12 @@ in debugging. - + The minor version of GStreamer's gst-plugins-base libraries at compile time. - + 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 db32a57fba..f140fb20a3 100644 --- a/meson.build +++ b/meson.build @@ -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, diff --git a/subprojects/gst-devtools/RELEASE b/subprojects/gst-devtools/RELEASE index a6695f0313..8b3560839f 100644 --- a/subprojects/gst-devtools/RELEASE +++ b/subprojects/gst-devtools/RELEASE @@ -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. diff --git a/subprojects/gst-devtools/meson.build b/subprojects/gst-devtools/meson.build index d78f9d238b..4813f41b62 100644 --- a/subprojects/gst-devtools/meson.build +++ b/subprojects/gst-devtools/meson.build @@ -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', diff --git a/subprojects/gst-docs/meson.build b/subprojects/gst-docs/meson.build index 32d6ab7b32..4c15d5ffd6 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.24.0', + version: '1.25.0.1', meson_version : '>= 1.1') hotdoc_p = find_program('hotdoc') diff --git a/subprojects/gst-editing-services/RELEASE b/subprojects/gst-editing-services/RELEASE index b842983a6b..dcb4cef9c5 100644 --- a/subprojects/gst-editing-services/RELEASE +++ b/subprojects/gst-editing-services/RELEASE @@ -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. diff --git a/subprojects/gst-editing-services/meson.build b/subprojects/gst-editing-services/meson.build index ba6bf3eb2d..41c0f82b48 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.24.0', + version : '1.25.0.1', meson_version : '>= 1.1', default_options : [ 'warning_level=1', 'buildtype=debugoptimized' ]) diff --git a/subprojects/gst-examples/meson.build b/subprojects/gst-examples/meson.build index 680364ff90..7317f99f7b 100644 --- a/subprojects/gst-examples/meson.build +++ b/subprojects/gst-examples/meson.build @@ -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') diff --git a/subprojects/gst-integration-testsuites/meson.build b/subprojects/gst-integration-testsuites/meson.build index f051c4dc98..84d9302f6f 100644 --- a/subprojects/gst-integration-testsuites/meson.build +++ b/subprojects/gst-integration-testsuites/meson.build @@ -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') diff --git a/subprojects/gst-libav/RELEASE b/subprojects/gst-libav/RELEASE index 89f9e2295e..3db454c505 100644 --- a/subprojects/gst-libav/RELEASE +++ b/subprojects/gst-libav/RELEASE @@ -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. diff --git a/subprojects/gst-libav/meson.build b/subprojects/gst-libav/meson.build index e391786e2c..6c2eaf95eb 100644 --- a/subprojects/gst-libav/meson.build +++ b/subprojects/gst-libav/meson.build @@ -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' ]) diff --git a/subprojects/gst-plugins-bad/README.md b/subprojects/gst-plugins-bad/README.md index eb6c080630..9e12d59285 100644 --- a/subprojects/gst-plugins-bad/README.md +++ b/subprojects/gst-plugins-bad/README.md @@ -1,4 +1,4 @@ -GStreamer 1.24.x stable series +GStreamer 1.25.x development series WHAT IT IS ---------- diff --git a/subprojects/gst-plugins-bad/RELEASE b/subprojects/gst-plugins-bad/RELEASE index 42d5d7827e..fa559e7a5c 100644 --- a/subprojects/gst-plugins-bad/RELEASE +++ b/subprojects/gst-plugins-bad/RELEASE @@ -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. diff --git a/subprojects/gst-plugins-bad/meson.build b/subprojects/gst-plugins-bad/meson.build index a0eb1dbc4d..3162581434 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.24.0', + version : '1.25.0.1', meson_version : '>= 1.1', default_options : [ 'warning_level=1', 'buildtype=debugoptimized' ]) diff --git a/subprojects/gst-plugins-base/README.md b/subprojects/gst-plugins-base/README.md index eb6c080630..9e12d59285 100644 --- a/subprojects/gst-plugins-base/README.md +++ b/subprojects/gst-plugins-base/README.md @@ -1,4 +1,4 @@ -GStreamer 1.24.x stable series +GStreamer 1.25.x development series WHAT IT IS ---------- diff --git a/subprojects/gst-plugins-base/RELEASE b/subprojects/gst-plugins-base/RELEASE index 54a5796e5e..fafe9b0236 100644 --- a/subprojects/gst-plugins-base/RELEASE +++ b/subprojects/gst-plugins-base/RELEASE @@ -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. diff --git a/subprojects/gst-plugins-base/meson.build b/subprojects/gst-plugins-base/meson.build index 16a72e7583..84a450b424 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.24.0', + version : '1.25.0.1', meson_version : '>= 1.1', default_options : [ 'warning_level=1', 'buildtype=debugoptimized' ]) diff --git a/subprojects/gst-plugins-good/README.md b/subprojects/gst-plugins-good/README.md index eb6c080630..9e12d59285 100644 --- a/subprojects/gst-plugins-good/README.md +++ b/subprojects/gst-plugins-good/README.md @@ -1,4 +1,4 @@ -GStreamer 1.24.x stable series +GStreamer 1.25.x development series WHAT IT IS ---------- diff --git a/subprojects/gst-plugins-good/RELEASE b/subprojects/gst-plugins-good/RELEASE index 7842f1ef3e..dd66c92078 100644 --- a/subprojects/gst-plugins-good/RELEASE +++ b/subprojects/gst-plugins-good/RELEASE @@ -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. diff --git a/subprojects/gst-plugins-good/meson.build b/subprojects/gst-plugins-good/meson.build index 8ae36510a9..0824f3feb6 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.24.0', + version : '1.25.0.1', meson_version : '>= 1.1', default_options : [ 'warning_level=1', 'buildtype=debugoptimized' ]) diff --git a/subprojects/gst-plugins-rs.wrap b/subprojects/gst-plugins-rs.wrap index acae669fc6..f41d56b701 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=gstreamer-1.24.0 +revision=main diff --git a/subprojects/gst-plugins-ugly/README.md b/subprojects/gst-plugins-ugly/README.md index eb6c080630..9e12d59285 100644 --- a/subprojects/gst-plugins-ugly/README.md +++ b/subprojects/gst-plugins-ugly/README.md @@ -1,4 +1,4 @@ -GStreamer 1.24.x stable series +GStreamer 1.25.x development series WHAT IT IS ---------- diff --git a/subprojects/gst-plugins-ugly/RELEASE b/subprojects/gst-plugins-ugly/RELEASE index a0fc31e347..4787963759 100644 --- a/subprojects/gst-plugins-ugly/RELEASE +++ b/subprojects/gst-plugins-ugly/RELEASE @@ -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. diff --git a/subprojects/gst-plugins-ugly/meson.build b/subprojects/gst-plugins-ugly/meson.build index 83a979c383..9ed51b0d1b 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.24.0', + version : '1.25.0.1', meson_version : '>= 1.1', default_options : [ 'warning_level=1', 'buildtype=debugoptimized' ]) diff --git a/subprojects/gst-python/RELEASE b/subprojects/gst-python/RELEASE index 3213cd6252..5b5f5bb957 100644 --- a/subprojects/gst-python/RELEASE +++ b/subprojects/gst-python/RELEASE @@ -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. diff --git a/subprojects/gst-python/meson.build b/subprojects/gst-python/meson.build index f240b6fd8a..72c1b347f3 100644 --- a/subprojects/gst-python/meson.build +++ b/subprojects/gst-python/meson.build @@ -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', diff --git a/subprojects/gst-rtsp-server/RELEASE b/subprojects/gst-rtsp-server/RELEASE index 9ec7af4ced..ec68ddc116 100644 --- a/subprojects/gst-rtsp-server/RELEASE +++ b/subprojects/gst-rtsp-server/RELEASE @@ -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. diff --git a/subprojects/gst-rtsp-server/meson.build b/subprojects/gst-rtsp-server/meson.build index 9959fd6d5b..31fd9d13c8 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.24.0', + version : '1.25.0.1', meson_version : '>= 1.1', default_options : ['warning_level=1', 'buildtype=debugoptimized']) diff --git a/subprojects/gstreamer-sharp/meson.build b/subprojects/gstreamer-sharp/meson.build index 4ed50854ef..0d5a65c65a 100644 --- a/subprojects/gstreamer-sharp/meson.build +++ b/subprojects/gstreamer-sharp/meson.build @@ -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') diff --git a/subprojects/gstreamer-sharp/sources/generated/Gst.PbUtils/Constants.cs b/subprojects/gstreamer-sharp/sources/generated/Gst.PbUtils/Constants.cs index 9ef70afa4f..b9736b3573 100644 --- a/subprojects/gstreamer-sharp/sources/generated/Gst.PbUtils/Constants.cs +++ b/subprojects/gstreamer-sharp/sources/generated/Gst.PbUtils/Constants.cs @@ -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 } } diff --git a/subprojects/gstreamer-sharp/sources/generated/Gst/Constants.cs b/subprojects/gstreamer-sharp/sources/generated/Gst/Constants.cs index 23ef2cee92..bbba65ec12 100644 --- a/subprojects/gstreamer-sharp/sources/generated/Gst/Constants.cs +++ b/subprojects/gstreamer-sharp/sources/generated/Gst/Constants.cs @@ -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 } } diff --git a/subprojects/gstreamer-sharp/sources/generated/gstreamer-sharp-api.xml b/subprojects/gstreamer-sharp/sources/generated/gstreamer-sharp-api.xml index 38719ba1c1..2133f41eaa 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/RELEASE b/subprojects/gstreamer-vaapi/RELEASE index c81ca23d05..a69218684a 100644 --- a/subprojects/gstreamer-vaapi/RELEASE +++ b/subprojects/gstreamer-vaapi/RELEASE @@ -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. diff --git a/subprojects/gstreamer-vaapi/meson.build b/subprojects/gstreamer-vaapi/meson.build index 9990d8eca0..c887f2ab83 100644 --- a/subprojects/gstreamer-vaapi/meson.build +++ b/subprojects/gstreamer-vaapi/meson.build @@ -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' ]) diff --git a/subprojects/gstreamer/README.md b/subprojects/gstreamer/README.md index eb6c080630..9e12d59285 100644 --- a/subprojects/gstreamer/README.md +++ b/subprojects/gstreamer/README.md @@ -1,4 +1,4 @@ -GStreamer 1.24.x stable series +GStreamer 1.25.x development series WHAT IT IS ---------- diff --git a/subprojects/gstreamer/RELEASE b/subprojects/gstreamer/RELEASE index f5708747f1..111dc5d7d7 100644 --- a/subprojects/gstreamer/RELEASE +++ b/subprojects/gstreamer/RELEASE @@ -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. diff --git a/subprojects/gstreamer/meson.build b/subprojects/gstreamer/meson.build index 540d6d290e..1bc72bd4e2 100644 --- a/subprojects/gstreamer/meson.build +++ b/subprojects/gstreamer/meson.build @@ -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' ])