Release 1.23.1

This commit is contained in:
Tim-Philipp Müller 2024-02-06 16:37:19 +00:00
parent e7d771903e
commit 9255e397f0
58 changed files with 2821 additions and 12309 deletions

View file

@ -15458,7 +15458,7 @@ contains one frame)</doc>
<source-position filename="../subprojects/gst-editing-services/ges/ges-version.h"/> <source-position filename="../subprojects/gst-editing-services/ges/ges-version.h"/>
<type name="gint" c:type="gint"/> <type name="gint" c:type="gint"/>
</constant> </constant>
<constant name="VERSION_MICRO" value="0" c:type="GES_VERSION_MICRO"> <constant name="VERSION_MICRO" value="1" c:type="GES_VERSION_MICRO">
<source-position filename="../subprojects/gst-editing-services/ges/ges-version.h"/> <source-position filename="../subprojects/gst-editing-services/ges/ges-version.h"/>
<type name="gint" c:type="gint"/> <type name="gint" c:type="gint"/>
</constant> </constant>
@ -15466,7 +15466,7 @@ contains one frame)</doc>
<source-position filename="../subprojects/gst-editing-services/ges/ges-version.h"/> <source-position filename="../subprojects/gst-editing-services/ges/ges-version.h"/>
<type name="gint" c:type="gint"/> <type name="gint" c:type="gint"/>
</constant> </constant>
<constant name="VERSION_NANO" value="1" c:type="GES_VERSION_NANO"> <constant name="VERSION_NANO" value="0" c:type="GES_VERSION_NANO">
<source-position filename="../subprojects/gst-editing-services/ges/ges-version.h"/> <source-position filename="../subprojects/gst-editing-services/ges/ges-version.h"/>
<type name="gint" c:type="gint"/> <type name="gint" c:type="gint"/>
</constant> </constant>

View file

@ -49252,7 +49252,7 @@ determine a order for the two provided values.</doc>
<source-position filename="../subprojects/gstreamer/gst/gstversion.h"/> <source-position filename="../subprojects/gstreamer/gst/gstversion.h"/>
<type name="gint" c:type="gint"/> <type name="gint" c:type="gint"/>
</constant> </constant>
<constant name="VERSION_MICRO" value="0" c:type="GST_VERSION_MICRO"> <constant name="VERSION_MICRO" value="1" c:type="GST_VERSION_MICRO">
<doc xml:space="preserve" filename="../subprojects/gstreamer/gst/gstversion.h">The micro version of GStreamer at compile time:</doc> <doc xml:space="preserve" filename="../subprojects/gstreamer/gst/gstversion.h">The micro version of GStreamer at compile time:</doc>
<source-position filename="../subprojects/gstreamer/gst/gstversion.h"/> <source-position filename="../subprojects/gstreamer/gst/gstversion.h"/>
<type name="gint" c:type="gint"/> <type name="gint" c:type="gint"/>
@ -49262,7 +49262,7 @@ determine a order for the two provided values.</doc>
<source-position filename="../subprojects/gstreamer/gst/gstversion.h"/> <source-position filename="../subprojects/gstreamer/gst/gstversion.h"/>
<type name="gint" c:type="gint"/> <type name="gint" c:type="gint"/>
</constant> </constant>
<constant name="VERSION_NANO" value="1" c:type="GST_VERSION_NANO"> <constant name="VERSION_NANO" value="0" c:type="GST_VERSION_NANO">
<doc xml:space="preserve" filename="../subprojects/gstreamer/gst/gstversion.h">The nano version of GStreamer at compile time: <doc xml:space="preserve" filename="../subprojects/gstreamer/gst/gstversion.h">The nano version of GStreamer at compile time:
Actual releases have 0, GIT versions have 1, prerelease versions have 2-...</doc> Actual releases have 0, GIT versions have 1, prerelease versions have 2-...</doc>
<source-position filename="../subprojects/gstreamer/gst/gstversion.h"/> <source-position filename="../subprojects/gstreamer/gst/gstversion.h"/>

View file

@ -2899,7 +2899,7 @@ in debugging.</doc>
<source-position filename="../subprojects/gst-plugins-base/gst-libs/gst/pbutils/gstpluginsbaseversion.h"/> <source-position filename="../subprojects/gst-plugins-base/gst-libs/gst/pbutils/gstpluginsbaseversion.h"/>
<type name="gint" c:type="gint"/> <type name="gint" c:type="gint"/>
</constant> </constant>
<constant name="PLUGINS_BASE_VERSION_MICRO" value="0" c:type="GST_PLUGINS_BASE_VERSION_MICRO"> <constant name="PLUGINS_BASE_VERSION_MICRO" value="1" c:type="GST_PLUGINS_BASE_VERSION_MICRO">
<doc xml:space="preserve" filename="../subprojects/gst-plugins-base/gst-libs/gst/pbutils/gstpluginsbaseversion.h">The micro version of GStreamer's gst-plugins-base libraries at compile time.</doc> <doc xml:space="preserve" filename="../subprojects/gst-plugins-base/gst-libs/gst/pbutils/gstpluginsbaseversion.h">The micro version of GStreamer's gst-plugins-base libraries at compile time.</doc>
<source-position filename="../subprojects/gst-plugins-base/gst-libs/gst/pbutils/gstpluginsbaseversion.h"/> <source-position filename="../subprojects/gst-plugins-base/gst-libs/gst/pbutils/gstpluginsbaseversion.h"/>
<type name="gint" c:type="gint"/> <type name="gint" c:type="gint"/>
@ -2909,7 +2909,7 @@ in debugging.</doc>
<source-position filename="../subprojects/gst-plugins-base/gst-libs/gst/pbutils/gstpluginsbaseversion.h"/> <source-position filename="../subprojects/gst-plugins-base/gst-libs/gst/pbutils/gstpluginsbaseversion.h"/>
<type name="gint" c:type="gint"/> <type name="gint" c:type="gint"/>
</constant> </constant>
<constant name="PLUGINS_BASE_VERSION_NANO" value="1" c:type="GST_PLUGINS_BASE_VERSION_NANO"> <constant name="PLUGINS_BASE_VERSION_NANO" value="0" c:type="GST_PLUGINS_BASE_VERSION_NANO">
<doc xml:space="preserve" filename="../subprojects/gst-plugins-base/gst-libs/gst/pbutils/gstpluginsbaseversion.h">The nano version of GStreamer's gst-plugins-base libraries at compile time. <doc xml:space="preserve" filename="../subprojects/gst-plugins-base/gst-libs/gst/pbutils/gstpluginsbaseversion.h">The nano version of GStreamer's gst-plugins-base libraries at compile time.
Actual releases have 0, GIT versions have 1, prerelease versions have 2-...</doc> Actual releases have 0, GIT versions have 1, prerelease versions have 2-...</doc>
<source-position filename="../subprojects/gst-plugins-base/gst-libs/gst/pbutils/gstpluginsbaseversion.h"/> <source-position filename="../subprojects/gst-plugins-base/gst-libs/gst/pbutils/gstpluginsbaseversion.h"/>

