diff --git a/girs/GES-1.0.gir b/girs/GES-1.0.gir index b3bd2e2762..b026b19914 100644 --- a/girs/GES-1.0.gir +++ b/girs/GES-1.0.gir @@ -15633,11 +15633,11 @@ contains one frame) - + - + diff --git a/girs/Gst-1.0.gir b/girs/Gst-1.0.gir index 110a614653..6b5482e9ed 100644 --- a/girs/Gst-1.0.gir +++ b/girs/Gst-1.0.gir @@ -51715,12 +51715,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 0350ec030a..3c57cf9902 100644 --- a/girs/GstPbutils-1.0.gir +++ b/girs/GstPbutils-1.0.gir @@ -2955,12 +2955,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 bd84ef82e0..6526550944 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('gstreamer-full', 'c', - version : '1.26.0', + version : '1.27.0.1', meson_version : '>= 1.4', 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 17cf129233..1a3ba07d8e 100644 --- a/subprojects/gst-devtools/RELEASE +++ b/subprojects/gst-devtools/RELEASE @@ -1,17 +1,15 @@ -This is GStreamer gst-devtools 1.26.0. +This is GStreamer gst-devtools 1.27.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.27 is the unstable development branch leading up to the next major +stable version which will be 1.28. -The 1.26 release series adds new features on top of the 1.24 series and is -part of the API and ABI-stable 1.x release series. +The 1.27 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.26/ + https://gstreamer.freedesktop.org/releases/1.28/ 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 64bd693236..ad67392da9 100644 --- a/subprojects/gst-devtools/meson.build +++ b/subprojects/gst-devtools/meson.build @@ -1,5 +1,5 @@ project('gst-devtools', 'c', - version : '1.26.0', + version : '1.27.0.1', meson_version : '>= 1.4', default_options : [ 'warning_level=1', 'buildtype=debugoptimized' ]) diff --git a/subprojects/gst-docs/meson.build b/subprojects/gst-docs/meson.build index 77ca9413f7..d5ec010727 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.26.0', + version: '1.27.0.1', meson_version : '>= 1.4') hotdoc_p = find_program('hotdoc') diff --git a/subprojects/gst-editing-services/RELEASE b/subprojects/gst-editing-services/RELEASE index f6701bc198..ca6c84d625 100644 --- a/subprojects/gst-editing-services/RELEASE +++ b/subprojects/gst-editing-services/RELEASE @@ -1,17 +1,15 @@ -This is GStreamer gst-editing-services 1.26.0. +This is GStreamer gst-editing-services 1.27.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.27 is the unstable development branch leading up to the next major +stable version which will be 1.28. -The 1.26 release series adds new features on top of the 1.24 series and is -part of the API and ABI-stable 1.x release series. +The 1.27 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.26/ + https://gstreamer.freedesktop.org/releases/1.28/ 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 364945ecb9..8b9c06cbe2 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.26.0', + version : '1.27.0.1', meson_version : '>= 1.4', default_options : [ 'warning_level=1', 'buildtype=debugoptimized' ]) diff --git a/subprojects/gst-examples/meson.build b/subprojects/gst-examples/meson.build index 24e5a1853a..dc75ad92ab 100644 --- a/subprojects/gst-examples/meson.build +++ b/subprojects/gst-examples/meson.build @@ -1,4 +1,4 @@ -project('gst-examples', 'c', version : '1.26.0', license : 'LGPL') +project('gst-examples', 'c', version : '1.27.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 358aaca496..3570abf18d 100644 --- a/subprojects/gst-integration-testsuites/meson.build +++ b/subprojects/gst-integration-testsuites/meson.build @@ -1 +1 @@ -project('gst-integration-testsuites', [], version: '1.26.0', meson_version : '>= 1.4', license: 'LGPL') +project('gst-integration-testsuites', [], version: '1.27.0.1', meson_version : '>= 1.4', license: 'LGPL') diff --git a/subprojects/gst-libav/RELEASE b/subprojects/gst-libav/RELEASE index 86cb02aa57..a49f21838f 100644 --- a/subprojects/gst-libav/RELEASE +++ b/subprojects/gst-libav/RELEASE @@ -1,17 +1,15 @@ -This is GStreamer gst-libav 1.26.0. +This is GStreamer gst-libav 1.27.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.27 is the unstable development branch leading up to the next major +stable version which will be 1.28. -The 1.26 release series adds new features on top of the 1.24 series and is -part of the API and ABI-stable 1.x release series. +The 1.27 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.26/ + https://gstreamer.freedesktop.org/releases/1.28/ 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 0409270604..589363b9c5 100644 --- a/subprojects/gst-libav/meson.build +++ b/subprojects/gst-libav/meson.build @@ -1,5 +1,5 @@ project('gst-libav', 'c', - version : '1.26.0', + version : '1.27.0.1', meson_version : '>= 1.4', default_options : [ 'warning_level=1', 'buildtype=debugoptimized' ]) diff --git a/subprojects/gst-plugins-bad/README.md b/subprojects/gst-plugins-bad/README.md index 4e6bf1a679..80a5694075 100644 --- a/subprojects/gst-plugins-bad/README.md +++ b/subprojects/gst-plugins-bad/README.md @@ -1,4 +1,4 @@ -GStreamer 1.26.x stable series +GStreamer 1.27.x development series WHAT IT IS ---------- diff --git a/subprojects/gst-plugins-bad/RELEASE b/subprojects/gst-plugins-bad/RELEASE index e35c236ba3..7500fcb743 100644 --- a/subprojects/gst-plugins-bad/RELEASE +++ b/subprojects/gst-plugins-bad/RELEASE @@ -1,17 +1,15 @@ -This is GStreamer gst-plugins-bad 1.26.0. +This is GStreamer gst-plugins-bad 1.27.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.27 is the unstable development branch leading up to the next major +stable version which will be 1.28. -The 1.26 release series adds new features on top of the 1.24 series and is -part of the API and ABI-stable 1.x release series. +The 1.27 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.26/ + https://gstreamer.freedesktop.org/releases/1.28/ 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 5c983c5f84..c0695768ea 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.26.0', + version : '1.27.0.1', meson_version : '>= 1.4', default_options : [ 'warning_level=1', 'buildtype=debugoptimized' ]) diff --git a/subprojects/gst-plugins-base/README.md b/subprojects/gst-plugins-base/README.md index 4e6bf1a679..80a5694075 100644 --- a/subprojects/gst-plugins-base/README.md +++ b/subprojects/gst-plugins-base/README.md @@ -1,4 +1,4 @@ -GStreamer 1.26.x stable series +GStreamer 1.27.x development series WHAT IT IS ---------- diff --git a/subprojects/gst-plugins-base/RELEASE b/subprojects/gst-plugins-base/RELEASE index 9efc79e197..61cf957a43 100644 --- a/subprojects/gst-plugins-base/RELEASE +++ b/subprojects/gst-plugins-base/RELEASE @@ -1,17 +1,15 @@ -This is GStreamer gst-plugins-base 1.26.0. +This is GStreamer gst-plugins-base 1.27.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.27 is the unstable development branch leading up to the next major +stable version which will be 1.28. -The 1.26 release series adds new features on top of the 1.24 series and is -part of the API and ABI-stable 1.x release series. +The 1.27 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.26/ + https://gstreamer.freedesktop.org/releases/1.28/ 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 a470af094f..947dc10d88 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.26.0', + version : '1.27.0.1', meson_version : '>= 1.4', default_options : [ 'warning_level=1', 'buildtype=debugoptimized' ]) diff --git a/subprojects/gst-plugins-good/README.md b/subprojects/gst-plugins-good/README.md index 4e6bf1a679..80a5694075 100644 --- a/subprojects/gst-plugins-good/README.md +++ b/subprojects/gst-plugins-good/README.md @@ -1,4 +1,4 @@ -GStreamer 1.26.x stable series +GStreamer 1.27.x development series WHAT IT IS ---------- diff --git a/subprojects/gst-plugins-good/RELEASE b/subprojects/gst-plugins-good/RELEASE index f20b865de0..3b1ef6a4a4 100644 --- a/subprojects/gst-plugins-good/RELEASE +++ b/subprojects/gst-plugins-good/RELEASE @@ -1,17 +1,15 @@ -This is GStreamer gst-plugins-good 1.26.0. +This is GStreamer gst-plugins-good 1.27.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.27 is the unstable development branch leading up to the next major +stable version which will be 1.28. -The 1.26 release series adds new features on top of the 1.24 series and is -part of the API and ABI-stable 1.x release series. +The 1.27 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.26/ + https://gstreamer.freedesktop.org/releases/1.28/ 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 e28cc1c969..63554ba9f7 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.26.0', + version : '1.27.0.1', meson_version : '>= 1.4', default_options : [ 'warning_level=1', 'buildtype=debugoptimized' ]) diff --git a/subprojects/gst-plugins-rs.wrap b/subprojects/gst-plugins-rs.wrap index 2d7e3bfa15..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.26.0 +revision=main diff --git a/subprojects/gst-plugins-ugly/README.md b/subprojects/gst-plugins-ugly/README.md index 4e6bf1a679..80a5694075 100644 --- a/subprojects/gst-plugins-ugly/README.md +++ b/subprojects/gst-plugins-ugly/README.md @@ -1,4 +1,4 @@ -GStreamer 1.26.x stable series +GStreamer 1.27.x development series WHAT IT IS ---------- diff --git a/subprojects/gst-plugins-ugly/RELEASE b/subprojects/gst-plugins-ugly/RELEASE index 3d777e1db1..ca395517a9 100644 --- a/subprojects/gst-plugins-ugly/RELEASE +++ b/subprojects/gst-plugins-ugly/RELEASE @@ -1,17 +1,15 @@ -This is GStreamer gst-plugins-ugly 1.26.0. +This is GStreamer gst-plugins-ugly 1.27.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.27 is the unstable development branch leading up to the next major +stable version which will be 1.28. -The 1.26 release series adds new features on top of the 1.24 series and is -part of the API and ABI-stable 1.x release series. +The 1.27 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.26/ + https://gstreamer.freedesktop.org/releases/1.28/ 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 a360512741..5e14ff3ddb 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.26.0', + version : '1.27.0.1', meson_version : '>= 1.4', default_options : [ 'warning_level=1', 'buildtype=debugoptimized' ]) diff --git a/subprojects/gst-python/RELEASE b/subprojects/gst-python/RELEASE index 9aee3f3924..0d42483fd9 100644 --- a/subprojects/gst-python/RELEASE +++ b/subprojects/gst-python/RELEASE @@ -1,17 +1,15 @@ -This is GStreamer gst-python 1.26.0. +This is GStreamer gst-python 1.27.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.27 is the unstable development branch leading up to the next major +stable version which will be 1.28. -The 1.26 release series adds new features on top of the 1.24 series and is -part of the API and ABI-stable 1.x release series. +The 1.27 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.26/ + https://gstreamer.freedesktop.org/releases/1.28/ 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 ef12b3036b..3443dfdffe 100644 --- a/subprojects/gst-python/meson.build +++ b/subprojects/gst-python/meson.build @@ -1,5 +1,5 @@ project('gst-python', 'c', - version : '1.26.0', + version : '1.27.0.1', meson_version : '>= 1.4', default_options : [ 'warning_level=1', 'buildtype=debugoptimized' ]) diff --git a/subprojects/gst-rtsp-server/RELEASE b/subprojects/gst-rtsp-server/RELEASE index 9f9b86ffb7..75548d7aaf 100644 --- a/subprojects/gst-rtsp-server/RELEASE +++ b/subprojects/gst-rtsp-server/RELEASE @@ -1,17 +1,15 @@ -This is GStreamer gst-rtsp-server 1.26.0. +This is GStreamer gst-rtsp-server 1.27.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.27 is the unstable development branch leading up to the next major +stable version which will be 1.28. -The 1.26 release series adds new features on top of the 1.24 series and is -part of the API and ABI-stable 1.x release series. +The 1.27 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.26/ + https://gstreamer.freedesktop.org/releases/1.28/ 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 7e02347a5a..5ed9bde752 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.26.0', + version : '1.27.0.1', meson_version : '>= 1.4', default_options : ['warning_level=1', 'buildtype=debugoptimized']) 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 671f7d4f60..00119739a7 100644 --- a/subprojects/gstreamer-sharp/ges/generated/gst-editing-services-api.xml +++ b/subprojects/gstreamer-sharp/ges/generated/gst-editing-services-api.xml @@ -4532,10 +4532,10 @@ - - - - + + + + \ No newline at end of file diff --git a/subprojects/gstreamer-sharp/meson.build b/subprojects/gstreamer-sharp/meson.build index d4239a94fd..ffcbcfb5bc 100644 --- a/subprojects/gstreamer-sharp/meson.build +++ b/subprojects/gstreamer-sharp/meson.build @@ -1,4 +1,4 @@ -project('gstreamer-sharp', ['cs', 'c'], version: '1.26.0', +project('gstreamer-sharp', ['cs', 'c'], version: '1.27.0.1', meson_version : '>= 1.4', 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 f5459c74d1..1b91fa6983 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 = 26; - public const int PLUGINS_BASE_VERSION_NANO = 0; + public const int PLUGINS_BASE_VERSION_MINOR = 27; + 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 67362f71e5..a6443d3cd9 100644 --- a/subprojects/gstreamer-sharp/sources/generated/Gst/Constants.cs +++ b/subprojects/gstreamer-sharp/sources/generated/Gst/Constants.cs @@ -173,8 +173,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 = 26; - public const int VERSION_NANO = 0; + public const int VERSION_MINOR = 27; + 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 b21f4b18a2..4ca1b7cbc8 100644 --- a/subprojects/gstreamer-sharp/sources/generated/gstreamer-sharp-api.xml +++ b/subprojects/gstreamer-sharp/sources/generated/gstreamer-sharp-api.xml @@ -12942,10 +12942,10 @@ - - - - + + + + @@ -23190,10 +23190,10 @@ - - - - + + + + diff --git a/subprojects/gstreamer-vaapi/RELEASE b/subprojects/gstreamer-vaapi/RELEASE index 624a7bea2a..5c077ab227 100644 --- a/subprojects/gstreamer-vaapi/RELEASE +++ b/subprojects/gstreamer-vaapi/RELEASE @@ -1,17 +1,15 @@ -This is GStreamer gstreamer-vaapi 1.26.0. +This is GStreamer gstreamer-vaapi 1.27.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.27 is the unstable development branch leading up to the next major +stable version which will be 1.28. -The 1.26 release series adds new features on top of the 1.24 series and is -part of the API and ABI-stable 1.x release series. +The 1.27 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.26/ + https://gstreamer.freedesktop.org/releases/1.28/ 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 8238b1aa1b..91af5b79e9 100644 --- a/subprojects/gstreamer-vaapi/meson.build +++ b/subprojects/gstreamer-vaapi/meson.build @@ -1,5 +1,5 @@ project('gstreamer-vaapi', 'c', - version : '1.26.0', + version : '1.27.0.1', meson_version : '>= 1.4', default_options : [ 'warning_level=1', 'buildtype=debugoptimized' ]) diff --git a/subprojects/gstreamer/README.md b/subprojects/gstreamer/README.md index 4e6bf1a679..80a5694075 100644 --- a/subprojects/gstreamer/README.md +++ b/subprojects/gstreamer/README.md @@ -1,4 +1,4 @@ -GStreamer 1.26.x stable series +GStreamer 1.27.x development series WHAT IT IS ---------- diff --git a/subprojects/gstreamer/RELEASE b/subprojects/gstreamer/RELEASE index d111e4e3d0..535db27bc5 100644 --- a/subprojects/gstreamer/RELEASE +++ b/subprojects/gstreamer/RELEASE @@ -1,17 +1,15 @@ -This is GStreamer core 1.26.0. +This is GStreamer core 1.27.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.27 is the unstable development branch leading up to the next major +stable version which will be 1.28. -The 1.26 release series adds new features on top of the 1.24 series and is -part of the API and ABI-stable 1.x release series. +The 1.27 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.26/ + https://gstreamer.freedesktop.org/releases/1.28/ 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 f1be50c777..82b9046ee6 100644 --- a/subprojects/gstreamer/meson.build +++ b/subprojects/gstreamer/meson.build @@ -1,5 +1,5 @@ project('gstreamer', 'c', - version : '1.26.0', + version : '1.27.0.1', meson_version : '>= 1.4', default_options : [ 'warning_level=1', 'buildtype=debugoptimized' ])