Skip to content

Commit 94a3e91

Browse files
committed
Release 1.25.90
1 parent 2ad386e commit 94a3e91

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

57 files changed

+294
-74
lines changed

girs/GES-1.0.gir

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15629,15 +15629,15 @@ contains one frame)</doc>
1562915629
<source-position filename="../subprojects/gst-editing-services/ges/ges-version.h"/>
1563015630
<type name="gint" c:type="gint"/>
1563115631
</constant>
15632-
<constant name="VERSION_MICRO" value="50" c:type="GES_VERSION_MICRO">
15632+
<constant name="VERSION_MICRO" value="90" c:type="GES_VERSION_MICRO">
1563315633
<source-position filename="../subprojects/gst-editing-services/ges/ges-version.h"/>
1563415634
<type name="gint" c:type="gint"/>
1563515635
</constant>
1563615636
<constant name="VERSION_MINOR" value="25" c:type="GES_VERSION_MINOR">
1563715637
<source-position filename="../subprojects/gst-editing-services/ges/ges-version.h"/>
1563815638
<type name="gint" c:type="gint"/>
1563915639
</constant>
15640-
<constant name="VERSION_NANO" value="1" c:type="GES_VERSION_NANO">
15640+
<constant name="VERSION_NANO" value="0" c:type="GES_VERSION_NANO">
1564115641
<source-position filename="../subprojects/gst-editing-services/ges/ges-version.h"/>
1564215642
<type name="gint" c:type="gint"/>
1564315643
</constant>

girs/Gst-1.0.gir

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51710,7 +51710,7 @@ determine a order for the two provided values.</doc>
5171051710
<source-position filename="../subprojects/gstreamer/gst/gstversion.h"/>
5171151711
<type name="gint" c:type="gint"/>
5171251712
</constant>
51713-
<constant name="VERSION_MICRO" value="50" c:type="GST_VERSION_MICRO">
51713+
<constant name="VERSION_MICRO" value="90" c:type="GST_VERSION_MICRO">
5171451714
<doc xml:space="preserve" filename="../subprojects/gstreamer/gst/gstversion.h">The micro version of GStreamer at compile time:</doc>
5171551715
<source-position filename="../subprojects/gstreamer/gst/gstversion.h"/>
5171651716
<type name="gint" c:type="gint"/>
@@ -51720,7 +51720,7 @@ determine a order for the two provided values.</doc>
5172051720
<source-position filename="../subprojects/gstreamer/gst/gstversion.h"/>
5172151721
<type name="gint" c:type="gint"/>
5172251722
</constant>
51723-
<constant name="VERSION_NANO" value="1" c:type="GST_VERSION_NANO">
51723+
<constant name="VERSION_NANO" value="0" c:type="GST_VERSION_NANO">
5172451724
<doc xml:space="preserve" filename="../subprojects/gstreamer/gst/gstversion.h">The nano version of GStreamer at compile time:
5172551725
Actual releases have 0, GIT versions have 1, prerelease versions have 2-...</doc>
5172651726
<source-position filename="../subprojects/gstreamer/gst/gstversion.h"/>