View file

@ -1,5 +1,5 @@
project('gstreamer-full', 'c', project('gstreamer-full', 'c',
version : '1.23.0.1', version : '1.23.1',
meson_version : '>= 1.1', meson_version : '>= 1.1',
default_options : ['buildtype=debugoptimized', default_options : ['buildtype=debugoptimized',
# Needed due to https://github.com/mesonbuild/meson/issues/1889, # Needed due to https://github.com/mesonbuild/meson/issues/1889,

File diff suppressed because it is too large Load diff

View file

@ -1,17 +1,15 @@
This is GStreamer gst-devtools 1.22.0. This is GStreamer gst-devtools 1.23.1.
The GStreamer team is thrilled to announce a new major feature release GStreamer 1.23 is the unstable development branch leading up to the next major
of your favourite cross-platform multimedia framework! stable version which will be 1.24.
The 1.23 development series adds new features on top of the 1.22 series and is
part of the API and ABI-stable 1.x release series of the GStreamer multimedia
framework.
As always, this release is again packed with new features, bug fixes and Full release notes will one day be found at:
other improvements.
The 1.22 release series adds new features on top of the 1.20 series and is https://gstreamer.freedesktop.org/releases/1.24/
part of the API and ABI-stable 1.x release series.
Full release notes can be found at:
https://gstreamer.freedesktop.org/releases/1.22/
Binaries for Android, iOS, Mac OS X and Windows will usually be provided Binaries for Android, iOS, Mac OS X and Windows will usually be provided
shortly after the release. shortly after the release.
@ -44,10 +42,7 @@ with other GStreamer modules for a complete multimedia experience.
- gstreamer-vaapi: hardware-accelerated video decoding and encoding using - gstreamer-vaapi: hardware-accelerated video decoding and encoding using
VA-API on Linux. Primarily for Intel graphics hardware. VA-API on Linux. Primarily for Intel graphics hardware.
(Deprecated, use the new "va" plugin instead)
- gst-omx: hardware-accelerated video decoding and encoding, primarily for
embedded Linux systems that provide an OpenMax
implementation layer such as the Raspberry Pi.
- gst-rtsp-server: library to serve files or streaming pipelines via RTSP - gst-rtsp-server: library to serve files or streaming pipelines via RTSP
@ -80,14 +75,21 @@ Please submit patches via GitLab as well, in form of Merge Requests. See
for more details. for more details.
For help and support, please subscribe to and send questions to the For help and support, please head over to our Discourse forum at
gstreamer-devel mailing list (see below for details).
There is also a #gstreamer IRC channel on the OFTC IRC network, which is https://discourse.gstreamer.org/
also bridged into the Matrix network.
Please do not submit support requests in GitLab, we only use it or pop into one of our Matrix chat channels, see
for bug tracking and merge requests review.
https://discourse.gstreamer.org/t/new-gstreamer-matrix-chat-space/675
for more details.
There is also a legacy IRC channel, #gstreamer on the OFTC IRC network,
which is also bridged into the Matrix network.
Please do not submit support requests in GitLab, we only use it for
bug tracking and merge requests review. Use the Discourse forum instead.
==== Developers ==== ==== Developers ====
@ -99,6 +101,9 @@ and can also be cloned from there and this is also where you can submit
Merge Requests or file issues for bugs or feature requests. Merge Requests or file issues for bugs or feature requests.
Interested developers of the core library, plugins, and applications should Interested developers of the core library, plugins, and applications should
subscribe to the gstreamer-devel list: join us on Matrix for chat and the Discourse forum for announcements, help
and discussions.
There is also a gstreamer-devel mailing list, but Discourse is preferred:
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel

View file

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

View file

@ -1,5 +1,5 @@
project('gst-devtools', 'c', project('gst-devtools', 'c',
version : '1.23.0.1', version : '1.23.1',
meson_version : '>= 1.1', meson_version : '>= 1.1',
default_options : [ 'warning_level=1', default_options : [ 'warning_level=1',
'c_std=gnu99', 'c_std=gnu99',
@ -176,7 +176,7 @@ if not get_option('debug_viewer').disabled()
endif endif
subdir('docs') subdir('docs')
meson.add_dist_script('scripts/gen-changelog.py', meson.project_name(), '1.20.0', meson.project_version()) meson.add_dist_script('scripts/gen-changelog.py', meson.project_name(), '1.22.0', meson.project_version())
plugin_names = [] plugin_names = []
gst_plugins = [] gst_plugins = []

View file

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

File diff suppressed because it is too large Load diff

View file

@ -1 +1 @@
1.22 1.23

File diff suppressed because it is too large Load diff

View file

@ -1,17 +1,15 @@
This is GStreamer gst-editing-services 1.22.0. This is GStreamer gst-editing-services 1.23.1.
The GStreamer team is thrilled to announce a new major feature release GStreamer 1.23 is the unstable development branch leading up to the next major
of your favourite cross-platform multimedia framework! stable version which will be 1.24.
The 1.23 development series adds new features on top of the 1.22 series and is
part of the API and ABI-stable 1.x release series of the GStreamer multimedia
framework.
As always, this release is again packed with new features, bug fixes and Full release notes will one day be found at:
other improvements.
The 1.22 release series adds new features on top of the 1.20 series and is https://gstreamer.freedesktop.org/releases/1.24/
part of the API and ABI-stable 1.x release series.
Full release notes can be found at:
https://gstreamer.freedesktop.org/releases/1.22/
Binaries for Android, iOS, Mac OS X and Windows will usually be provided Binaries for Android, iOS, Mac OS X and Windows will usually be provided
shortly after the release. shortly after the release.
@ -44,10 +42,7 @@ with other GStreamer modules for a complete multimedia experience.
- gstreamer-vaapi: hardware-accelerated video decoding and encoding using - gstreamer-vaapi: hardware-accelerated video decoding and encoding using
VA-API on Linux. Primarily for Intel graphics hardware. VA-API on Linux. Primarily for Intel graphics hardware.
(Deprecated, use the new "va" plugin instead)
- gst-omx: hardware-accelerated video decoding and encoding, primarily for
embedded Linux systems that provide an OpenMax
implementation layer such as the Raspberry Pi.
- gst-rtsp-server: library to serve files or streaming pipelines via RTSP - gst-rtsp-server: library to serve files or streaming pipelines via RTSP
@ -80,14 +75,21 @@ Please submit patches via GitLab as well, in form of Merge Requests. See
for more details. for more details.
For help and support, please subscribe to and send questions to the For help and support, please head over to our Discourse forum at
gstreamer-devel mailing list (see below for details).
There is also a #gstreamer IRC channel on the OFTC IRC network, which is https://discourse.gstreamer.org/
also bridged into the Matrix network.
Please do not submit support requests in GitLab, we only use it or pop into one of our Matrix chat channels, see
for bug tracking and merge requests review.
https://discourse.gstreamer.org/t/new-gstreamer-matrix-chat-space/675
for more details.
There is also a legacy IRC channel, #gstreamer on the OFTC IRC network,
which is also bridged into the Matrix network.
Please do not submit support requests in GitLab, we only use it for
bug tracking and merge requests review. Use the Discourse forum instead.
==== Developers ==== ==== Developers ====
@ -99,6 +101,9 @@ and can also be cloned from there and this is also where you can submit
Merge Requests or file issues for bugs or feature requests. Merge Requests or file issues for bugs or feature requests.
Interested developers of the core library, plugins, and applications should Interested developers of the core library, plugins, and applications should
subscribe to the gstreamer-devel list: join us on Matrix for chat and the Discourse forum for announcements, help
and discussions.
There is also a gstreamer-devel mailing list, but Discourse is preferred:
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel

View file

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

View file

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

View file

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

View file

@ -1 +1 @@
project('gst-integration-testsuites', [], version: '1.23.0.1', meson_version : '>= 1.1', license: 'LGPL') project('gst-integration-testsuites', [], version: '1.23.1', meson_version : '>= 1.1', license: 'LGPL')

File diff suppressed because it is too large Load diff

View file

@ -1,17 +1,15 @@
This is GStreamer gst-libav 1.22.0. This is GStreamer gst-libav 1.23.1.
The GStreamer team is thrilled to announce a new major feature release GStreamer 1.23 is the unstable development branch leading up to the next major
of your favourite cross-platform multimedia framework! stable version which will be 1.24.
The 1.23 development series adds new features on top of the 1.22 series and is
part of the API and ABI-stable 1.x release series of the GStreamer multimedia
framework.
As always, this release is again packed with new features, bug fixes and Full release notes will one day be found at:
other improvements.
The 1.22 release series adds new features on top of the 1.20 series and is https://gstreamer.freedesktop.org/releases/1.24/
part of the API and ABI-stable 1.x release series.
Full release notes can be found at:
https://gstreamer.freedesktop.org/releases/1.22/
Binaries for Android, iOS, Mac OS X and Windows will usually be provided Binaries for Android, iOS, Mac OS X and Windows will usually be provided
shortly after the release. shortly after the release.
@ -44,10 +42,7 @@ with other GStreamer modules for a complete multimedia experience.
- gstreamer-vaapi: hardware-accelerated video decoding and encoding using - gstreamer-vaapi: hardware-accelerated video decoding and encoding using
VA-API on Linux. Primarily for Intel graphics hardware. VA-API on Linux. Primarily for Intel graphics hardware.
(Deprecated, use the new "va" plugin instead)
- gst-omx: hardware-accelerated video decoding and encoding, primarily for
embedded Linux systems that provide an OpenMax
implementation layer such as the Raspberry Pi.
- gst-rtsp-server: library to serve files or streaming pipelines via RTSP - gst-rtsp-server: library to serve files or streaming pipelines via RTSP
@ -80,14 +75,21 @@ Please submit patches via GitLab as well, in form of Merge Requests. See
for more details. for more details.
For help and support, please subscribe to and send questions to the For help and support, please head over to our Discourse forum at
gstreamer-devel mailing list (see below for details).
There is also a #gstreamer IRC channel on the OFTC IRC network, which is https://discourse.gstreamer.org/
also bridged into the Matrix network.
Please do not submit support requests in GitLab, we only use it or pop into one of our Matrix chat channels, see
for bug tracking and merge requests review.
https://discourse.gstreamer.org/t/new-gstreamer-matrix-chat-space/675
for more details.
There is also a legacy IRC channel, #gstreamer on the OFTC IRC network,
which is also bridged into the Matrix network.
Please do not submit support requests in GitLab, we only use it for
bug tracking and merge requests review. Use the Discourse forum instead.
==== Developers ==== ==== Developers ====
@ -99,6 +101,9 @@ and can also be cloned from there and this is also where you can submit
Merge Requests or file issues for bugs or feature requests. Merge Requests or file issues for bugs or feature requests.
Interested developers of the core library, plugins, and applications should Interested developers of the core library, plugins, and applications should
subscribe to the gstreamer-devel list: join us on Matrix for chat and the Discourse forum for announcements, help
and discussions.
There is also a gstreamer-devel mailing list, but Discourse is preferred:
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel

View file

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

View file

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

File diff suppressed because it is too large Load diff

View file

@ -1,17 +1,15 @@
This is GStreamer gst-plugins-bad 1.22.0. This is GStreamer gst-plugins-bad 1.23.1.
The GStreamer team is thrilled to announce a new major feature release GStreamer 1.23 is the unstable development branch leading up to the next major
of your favourite cross-platform multimedia framework! stable version which will be 1.24.
The 1.23 development series adds new features on top of the 1.22 series and is
part of the API and ABI-stable 1.x release series of the GStreamer multimedia
framework.
As always, this release is again packed with new features, bug fixes and Full release notes will one day be found at:
other improvements.
The 1.22 release series adds new features on top of the 1.20 series and is https://gstreamer.freedesktop.org/releases/1.24/
part of the API and ABI-stable 1.x release series.
Full release notes can be found at:
https://gstreamer.freedesktop.org/releases/1.22/
Binaries for Android, iOS, Mac OS X and Windows will usually be provided Binaries for Android, iOS, Mac OS X and Windows will usually be provided
shortly after the release. shortly after the release.
@ -44,10 +42,7 @@ with other GStreamer modules for a complete multimedia experience.
- gstreamer-vaapi: hardware-accelerated video decoding and encoding using - gstreamer-vaapi: hardware-accelerated video decoding and encoding using
VA-API on Linux. Primarily for Intel graphics hardware. VA-API on Linux. Primarily for Intel graphics hardware.
(Deprecated, use the new "va" plugin instead)
- gst-omx: hardware-accelerated video decoding and encoding, primarily for
embedded Linux systems that provide an OpenMax
implementation layer such as the Raspberry Pi.
- gst-rtsp-server: library to serve files or streaming pipelines via RTSP - gst-rtsp-server: library to serve files or streaming pipelines via RTSP
@ -80,14 +75,21 @@ Please submit patches via GitLab as well, in form of Merge Requests. See
for more details. for more details.
For help and support, please subscribe to and send questions to the For help and support, please head over to our Discourse forum at
gstreamer-devel mailing list (see below for details).
There is also a #gstreamer IRC channel on the OFTC IRC network, which is https://discourse.gstreamer.org/
also bridged into the Matrix network.
Please do not submit support requests in GitLab, we only use it or pop into one of our Matrix chat channels, see
for bug tracking and merge requests review.
https://discourse.gstreamer.org/t/new-gstreamer-matrix-chat-space/675
for more details.
There is also a legacy IRC channel, #gstreamer on the OFTC IRC network,
which is also bridged into the Matrix network.
Please do not submit support requests in GitLab, we only use it for
bug tracking and merge requests review. Use the Discourse forum instead.
==== Developers ==== ==== Developers ====
@ -99,6 +101,9 @@ and can also be cloned from there and this is also where you can submit
Merge Requests or file issues for bugs or feature requests. Merge Requests or file issues for bugs or feature requests.
Interested developers of the core library, plugins, and applications should Interested developers of the core library, plugins, and applications should
subscribe to the gstreamer-devel list: join us on Matrix for chat and the Discourse forum for announcements, help
and discussions.
There is also a gstreamer-devel mailing list, but Discourse is preferred:
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel

View file

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

View file

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

File diff suppressed because it is too large Load diff

View file

@ -1,17 +1,15 @@
This is GStreamer gst-plugins-base 1.22.0. This is GStreamer gst-plugins-base 1.23.1.
The GStreamer team is thrilled to announce a new major feature release GStreamer 1.23 is the unstable development branch leading up to the next major
of your favourite cross-platform multimedia framework! stable version which will be 1.24.
The 1.23 development series adds new features on top of the 1.22 series and is
part of the API and ABI-stable 1.x release series of the GStreamer multimedia
framework.
As always, this release is again packed with new features, bug fixes and Full release notes will one day be found at:
other improvements.
The 1.22 release series adds new features on top of the 1.20 series and is https://gstreamer.freedesktop.org/releases/1.24/
part of the API and ABI-stable 1.x release series.
Full release notes can be found at:
https://gstreamer.freedesktop.org/releases/1.22/
Binaries for Android, iOS, Mac OS X and Windows will usually be provided Binaries for Android, iOS, Mac OS X and Windows will usually be provided
shortly after the release. shortly after the release.
@ -44,10 +42,7 @@ with other GStreamer modules for a complete multimedia experience.
- gstreamer-vaapi: hardware-accelerated video decoding and encoding using - gstreamer-vaapi: hardware-accelerated video decoding and encoding using
VA-API on Linux. Primarily for Intel graphics hardware. VA-API on Linux. Primarily for Intel graphics hardware.
(Deprecated, use the new "va" plugin instead)
- gst-omx: hardware-accelerated video decoding and encoding, primarily for
embedded Linux systems that provide an OpenMax
implementation layer such as the Raspberry Pi.
- gst-rtsp-server: library to serve files or streaming pipelines via RTSP - gst-rtsp-server: library to serve files or streaming pipelines via RTSP
@ -80,14 +75,21 @@ Please submit patches via GitLab as well, in form of Merge Requests. See
for more details. for more details.
For help and support, please subscribe to and send questions to the For help and support, please head over to our Discourse forum at
gstreamer-devel mailing list (see below for details).
There is also a #gstreamer IRC channel on the OFTC IRC network, which is https://discourse.gstreamer.org/
also bridged into the Matrix network.
Please do not submit support requests in GitLab, we only use it or pop into one of our Matrix chat channels, see
for bug tracking and merge requests review.
https://discourse.gstreamer.org/t/new-gstreamer-matrix-chat-space/675
for more details.
There is also a legacy IRC channel, #gstreamer on the OFTC IRC network,
which is also bridged into the Matrix network.
Please do not submit support requests in GitLab, we only use it for
bug tracking and merge requests review. Use the Discourse forum instead.
==== Developers ==== ==== Developers ====
@ -99,6 +101,9 @@ and can also be cloned from there and this is also where you can submit
Merge Requests or file issues for bugs or feature requests. Merge Requests or file issues for bugs or feature requests.
Interested developers of the core library, plugins, and applications should Interested developers of the core library, plugins, and applications should
subscribe to the gstreamer-devel list: join us on Matrix for chat and the Discourse forum for announcements, help
and discussions.
There is also a gstreamer-devel mailing list, but Discourse is preferred:
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel

View file

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

View file

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

File diff suppressed because it is too large Load diff

View file

@ -1,17 +1,15 @@
This is GStreamer gst-plugins-good 1.22.0. This is GStreamer gst-plugins-good 1.23.1.
The GStreamer team is thrilled to announce a new major feature release GStreamer 1.23 is the unstable development branch leading up to the next major
of your favourite cross-platform multimedia framework! stable version which will be 1.24.
The 1.23 development series adds new features on top of the 1.22 series and is
part of the API and ABI-stable 1.x release series of the GStreamer multimedia
framework.
As always, this release is again packed with new features, bug fixes and Full release notes will one day be found at:
other improvements.
The 1.22 release series adds new features on top of the 1.20 series and is https://gstreamer.freedesktop.org/releases/1.24/
part of the API and ABI-stable 1.x release series.
Full release notes can be found at:
https://gstreamer.freedesktop.org/releases/1.22/
Binaries for Android, iOS, Mac OS X and Windows will usually be provided Binaries for Android, iOS, Mac OS X and Windows will usually be provided
shortly after the release. shortly after the release.
@ -44,10 +42,7 @@ with other GStreamer modules for a complete multimedia experience.
- gstreamer-vaapi: hardware-accelerated video decoding and encoding using - gstreamer-vaapi: hardware-accelerated video decoding and encoding using
VA-API on Linux. Primarily for Intel graphics hardware. VA-API on Linux. Primarily for Intel graphics hardware.
(Deprecated, use the new "va" plugin instead)
- gst-omx: hardware-accelerated video decoding and encoding, primarily for
embedded Linux systems that provide an OpenMax
implementation layer such as the Raspberry Pi.
- gst-rtsp-server: library to serve files or streaming pipelines via RTSP - gst-rtsp-server: library to serve files or streaming pipelines via RTSP
@ -80,14 +75,21 @@ Please submit patches via GitLab as well, in form of Merge Requests. See
for more details. for more details.
For help and support, please subscribe to and send questions to the For help and support, please head over to our Discourse forum at
gstreamer-devel mailing list (see below for details).
There is also a #gstreamer IRC channel on the OFTC IRC network, which is https://discourse.gstreamer.org/
also bridged into the Matrix network.
Please do not submit support requests in GitLab, we only use it or pop into one of our Matrix chat channels, see
for bug tracking and merge requests review.
https://discourse.gstreamer.org/t/new-gstreamer-matrix-chat-space/675
for more details.
There is also a legacy IRC channel, #gstreamer on the OFTC IRC network,
which is also bridged into the Matrix network.
Please do not submit support requests in GitLab, we only use it for
bug tracking and merge requests review. Use the Discourse forum instead.
==== Developers ==== ==== Developers ====
@ -99,6 +101,9 @@ and can also be cloned from there and this is also where you can submit
Merge Requests or file issues for bugs or feature requests. Merge Requests or file issues for bugs or feature requests.
Interested developers of the core library, plugins, and applications should Interested developers of the core library, plugins, and applications should
subscribe to the gstreamer-devel list: join us on Matrix for chat and the Discourse forum for announcements, help
and discussions.
There is also a gstreamer-devel mailing list, but Discourse is preferred:
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel

View file

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

View file

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

View file

@ -2,4 +2,4 @@
directory=gst-plugins-rs directory=gst-plugins-rs
url=https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git url=https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
push-url=git@gitlab.freedesktop.org:gstreamer/gst-plugins-rs.git push-url=git@gitlab.freedesktop.org:gstreamer/gst-plugins-rs.git
revision=main revision=gstreamer-1.23.1

File diff suppressed because it is too large Load diff

View file

@ -1,17 +1,15 @@
This is GStreamer gst-plugins-ugly 1.22.0. This is GStreamer gst-plugins-ugly 1.23.1.
The GStreamer team is thrilled to announce a new major feature release GStreamer 1.23 is the unstable development branch leading up to the next major
of your favourite cross-platform multimedia framework! stable version which will be 1.24.
The 1.23 development series adds new features on top of the 1.22 series and is
part of the API and ABI-stable 1.x release series of the GStreamer multimedia
framework.
As always, this release is again packed with new features, bug fixes and Full release notes will one day be found at:
other improvements.
The 1.22 release series adds new features on top of the 1.20 series and is https://gstreamer.freedesktop.org/releases/1.24/
part of the API and ABI-stable 1.x release series.
Full release notes can be found at:
https://gstreamer.freedesktop.org/releases/1.22/
Binaries for Android, iOS, Mac OS X and Windows will usually be provided Binaries for Android, iOS, Mac OS X and Windows will usually be provided
shortly after the release. shortly after the release.
@ -44,10 +42,7 @@ with other GStreamer modules for a complete multimedia experience.
- gstreamer-vaapi: hardware-accelerated video decoding and encoding using - gstreamer-vaapi: hardware-accelerated video decoding and encoding using
VA-API on Linux. Primarily for Intel graphics hardware. VA-API on Linux. Primarily for Intel graphics hardware.
(Deprecated, use the new "va" plugin instead)
- gst-omx: hardware-accelerated video decoding and encoding, primarily for
embedded Linux systems that provide an OpenMax
implementation layer such as the Raspberry Pi.
- gst-rtsp-server: library to serve files or streaming pipelines via RTSP - gst-rtsp-server: library to serve files or streaming pipelines via RTSP
@ -80,14 +75,21 @@ Please submit patches via GitLab as well, in form of Merge Requests. See
for more details. for more details.
For help and support, please subscribe to and send questions to the For help and support, please head over to our Discourse forum at
gstreamer-devel mailing list (see below for details).
There is also a #gstreamer IRC channel on the OFTC IRC network, which is https://discourse.gstreamer.org/
also bridged into the Matrix network.
Please do not submit support requests in GitLab, we only use it or pop into one of our Matrix chat channels, see
for bug tracking and merge requests review.
https://discourse.gstreamer.org/t/new-gstreamer-matrix-chat-space/675
for more details.
There is also a legacy IRC channel, #gstreamer on the OFTC IRC network,
which is also bridged into the Matrix network.
Please do not submit support requests in GitLab, we only use it for
bug tracking and merge requests review. Use the Discourse forum instead.
==== Developers ==== ==== Developers ====
@ -99,6 +101,9 @@ and can also be cloned from there and this is also where you can submit
Merge Requests or file issues for bugs or feature requests. Merge Requests or file issues for bugs or feature requests.
Interested developers of the core library, plugins, and applications should Interested developers of the core library, plugins, and applications should
subscribe to the gstreamer-devel list: join us on Matrix for chat and the Discourse forum for announcements, help
and discussions.
There is also a gstreamer-devel mailing list, but Discourse is preferred:
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel

View file

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

View file

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

File diff suppressed because it is too large Load diff

View file

@ -1,17 +1,15 @@
This is GStreamer gst-python 1.22.0. This is GStreamer gst-python 1.23.1.
The GStreamer team is thrilled to announce a new major feature release GStreamer 1.23 is the unstable development branch leading up to the next major
of your favourite cross-platform multimedia framework! stable version which will be 1.24.
The 1.23 development series adds new features on top of the 1.22 series and is
part of the API and ABI-stable 1.x release series of the GStreamer multimedia
framework.
As always, this release is again packed with new features, bug fixes and Full release notes will one day be found at:
other improvements.
The 1.22 release series adds new features on top of the 1.20 series and is https://gstreamer.freedesktop.org/releases/1.24/
part of the API and ABI-stable 1.x release series.
Full release notes can be found at:
https://gstreamer.freedesktop.org/releases/1.22/
Binaries for Android, iOS, Mac OS X and Windows will usually be provided Binaries for Android, iOS, Mac OS X and Windows will usually be provided
shortly after the release. shortly after the release.
@ -44,10 +42,7 @@ with other GStreamer modules for a complete multimedia experience.
- gstreamer-vaapi: hardware-accelerated video decoding and encoding using - gstreamer-vaapi: hardware-accelerated video decoding and encoding using
VA-API on Linux. Primarily for Intel graphics hardware. VA-API on Linux. Primarily for Intel graphics hardware.
(Deprecated, use the new "va" plugin instead)
- gst-omx: hardware-accelerated video decoding and encoding, primarily for
embedded Linux systems that provide an OpenMax
implementation layer such as the Raspberry Pi.
- gst-rtsp-server: library to serve files or streaming pipelines via RTSP - gst-rtsp-server: library to serve files or streaming pipelines via RTSP
@ -80,14 +75,21 @@ Please submit patches via GitLab as well, in form of Merge Requests. See
for more details. for more details.
For help and support, please subscribe to and send questions to the For help and support, please head over to our Discourse forum at
gstreamer-devel mailing list (see below for details).
There is also a #gstreamer IRC channel on the OFTC IRC network, which is https://discourse.gstreamer.org/
also bridged into the Matrix network.
Please do not submit support requests in GitLab, we only use it or pop into one of our Matrix chat channels, see
for bug tracking and merge requests review.
https://discourse.gstreamer.org/t/new-gstreamer-matrix-chat-space/675
for more details.
There is also a legacy IRC channel, #gstreamer on the OFTC IRC network,
which is also bridged into the Matrix network.
Please do not submit support requests in GitLab, we only use it for
bug tracking and merge requests review. Use the Discourse forum instead.
==== Developers ==== ==== Developers ====
@ -99,6 +101,9 @@ and can also be cloned from there and this is also where you can submit
Merge Requests or file issues for bugs or feature requests. Merge Requests or file issues for bugs or feature requests.
Interested developers of the core library, plugins, and applications should Interested developers of the core library, plugins, and applications should
subscribe to the gstreamer-devel list: join us on Matrix for chat and the Discourse forum for announcements, help
and discussions.
There is also a gstreamer-devel mailing list, but Discourse is preferred:
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel

View file

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

View file

@ -1,5 +1,5 @@
project('gst-python', 'c', project('gst-python', 'c',
version : '1.23.0.1', version : '1.23.1',
meson_version : '>= 1.1', meson_version : '>= 1.1',
default_options : [ 'warning_level=1', default_options : [ 'warning_level=1',
'c_std=gnu99', 'c_std=gnu99',
@ -92,7 +92,7 @@ cdata.set('PYTHON_VERSION', '"@0@"'.format(python_dep.version()))
configure_file(output : 'config.h', configuration : cdata) configure_file(output : 'config.h', configuration : cdata)
configinc = include_directories('.') configinc = include_directories('.')
meson.add_dist_script('scripts/gen-changelog.py', meson.project_name(), '1.20.0', meson.project_version()) meson.add_dist_script('scripts/gen-changelog.py', meson.project_name(), '1.22.0', meson.project_version())
pkgconfig = import('pkgconfig') pkgconfig = import('pkgconfig')
plugins_install_dir = join_paths(libdir, 'gstreamer-1.0') plugins_install_dir = join_paths(libdir, 'gstreamer-1.0')

File diff suppressed because it is too large Load diff

View file

@ -1,17 +1,15 @@
This is GStreamer gst-rtsp-server 1.22.0. This is GStreamer gst-rtsp-server 1.23.1.
The GStreamer team is thrilled to announce a new major feature release GStreamer 1.23 is the unstable development branch leading up to the next major
of your favourite cross-platform multimedia framework! stable version which will be 1.24.
The 1.23 development series adds new features on top of the 1.22 series and is
part of the API and ABI-stable 1.x release series of the GStreamer multimedia
framework.
As always, this release is again packed with new features, bug fixes and Full release notes will one day be found at:
other improvements.
The 1.22 release series adds new features on top of the 1.20 series and is https://gstreamer.freedesktop.org/releases/1.24/
part of the API and ABI-stable 1.x release series.
Full release notes can be found at:
https://gstreamer.freedesktop.org/releases/1.22/
Binaries for Android, iOS, Mac OS X and Windows will usually be provided Binaries for Android, iOS, Mac OS X and Windows will usually be provided
shortly after the release. shortly after the release.
@ -44,10 +42,7 @@ with other GStreamer modules for a complete multimedia experience.
- gstreamer-vaapi: hardware-accelerated video decoding and encoding using - gstreamer-vaapi: hardware-accelerated video decoding and encoding using
VA-API on Linux. Primarily for Intel graphics hardware. VA-API on Linux. Primarily for Intel graphics hardware.
(Deprecated, use the new "va" plugin instead)
- gst-omx: hardware-accelerated video decoding and encoding, primarily for
embedded Linux systems that provide an OpenMax
implementation layer such as the Raspberry Pi.
- gst-rtsp-server: library to serve files or streaming pipelines via RTSP - gst-rtsp-server: library to serve files or streaming pipelines via RTSP
@ -80,14 +75,21 @@ Please submit patches via GitLab as well, in form of Merge Requests. See
for more details. for more details.
For help and support, please subscribe to and send questions to the For help and support, please head over to our Discourse forum at
gstreamer-devel mailing list (see below for details).
There is also a #gstreamer IRC channel on the OFTC IRC network, which is https://discourse.gstreamer.org/
also bridged into the Matrix network.
Please do not submit support requests in GitLab, we only use it or pop into one of our Matrix chat channels, see
for bug tracking and merge requests review.
https://discourse.gstreamer.org/t/new-gstreamer-matrix-chat-space/675
for more details.
There is also a legacy IRC channel, #gstreamer on the OFTC IRC network,
which is also bridged into the Matrix network.
Please do not submit support requests in GitLab, we only use it for
bug tracking and merge requests review. Use the Discourse forum instead.
==== Developers ==== ==== Developers ====
@ -99,6 +101,9 @@ and can also be cloned from there and this is also where you can submit
Merge Requests or file issues for bugs or feature requests. Merge Requests or file issues for bugs or feature requests.
Interested developers of the core library, plugins, and applications should Interested developers of the core library, plugins, and applications should
subscribe to the gstreamer-devel list: join us on Matrix for chat and the Discourse forum for announcements, help
and discussions.
There is also a gstreamer-devel mailing list, but Discourse is preferred:
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel

View file

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

View file

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

View file

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

View file

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

View file

@ -171,9 +171,9 @@ namespace Gst {
public const int VALUE_LESS_THAN = -1; public const int VALUE_LESS_THAN = -1;
public const int VALUE_UNORDERED = 2; public const int VALUE_UNORDERED = 2;
public const int VERSION_MAJOR = 1; public const int VERSION_MAJOR = 1;
public const int VERSION_MICRO = 0; public const int VERSION_MICRO = 1;
public const int VERSION_MINOR = 23; public const int VERSION_MINOR = 23;
public const int VERSION_NANO = 1; public const int VERSION_NANO = 0;
#endregion #endregion
} }
} }

View file

@ -12342,10 +12342,10 @@
<constant value="1" ctype="gint" gtype="gint" name="VALUE_GREATER_THAN" /> <constant value="1" ctype="gint" gtype="gint" name="VALUE_GREATER_THAN" />
<constant value="-1" ctype="gint" gtype="gint" name="VALUE_LESS_THAN" /> <constant value="-1" ctype="gint" gtype="gint" name="VALUE_LESS_THAN" />
<constant value="2" ctype="gint" gtype="gint" name="VALUE_UNORDERED" /> <constant value="2" ctype="gint" gtype="gint" name="VALUE_UNORDERED" />
<constant value="1" ctype="gint" gtype="gint" name="VERSION_MAJOR" /> <constant value="1" ctype="gint" gtype="gint" name="VERSION_MAJOR" />
<constant value="0" ctype="gint" gtype="gint" name="VERSION_MICRO" /> <constant value="1" ctype="gint" gtype="gint" name="VERSION_MICRO" />
<constant value="23" ctype="gint" gtype="gint" name="VERSION_MINOR" /> <constant value="23" ctype="gint" gtype="gint" name="VERSION_MINOR" />
<constant value="1" ctype="gint" gtype="gint" name="VERSION_NANO" /> <constant value="0" ctype="gint" gtype="gint" name="VERSION_NANO" />
</object> </object>
<class name="Parse" cname="GstParse" disable_void_ctor="1"> <class name="Parse" cname="GstParse" disable_void_ctor="1">
<method name="ParseBinFromDescription" cname="gst_parse_bin_from_description" shared="true"> <method name="ParseBinFromDescription" cname="gst_parse_bin_from_description" shared="true">
@ -22376,10 +22376,10 @@
<constant value="file-extension" ctype="gchar*" gtype="gchar*" name="ENCODING_CATEGORY_FILE_EXTENSION" /> <constant value="file-extension" ctype="gchar*" gtype="gchar*" name="ENCODING_CATEGORY_FILE_EXTENSION" />
<constant value="online-service" ctype="gchar*" gtype="gchar*" name="ENCODING_CATEGORY_ONLINE_SERVICE" /> <constant value="online-service" ctype="gchar*" gtype="gchar*" name="ENCODING_CATEGORY_ONLINE_SERVICE" />
<constant value="storage-editing" ctype="gchar*" gtype="gchar*" name="ENCODING_CATEGORY_STORAGE_EDITING" /> <constant value="storage-editing" ctype="gchar*" gtype="gchar*" name="ENCODING_CATEGORY_STORAGE_EDITING" />
<constant value="1" ctype="gint" gtype="gint" name="PLUGINS_BASE_VERSION_MAJOR" /> <constant value="1" ctype="gint" gtype="gint" name="PLUGINS_BASE_VERSION_MAJOR" />
<constant value="0" ctype="gint" gtype="gint" name="PLUGINS_BASE_VERSION_MICRO" /> <constant value="1" ctype="gint" gtype="gint" name="PLUGINS_BASE_VERSION_MICRO" />
<constant value="23" ctype="gint" gtype="gint" name="PLUGINS_BASE_VERSION_MINOR" /> <constant value="23" ctype="gint" gtype="gint" name="PLUGINS_BASE_VERSION_MINOR" />
<constant value="1" ctype="gint" gtype="gint" name="PLUGINS_BASE_VERSION_NANO" /> <constant value="0" ctype="gint" gtype="gint" name="PLUGINS_BASE_VERSION_NANO" />
</object> </object>
</namespace> </namespace>
<namespace name="Gst.Rtp" library="gstrtp-1.0-0.dll"> <namespace name="Gst.Rtp" library="gstrtp-1.0-0.dll">

File diff suppressed because it is too large Load diff

View file

@ -1,17 +1,15 @@
This is GStreamer gstreamer-vaapi 1.22.0. This is GStreamer gstreamer-vaapi 1.23.1.
The GStreamer team is thrilled to announce a new major feature release GStreamer 1.23 is the unstable development branch leading up to the next major
of your favourite cross-platform multimedia framework! stable version which will be 1.24.
The 1.23 development series adds new features on top of the 1.22 series and is
part of the API and ABI-stable 1.x release series of the GStreamer multimedia
framework.
As always, this release is again packed with new features, bug fixes and Full release notes will one day be found at:
other improvements.
The 1.22 release series adds new features on top of the 1.20 series and is https://gstreamer.freedesktop.org/releases/1.24/
part of the API and ABI-stable 1.x release series.
Full release notes can be found at:
https://gstreamer.freedesktop.org/releases/1.22/
Binaries for Android, iOS, Mac OS X and Windows will usually be provided Binaries for Android, iOS, Mac OS X and Windows will usually be provided
shortly after the release. shortly after the release.
@ -44,10 +42,7 @@ with other GStreamer modules for a complete multimedia experience.
- gstreamer-vaapi: hardware-accelerated video decoding and encoding using - gstreamer-vaapi: hardware-accelerated video decoding and encoding using
VA-API on Linux. Primarily for Intel graphics hardware. VA-API on Linux. Primarily for Intel graphics hardware.
(Deprecated, use the new "va" plugin instead)
- gst-omx: hardware-accelerated video decoding and encoding, primarily for
embedded Linux systems that provide an OpenMax
implementation layer such as the Raspberry Pi.
- gst-rtsp-server: library to serve files or streaming pipelines via RTSP - gst-rtsp-server: library to serve files or streaming pipelines via RTSP
@ -80,14 +75,21 @@ Please submit patches via GitLab as well, in form of Merge Requests. See
for more details. for more details.
For help and support, please subscribe to and send questions to the For help and support, please head over to our Discourse forum at
gstreamer-devel mailing list (see below for details).
There is also a #gstreamer IRC channel on the OFTC IRC network, which is https://discourse.gstreamer.org/
also bridged into the Matrix network.
Please do not submit support requests in GitLab, we only use it or pop into one of our Matrix chat channels, see
for bug tracking and merge requests review.
https://discourse.gstreamer.org/t/new-gstreamer-matrix-chat-space/675
for more details.
There is also a legacy IRC channel, #gstreamer on the OFTC IRC network,
which is also bridged into the Matrix network.
Please do not submit support requests in GitLab, we only use it for
bug tracking and merge requests review. Use the Discourse forum instead.
==== Developers ==== ==== Developers ====
@ -99,6 +101,9 @@ and can also be cloned from there and this is also where you can submit
Merge Requests or file issues for bugs or feature requests. Merge Requests or file issues for bugs or feature requests.
Interested developers of the core library, plugins, and applications should Interested developers of the core library, plugins, and applications should
subscribe to the gstreamer-devel list: join us on Matrix for chat and the Discourse forum for announcements, help
and discussions.
There is also a gstreamer-devel mailing list, but Discourse is preferred:
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel

View file

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

View file

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

File diff suppressed because it is too large Load diff

View file

@ -1,17 +1,15 @@
This is GStreamer core 1.22.0. This is GStreamer core 1.23.1.
The GStreamer team is thrilled to announce a new major feature release GStreamer 1.23 is the unstable development branch leading up to the next major
of your favourite cross-platform multimedia framework! stable version which will be 1.24.
The 1.23 development series adds new features on top of the 1.22 series and is
part of the API and ABI-stable 1.x release series of the GStreamer multimedia
framework.
As always, this release is again packed with new features, bug fixes and Full release notes will one day be found at:
other improvements.
The 1.22 release series adds new features on top of the 1.20 series and is https://gstreamer.freedesktop.org/releases/1.24/
part of the API and ABI-stable 1.x release series.
Full release notes can be found at:
https://gstreamer.freedesktop.org/releases/1.22/
Binaries for Android, iOS, Mac OS X and Windows will usually be provided Binaries for Android, iOS, Mac OS X and Windows will usually be provided
shortly after the release. shortly after the release.
@ -44,10 +42,7 @@ with other GStreamer modules for a complete multimedia experience.
- gstreamer-vaapi: hardware-accelerated video decoding and encoding using - gstreamer-vaapi: hardware-accelerated video decoding and encoding using
VA-API on Linux. Primarily for Intel graphics hardware. VA-API on Linux. Primarily for Intel graphics hardware.
(Deprecated, use the new "va" plugin instead)
- gst-omx: hardware-accelerated video decoding and encoding, primarily for
embedded Linux systems that provide an OpenMax
implementation layer such as the Raspberry Pi.
- gst-rtsp-server: library to serve files or streaming pipelines via RTSP - gst-rtsp-server: library to serve files or streaming pipelines via RTSP
@ -80,14 +75,21 @@ Please submit patches via GitLab as well, in form of Merge Requests. See
for more details. for more details.
For help and support, please subscribe to and send questions to the For help and support, please head over to our Discourse forum at
gstreamer-devel mailing list (see below for details).
There is also a #gstreamer IRC channel on the OFTC IRC network, which is https://discourse.gstreamer.org/
also bridged into the Matrix network.
Please do not submit support requests in GitLab, we only use it or pop into one of our Matrix chat channels, see
for bug tracking and merge requests review.
https://discourse.gstreamer.org/t/new-gstreamer-matrix-chat-space/675
for more details.
There is also a legacy IRC channel, #gstreamer on the OFTC IRC network,
which is also bridged into the Matrix network.
Please do not submit support requests in GitLab, we only use it for
bug tracking and merge requests review. Use the Discourse forum instead.
==== Developers ==== ==== Developers ====
@ -99,6 +101,9 @@ and can also be cloned from there and this is also where you can submit
Merge Requests or file issues for bugs or feature requests. Merge Requests or file issues for bugs or feature requests.
Interested developers of the core library, plugins, and applications should Interested developers of the core library, plugins, and applications should
subscribe to the gstreamer-devel list: join us on Matrix for chat and the Discourse forum for announcements, help
and discussions.
There is also a gstreamer-devel mailing list, but Discourse is preferred:
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel

View file

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

View file

@ -1,5 +1,5 @@
project('gstreamer', 'c', project('gstreamer', 'c',
version : '1.23.0.1', version : '1.23.1',
meson_version : '>= 1.1', meson_version : '>= 1.1',
default_options : [ 'warning_level=1', default_options : [ 'warning_level=1',
'buildtype=debugoptimized' ]) 'buildtype=debugoptimized' ])
@ -680,7 +680,7 @@ endif
configure_file(output : 'config.h', configuration : cdata) configure_file(output : 'config.h', configuration : cdata)
install_data('gst-element-check-1.0.m4', install_dir : join_paths(get_option('datadir'), 'aclocal')) 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.20.0', meson.project_version()) meson.add_dist_script('scripts/gen-changelog.py', meson.project_name(), '1.22.0', meson.project_version())
plugin_names = [] plugin_names = []
gst_plugins = [] gst_plugins = []