girs/GstPbutils-1.0.gir

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2950,7 +2950,7 @@ in debugging.</doc>
29502950
<source-position filename="../subprojects/gst-plugins-base/gst-libs/gst/pbutils/gstpluginsbaseversion.h"/>
29512951
<type name="gint" c:type="gint"/>
29522952
</constant>
2953-
<constant name="PLUGINS_BASE_VERSION_MICRO" value="50" c:type="GST_PLUGINS_BASE_VERSION_MICRO">
2953+
<constant name="PLUGINS_BASE_VERSION_MICRO" value="90" c:type="GST_PLUGINS_BASE_VERSION_MICRO">
29542954
<doc xml:space="preserve" filename="../subprojects/gst-plugins-base/gst-libs/gst/pbutils/gstpluginsbaseversion.h">The micro version of GStreamer's gst-plugins-base libraries at compile time.</doc>
29552955
<source-position filename="../subprojects/gst-plugins-base/gst-libs/gst/pbutils/gstpluginsbaseversion.h"/>
29562956
<type name="gint" c:type="gint"/>
@@ -2960,7 +2960,7 @@ in debugging.</doc>
29602960
<source-position filename="../subprojects/gst-plugins-base/gst-libs/gst/pbutils/gstpluginsbaseversion.h"/>
29612961
<type name="gint" c:type="gint"/>
29622962
</constant>
2963-
<constant name="PLUGINS_BASE_VERSION_NANO" value="1" c:type="GST_PLUGINS_BASE_VERSION_NANO">
2963+
<constant name="PLUGINS_BASE_VERSION_NANO" value="0" c:type="GST_PLUGINS_BASE_VERSION_NANO">
29642964
<doc xml:space="preserve" filename="../subprojects/gst-plugins-base/gst-libs/gst/pbutils/gstpluginsbaseversion.h">The nano version of GStreamer's gst-plugins-base libraries at compile time.
29652965
Actual releases have 0, GIT versions have 1, prerelease versions have 2-...</doc>
29662966
<source-position filename="../subprojects/gst-plugins-base/gst-libs/gst/pbutils/gstpluginsbaseversion.h"/>

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
project('gstreamer-full', 'c',
2-
version : '1.25.50.1',
2+
version : '1.25.90',
33
meson_version : '>= 1.4',
44
default_options : ['buildtype=debugoptimized',
55
# Needed due to https://github.com/mesonbuild/meson/issues/1889,

subprojects/gst-devtools/NEWS

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ GStreamer 1.26 Release Notes
22

33
GStreamer 1.26.0 has not been released yet. It will be released in early 2025.
44

5-
The latest development release towards the upcoming 1.26 stable series is 1.25.50 and was released on 09 February 2025.
5+
The latest development release towards the upcoming 1.26 stable series is 1.25.90 (1.26 release candidate 1) and was released on
6+
23 February 2025.
67

78
## Introduction
89

@@ -191,6 +192,15 @@ Windows
191192

192193
- to be filled in
193194

195+
- Windows installer packages: Starting with 1.26, the default installation directory will change from C:\gstreamer to the
196+
Program Files folder e.g. C:\Program Files (x86)\gstreamer for the 32-bit package. If you update an existing installation
197+
the 1.26 installers will keep using the existing folder, but if you were using C:\gstreamer we strongly recommend you
198+
uninstall and re-install into the new default location for security reasons.
199+
200+
- Note for MSI packagers: Starting with 1.26, the installers were ported to WiX 5.0. As part of this, the property for setting
201+
the installation directory has been changed to INSTALLDIR, and it now requires a full path to the desired directory,
202+
e.g. C:\gstreamer instead of C:\.
203+
194204
Linux
195205

196206
- to be filled in

subprojects/gst-devtools/RELEASE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
This is GStreamer gst-devtools 1.25.50.
1+
This is GStreamer gst-devtools 1.25.90.
22

33
GStreamer 1.25 is the unstable development branch leading up to the next major
44
stable version which will be 1.26.

subprojects/gst-devtools/gst-devtools.doap

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,16 @@
5353
</GitRepository>
5454
</repository>
5555

56+
<release>
57+
<Version>
58+
<revision>1.25.90</revision>
59+
<branch>main</branch>
60+
<name></name>
61+
<created>2025-02-23</created>
62+
<file-release rdf:resource="https://gstreamer.freedesktop.org/src/gst-devtools/gst-devtools-1.25.90.tar.xz" />
63+
</Version>
64+
</release>
65+
5666
<release>
5767
<Version>
5868
<revision>1.25.50</revision>

subprojects/gst-devtools/meson.build

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
project('gst-devtools', 'c',
2-
version : '1.25.50.1',
2+
version : '1.25.90',
33
meson_version : '>= 1.4',
44
default_options : [ 'warning_level=1',
55
'buildtype=debugoptimized' ])
@@ -194,7 +194,7 @@ if not get_option('debug_viewer').disabled()
194194
endif
195195
subdir('docs')
196196

197-
meson.add_dist_script('scripts/gen-changelog.py', meson.project_name(), '1.22.0', meson.project_version())
197+
meson.add_dist_script('scripts/gen-changelog.py', meson.project_name(), '1.24.0', meson.project_version())
198198

199199
plugin_names = []
200200
gst_plugins = []

subprojects/gst-docs/meson.build

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
project('GStreamer manuals and tutorials', 'c',
2-
version: '1.25.50.1',
2+
version: '1.25.90',
33
meson_version : '>= 1.4')
44

55
hotdoc_p = find_program('hotdoc')
@@ -166,4 +166,4 @@ run_target('release',
166166
depends: [gstreamer_doc]
167167
)
168168

169-
meson.add_dist_script('scripts/gen-changelog.py', meson.project_name(), '1.22.0', meson.project_version())
169+
meson.add_dist_script('scripts/gen-changelog.py', meson.project_name(), '1.24.0', meson.project_version())

subprojects/gst-editing-services/NEWS

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ GStreamer 1.26 Release Notes
22

33
GStreamer 1.26.0 has not been released yet. It will be released in early 2025.
44

5-
The latest development release towards the upcoming 1.26 stable series is 1.25.50 and was released on 09 February 2025.
5+
The latest development release towards the upcoming 1.26 stable series is 1.25.90 (1.26 release candidate 1) and was released on
6+
23 February 2025.
67

78
## Introduction
89

@@ -191,6 +192,15 @@ Windows
191192

192193
- to be filled in
193194

195+
- Windows installer packages: Starting with 1.26, the default installation directory will change from C:\gstreamer to the
196+
Program Files folder e.g. C:\Program Files (x86)\gstreamer for the 32-bit package. If you update an existing installation
197+
the 1.26 installers will keep using the existing folder, but if you were using C:\gstreamer we strongly recommend you
198+
uninstall and re-install into the new default location for security reasons.
199+
200+
- Note for MSI packagers: Starting with 1.26, the installers were ported to WiX 5.0. As part of this, the property for setting
201+
the installation directory has been changed to INSTALLDIR, and it now requires a full path to the desired directory,
202+
e.g. C:\gstreamer instead of C:\.
203+
194204
Linux
195205

196206
- to be filled in

subprojects/gst-editing-services/RELEASE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
This is GStreamer gst-editing-services 1.25.50.
1+
This is GStreamer gst-editing-services 1.25.90.
22

33
GStreamer 1.25 is the unstable development branch leading up to the next major
44
stable version which will be 1.26.

subprojects/gst-editing-services/gst-editing-services.doap

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,16 @@ GStreamer library for creating audio and video editors
3030
</GitRepository>
3131
</repository>
3232

33+
<release>
34+
<Version>
35+
<revision>1.25.90</revision>
36+
<branch>main</branch>
37+
<name></name>
38+
<created>2025-02-23</created>
39+
<file-release rdf:resource="https://gstreamer.freedesktop.org/src/gst-editing-services/gst-editing-services-1.25.90.tar.xz" />
40+
</Version>
41+
</release>
42+
3343
<release>
3444
<Version>
3545
<revision>1.25.50</revision>

subprojects/gst-editing-services/meson.build

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
project('gst-editing-services', 'c',
2-
version : '1.25.50.1',
2+
version : '1.25.90',
33
meson_version : '>= 1.4',
44
default_options : [ 'warning_level=1',
55
'buildtype=debugoptimized' ])
@@ -353,7 +353,7 @@ endif
353353

354354
configure_file(output: 'config.h', configuration: cdata)
355355

356-
meson.add_dist_script('scripts/gen-changelog.py', meson.project_name(), '1.22.0', meson.project_version())
356+
meson.add_dist_script('scripts/gen-changelog.py', meson.project_name(), '1.24.0', meson.project_version())
357357

358358
plugin_names = []
359359
gst_plugins = []

subprojects/gst-examples/meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
project('gst-examples', 'c', version : '1.25.50.1', license : 'LGPL')
1+
project('gst-examples', 'c', version : '1.25.90', license : 'LGPL')
22

33
static_build = get_option('default_library') == 'static'
44
cc = meson.get_compiler('c')
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
project('gst-integration-testsuites', [], version: '1.25.50.1', meson_version : '>= 1.4', license: 'LGPL')
1+
project('gst-integration-testsuites', [], version: '1.25.90', meson_version : '>= 1.4', license: 'LGPL')

subprojects/gst-libav/NEWS

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ GStreamer 1.26 Release Notes
22

33
GStreamer 1.26.0 has not been released yet. It will be released in early 2025.
44

5-
The latest development release towards the upcoming 1.26 stable series is 1.25.50 and was released on 09 February 2025.
5+
The latest development release towards the upcoming 1.26 stable series is 1.25.90 (1.26 release candidate 1) and was released on
6+
23 February 2025.
67

78
## Introduction
89

@@ -191,6 +192,15 @@ Windows
191192

192193
- to be filled in
193194

195+
- Windows installer packages: Starting with 1.26, the default installation directory will change from C:\gstreamer to the
196+
Program Files folder e.g. C:\Program Files (x86)\gstreamer for the 32-bit package. If you update an existing installation
197+
the 1.26 installers will keep using the existing folder, but if you were using C:\gstreamer we strongly recommend you
198+
uninstall and re-install into the new default location for security reasons.
199+
200+
- Note for MSI packagers: Starting with 1.26, the installers were ported to WiX 5.0. As part of this, the property for setting
201+
the installation directory has been changed to INSTALLDIR, and it now requires a full path to the desired directory,
202+
e.g. C:\gstreamer instead of C:\.
203+
194204
Linux
195205

196206
- to be filled in

subprojects/gst-libav/RELEASE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
This is GStreamer gst-libav 1.25.50.
1+
This is GStreamer gst-libav 1.25.90.
22

33
GStreamer 1.25 is the unstable development branch leading up to the next major
44
stable version which will be 1.26.

subprojects/gst-libav/gst-libav.doap

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,16 @@ colorspace conversion elements.
3232
</GitRepository>
3333
</repository>
3434

35+
<release>
36+
<Version>
37+
<revision>1.25.90</revision>
38+
<branch>main</branch>
39+
<name></name>
40+
<created>2025-02-23</created>
41+
<file-release rdf:resource="https://gstreamer.freedesktop.org/src/gst-libav/gst-libav-1.25.90.tar.xz" />
42+
</Version>
43+
</release>
44+
3545
<release>
3646
<Version>
3747
<revision>1.25.50</revision>

subprojects/gst-libav/meson.build

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
project('gst-libav', 'c',
2-
version : '1.25.50.1',
2+
version : '1.25.90',
33
meson_version : '>= 1.4',
44
default_options : [ 'warning_level=1',
55
'buildtype=debugoptimized' ])
@@ -258,7 +258,7 @@ endif
258258

259259
configure_file(output: 'config.h', configuration: cdata)
260260

261-
meson.add_dist_script('scripts/gen-changelog.py', meson.project_name(), '1.22.0', meson.project_version())
261+
meson.add_dist_script('scripts/gen-changelog.py', meson.project_name(), '1.24.0', meson.project_version())
262262

263263
gst_plugins = []
264264
foreach plugin: plugins

subprojects/gst-plugins-bad/NEWS

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ GStreamer 1.26 Release Notes
22

33
GStreamer 1.26.0 has not been released yet. It will be released in early 2025.
44

5-
The latest development release towards the upcoming 1.26 stable series is 1.25.50 and was released on 09 February 2025.
5+
The latest development release towards the upcoming 1.26 stable series is 1.25.90 (1.26 release candidate 1) and was released on
6+
23 February 2025.
67

78
## Introduction
89

@@ -191,6 +192,15 @@ Windows
191192

192193
- to be filled in
193194

195+
- Windows installer packages: Starting with 1.26, the default installation directory will change from C:\gstreamer to the
196+
Program Files folder e.g. C:\Program Files (x86)\gstreamer for the 32-bit package. If you update an existing installation
197+
the 1.26 installers will keep using the existing folder, but if you were using C:\gstreamer we strongly recommend you
198+
uninstall and re-install into the new default location for security reasons.
199+
200+
- Note for MSI packagers: Starting with 1.26, the installers were ported to WiX 5.0. As part of this, the property for setting
201+
the installation directory has been changed to INSTALLDIR, and it now requires a full path to the desired directory,
202+
e.g. C:\gstreamer instead of C:\.
203+
194204
Linux
195205

196206
- to be filled in

subprojects/gst-plugins-bad/RELEASE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
This is GStreamer gst-plugins-bad 1.25.50.
1+
This is GStreamer gst-plugins-bad 1.25.90.
22

33
GStreamer 1.25 is the unstable development branch leading up to the next major
44
stable version which will be 1.26.

subprojects/gst-plugins-bad/gst-plugins-bad.doap

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,16 @@ real live maintainer, or some actual wide use.
3333
</GitRepository>
3434
</repository>
3535

36+
<release>
37+
<Version>
38+
<revision>1.25.90</revision>
39+
<branch>main</branch>
40+
<name></name>
41+
<created>2025-02-23</created>
42+
<file-release rdf:resource="https://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad-1.25.90.tar.xz" />
43+
</Version>
44+
</release>
45+
3646
<release>
3747
<Version>
3848
<revision>1.25.50</revision>

subprojects/gst-plugins-bad/meson.build

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
project('gst-plugins-bad', 'c', 'cpp',
2-
version : '1.25.50.1',
2+
version : '1.25.90',
33
meson_version : '>= 1.4',
44
default_options : [ 'warning_level=1',
55
'buildtype=debugoptimized' ])
@@ -637,7 +637,7 @@ endif
637637

638638
configure_file(output : 'config.h', configuration : cdata)
639639

640-
meson.add_dist_script('scripts/gen-changelog.py', meson.project_name(), '1.22.0', meson.project_version())
640+
meson.add_dist_script('scripts/gen-changelog.py', meson.project_name(), '1.24.0', meson.project_version())
641641

642642
subdir('docs')
643643

subprojects/gst-plugins-base/NEWS

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ GStreamer 1.26 Release Notes
22

33
GStreamer 1.26.0 has not been released yet. It will be released in early 2025.
44

5-
The latest development release towards the upcoming 1.26 stable series is 1.25.50 and was released on 09 February 2025.
5+
The latest development release towards the upcoming 1.26 stable series is 1.25.90 (1.26 release candidate 1) and was released on
6+
23 February 2025.
67

78
## Introduction
89

@@ -191,6 +192,15 @@ Windows
191192

192193
- to be filled in
193194

195+
- Windows installer packages: Starting with 1.26, the default installation directory will change from C:\gstreamer to the
196+
Program Files folder e.g. C:\Program Files (x86)\gstreamer for the 32-bit package. If you update an existing installation
197+
the 1.26 installers will keep using the existing folder, but if you were using C:\gstreamer we strongly recommend you
198+
uninstall and re-install into the new default location for security reasons.
199+
200+
- Note for MSI packagers: Starting with 1.26, the installers were ported to WiX 5.0. As part of this, the property for setting
201+
the installation directory has been changed to INSTALLDIR, and it now requires a full path to the desired directory,
202+
e.g. C:\gstreamer instead of C:\.
203+
194204
Linux
195205

196206
- to be filled in

subprojects/gst-plugins-base/RELEASE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
This is GStreamer gst-plugins-base 1.25.50.
1+
This is GStreamer gst-plugins-base 1.25.90.
22

33
GStreamer 1.25 is the unstable development branch leading up to the next major
44
stable version which will be 1.26.

subprojects/gst-plugins-base/gst-plugins-base.doap

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,16 @@ A wide range of video and audio decoders, encoders, and filters are included.
3434
</GitRepository>
3535
</repository>
3636

37+
<release>
38+
<Version>
39+
<revision>1.25.90</revision>
40+
<branch>main</branch>
41+
<name></name>
42+
<created>2025-02-23</created>
43+
<file-release rdf:resource="https://gstreamer.freedesktop.org/src/gst-plugins-base/gst-plugins-base-1.25.90.tar.xz" />
44+
</Version>
45+
</release>
46+
3747
<release>
3848
<Version>
3949
<revision>1.25.50</revision>

0 commit comments

Comments
 (0)