summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2023-11-13 11:04:22 +0000
committerTim-Philipp Müller <tim@centricular.com>2023-11-13 11:04:22 +0000
commit4d13eddc8b6d3f42ba44682ba42048acf170547f (patch)
treeedf88d2a9e581dc7023a49da71b32bf71d69ae25
parent7dfaa57b6f9b55f17ffe824bd8988bb71ae11353 (diff)
Release 1.22.71.22.7
-rw-r--r--meson.build2
-rw-r--r--subprojects/gst-devtools/NEWS222
-rw-r--r--subprojects/gst-devtools/RELEASE2
-rw-r--r--subprojects/gst-devtools/gst-devtools.doap10
-rw-r--r--subprojects/gst-devtools/meson.build2
-rw-r--r--subprojects/gst-docs/meson.build2
-rw-r--r--subprojects/gst-editing-services/NEWS222
-rw-r--r--subprojects/gst-editing-services/RELEASE2
-rw-r--r--subprojects/gst-editing-services/gst-editing-services.doap10
-rw-r--r--subprojects/gst-editing-services/meson.build2
-rw-r--r--subprojects/gst-examples/meson.build2
-rw-r--r--subprojects/gst-integration-testsuites/meson.build2
-rw-r--r--subprojects/gst-libav/NEWS222
-rw-r--r--subprojects/gst-libav/RELEASE2
-rw-r--r--subprojects/gst-libav/gst-libav.doap10
-rw-r--r--subprojects/gst-libav/meson.build2
-rw-r--r--subprojects/gst-omx/NEWS222
-rw-r--r--subprojects/gst-omx/RELEASE2
-rw-r--r--subprojects/gst-omx/gst-omx.doap10
-rw-r--r--subprojects/gst-omx/meson.build2
-rw-r--r--subprojects/gst-plugins-bad/NEWS222
-rw-r--r--subprojects/gst-plugins-bad/RELEASE2
-rw-r--r--subprojects/gst-plugins-bad/gst-plugins-bad.doap10
-rw-r--r--subprojects/gst-plugins-bad/meson.build2
-rw-r--r--subprojects/gst-plugins-base/NEWS222
-rw-r--r--subprojects/gst-plugins-base/RELEASE2
-rw-r--r--subprojects/gst-plugins-base/gst-plugins-base.doap10
-rw-r--r--subprojects/gst-plugins-base/meson.build2
-rw-r--r--subprojects/gst-plugins-good/NEWS222
-rw-r--r--subprojects/gst-plugins-good/RELEASE2
-rw-r--r--subprojects/gst-plugins-good/docs/gst_plugins_cache.json10
-rw-r--r--subprojects/gst-plugins-good/gst-plugins-good.doap10
-rw-r--r--subprojects/gst-plugins-good/meson.build2
-rw-r--r--subprojects/gst-plugins-rs.wrap2
-rw-r--r--subprojects/gst-plugins-ugly/NEWS222
-rw-r--r--subprojects/gst-plugins-ugly/RELEASE2
-rw-r--r--subprojects/gst-plugins-ugly/gst-plugins-ugly.doap10
-rw-r--r--subprojects/gst-plugins-ugly/meson.build2
-rw-r--r--subprojects/gst-python/NEWS222
-rw-r--r--subprojects/gst-python/RELEASE2
-rw-r--r--subprojects/gst-python/gst-python.doap10
-rw-r--r--subprojects/gst-python/meson.build2
-rw-r--r--subprojects/gst-rtsp-server/NEWS222
-rw-r--r--subprojects/gst-rtsp-server/RELEASE2
-rw-r--r--subprojects/gst-rtsp-server/docs/plugins/gst_plugins_cache.json2
-rw-r--r--subprojects/gst-rtsp-server/gst-rtsp-server.doap10
-rw-r--r--subprojects/gst-rtsp-server/meson.build2
-rw-r--r--subprojects/gstreamer-sharp/meson.build2
-rw-r--r--subprojects/gstreamer-sharp/sources/generated/Gst.PbUtils/Constants.cs4
-rw-r--r--subprojects/gstreamer-sharp/sources/generated/Gst/Constants.cs4
-rw-r--r--subprojects/gstreamer-sharp/sources/generated/gstreamer-sharp-api.xml16
-rw-r--r--subprojects/gstreamer-vaapi/NEWS222
-rw-r--r--subprojects/gstreamer-vaapi/RELEASE2
-rw-r--r--subprojects/gstreamer-vaapi/gstreamer-vaapi.doap10
-rw-r--r--subprojects/gstreamer-vaapi/meson.build2
-rw-r--r--subprojects/gstreamer/NEWS222
-rw-r--r--subprojects/gstreamer/RELEASE2
-rw-r--r--subprojects/gstreamer/gstreamer.doap10
-rw-r--r--subprojects/gstreamer/meson.build2
59 files changed, 2796 insertions, 84 deletions
diff --git a/meson.build b/meson.build
index 34e6ecd45d..c8662412e4 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('gstreamer-full', 'c',
- version : '1.22.6.1',
+ version : '1.22.7',
meson_version : '>= 0.62.0',
default_options : ['buildtype=debugoptimized',
# Needed due to https://github.com/mesonbuild/meson/issues/1889,
diff --git a/subprojects/gst-devtools/NEWS b/subprojects/gst-devtools/NEWS
index ec11f3c46e..e7c25cc94f 100644
--- a/subprojects/gst-devtools/NEWS
+++ b/subprojects/gst-devtools/NEWS
@@ -2,13 +2,13 @@ GStreamer 1.22 Release Notes
GStreamer 1.22.0 was originally released on 23 January 2023.
-The latest bug-fix release in the stable 1.22 series is 1.22.5 and was
-released on 20 July 2023.
+The latest bug-fix release in the stable 1.22 series is 1.22.7 and was
+released on 13 November 2023.
See https://gstreamer.freedesktop.org/releases/1.22/ for the latest
version of this document.
-Last updated: Thursday 20 July 2023, 12:00 UTC (log)
+Last updated: Monday 13 November 2023, 10:00 UTC (log)
Introduction
@@ -2366,6 +2366,222 @@ List of merge requests and issues fixed in 1.22.6
- List of Merge Requests applied in 1.22.6
- List of Issues fixed in 1.22.6
+1.22.7
+
+The seventh 1.22 bug-fix release (1.22.7) was released on 13 November
+2023.
+
+This release only contains bugfixes and security fixes and it should be
+safe to update from 1.22.x.
+
+Highlighted bugfixes in 1.22.7
+
+- Security fixes for the MXF demuxer and AV1 codec parser
+- glfilter: Memory leak fix for OpenGL filter elements
+- d3d11videosink: Fix toggling between fullscreen and maximized, and
+ window switching in fullscreen mode
+- DASH / HLS adaptive streaming fixes
+- Decklink card device provider device name string handling fixes
+- interaudiosrc: handle non-interleaved audio properly
+- openh264: Fail gracefully if openh264 encoder/decoder creation fails
+- rtspsrc: improved whitespace handling in response headers by certain
+ cameras
+- v4l2codecs: avoid wrap-around after 1000000 frames; tiled formats
+ handling fixes
+- video-scaler, audio-resampler: downgraded “Can’t find exact taps”
+ debug log messages
+- wasapi2: Don’t use global volume control object
+- Rust plugins: various improvements in aws, fmp4mux, hlssink3,
+ livesync, ndisrc, rtpav1depay, rsfilesink, s3sink, sccparse
+- WebRTC: various webrtchttp, webrtcsrc, and webrtcsink improvements
+ and fixes
+- Cerbero build tools: recognise Windows 11; restrict parallelism of
+ gst-plugins-rs build on small systems
+- Packages: ca-certificates update; fix gio module loading and TLS
+ support on macOS
+
+gstreamer
+
+- debugutils: provide gst_debug_bin_to_dot_data() implementation even
+ if debug system is disabled
+
+gst-plugins-base
+
+- audioaggregator, audiomixer: Make access to the pad list thread-safe
+ while mixing
+- basetextoverlay: Fix overlay never rendering again if width reaches
+ 1px
+- glfiter: Protect GstGLContext access
+- glfilter: Only add parent meta if inbuf != outbuf
+- macOS: fix huge memory leak with glfilter-based elements
+- rtspconnection: Ignore trailing whitespace in rtsp headers
+- video-scaler, audio-resampler: downgrade ‘can’t find exact taps’ to
+ debug
+
+gst-plugins-good
+
+- adaptivedemux2: Do not submit_transfer when cancelled
+- adaptivedemux2: Call GTasks’s return functions for blocking tasks
+- flacenc: Correctly handle up to 255 cue entries
+- flvmux: set the src segment position as running time
+- imagesequencesrc: fix deadlock when feeding the same image in a loop
+- pngenc: output one frame only in snapshot mode and mark output
+ frames as I-frames
+- qmlglsrc: sync on the streaming thread
+- souphttpsrc: Chain up to finalize to fix memory leak
+- wavparse: fix buffer leak with adtl tag
+- v4l2codecs: Avoid QBUF/DQBUF struct timeval .tv_usec wrap-around at
+ frame 1000000
+- v4l2codecs: Fix tiled formats stride conversion
+
+gst-plugins-bad
+
+- audiobuffersplit: disable max-silence-time if set to 0
+- libde265: Do not decode the non 4:2:0 8 bits format
+- codecparsers: av1: Clip max tile rows and cols values
+- codecs: h265: Do not free slice header before using it
+- d3d11converter: Fix 10/12bits planar output
+- d3d11decoder: Fix crash on negotiate() when decoder is not
+ configured
+- d3d11videosink: Fix toggling between fullscreen and maximized
+- d3d11videosink: Fix window switching in case of fullscreen mode
+- d3d11screencapturesrc: Fix mouse cursor blending
+- decklink: Fix broken COM string conversion
+- decklink: Decklink Device Provider wrongly parses SDK strings
+- gstwayland: Don’t depend on wayland-protocols
+- interaudiosrc: Add audio meta to buffers containing non-interleaved
+ samples
+- kmssink: Add TIDSS auto-detection
+- mfvideoencoder: Fix typo in template caps
+- mxfdemux: Store GstMXFDemuxEssenceTrack in their own fixed
+ allocation
+- nvcodec: fix bounds for auto-select GPU enumeration
+- openh264: Fail gracefully if openh264 encoder/decoder creation fails
+- tsmux: More cleanups
+- tsmux: Fill padding packets with stuffing bytes
+- v4l2codecs: Fix tiled formats stride conversion
+- v4l2videodec: Correctly free caps to avoid memory leak
+- wasapi2: Don’t use global volume control object
+- wasapi2device: Ignore activation failed device
+
+gst-plugins-ugly
+
+- No changes
+
+gst-plugins-rs
+
+- aws: s3sink: Fix handling of special characters in key
+- aws: s3: Properly percent-decode GstS3Url
+- fmp4mux: Don’t overflow negative composition offset calculation
+- fmp4mux: specify the fragment duration unit
+- hlssink3: Use Path API for getting file name
+- hlssink3: Use sprintf for segment name formatting
+- hlssink3: Remove unused deps
+- hlssink3: Don’t remove old files if max-files is zero
+- hlssink3: Don’t remove uri from playlist if playlist-length is zero
+- hlssink3: Various cleanup
+- livesync: log new pending segments
+- livesync: display jitter when waiting on clock
+- livesync: Rename activatemode methods to *_activatemode
+- livesync: Simplify start_src_task and src_loop
+- livesync: Improve audio duration fixups
+- livesync: Log a category error when we are missing the segment
+- livesync: Clean up state handling
+- livesync: Replace an if-let with match
+- livesync: Move a notify closer to the interesting state change
+- livesync: Move num_in counting to the src task
+- livesync: Simplify num_duplicate counting
+- livesync: Handle flags and late buffer patching after queueing
+- livesync: Separate out_buffer duplicate status from GAP flag
+- livesync: Use fallback_duration for audio repeat buffers as well
+- livesync: example: Add identities single-segment=1
+- livesync: Split fallback_duration into in_ and out_duration
+- livesync: Keep existing buffer duration in some cases
+- livesync: Remove the stop from outgoing segments
+- ndisrc: Assume input with more than 8 raw audio channels is
+ unpositioned
+- rtpav1depay: Skip unexpected leading fragments
+- rtpav1depay: Don’t push stale temporal delimiters downstream
+- rsfilesink: set sync=false
+- s3sink: set sync=false
+- sccparse: Fix leading spaces between the tab and caption data
+- webrtchttp: Respect HTTP redirects
+- webrtcsrc: use @watch instead of @to-owned
+- webrtcsrc: add turn-servers property
+- webrtc: Fix paths in README
+- webrtcsink: don’t miss ice candidates
+
+gst-libav
+
+- No changes
+
+gst-rtsp-server
+
+- rtspclientsink: Don’t leak previous server_ip
+
+gstreamer-vaapi
+
+- No changes
+
+gstreamer-sharp
+
+- No changes
+
+gst-omx
+
+- No changes
+
+gst-python
+
+- No changes
+
+gst-editing-services
+
+- No changes
+
+gst-validate + gst-integration-testsuites
+
+- gst-validate: Fix compatibility with Python 3.12
+
+gst-examples
+
+- No changes
+
+Development build environment
+
+- No changes
+
+Cerbero build tool and packaging changes in 1.22.7
+
+- Add Windows 11 to the supported versions list
+- ca-certificates: Update to version from 2023-08-22
+- cargo: Restrict parallelism if a small system is detected (for
+ gst-plugins-rs build)
+- Fix venv setup on Python 3.11+
+- Fix unlinking of Android NDK directories if install fails midway
+- glib: Work around AppleClang + -Werror test build failure
+- glib: Re-add gio module loading patch for macOS, remove unused patch
+ files
+
+Contributors to 1.22.7
+
+Albert Sjölund, Arun Raghavan, Balló György, Benjamin Gaignard, Detlev
+Casanova, Doug Nazar, Eric, Florian Zwoch, François Laignel, Guillaume
+Desmottes, He Junyan, Hou Qi, James Oliver, Jan Alexander Steffens
+(heftig), Jan Schmidt, Johan Adam Nilsson, Jordan Yelloz, Kalev Lember,
+L. E. Segovia, Lieven Paulissen, Maksym Khomenko, Marek Vasut, Matthias
+Fuchs, Michiel Westerbeek, Nicolas Dufresne, Philippe Normand, Piotr
+Brzeziński, Rahul T R, Sean DuBois, Sebastian Dröge, Seungha Yang,
+Stéphane Cerveau, Thibault Saunier, Tim-Philipp Müller,
+
+… and many others who have contributed bug reports, translations, sent
+suggestions or helped testing. Thank you all!
+
+List of merge requests and issues fixed in 1.22.7
+
+- List of Merge Requests applied in 1.22.7
+- List of Issues fixed in 1.22.7
+
Schedule for 1.24
Our next major feature release will be 1.24, and 1.23 will be the
diff --git a/subprojects/gst-devtools/RELEASE b/subprojects/gst-devtools/RELEASE
index 2a33d8110f..d48fc9943c 100644
--- a/subprojects/gst-devtools/RELEASE
+++ b/subprojects/gst-devtools/RELEASE
@@ -1,4 +1,4 @@
-This is GStreamer gst-devtools 1.22.6.
+This is GStreamer gst-devtools 1.22.7.
The GStreamer team is thrilled to announce a new major feature release
of your favourite cross-platform multimedia framework!
diff --git a/subprojects/gst-devtools/gst-devtools.doap b/subprojects/gst-devtools/gst-devtools.doap
index e171a74d6c..807cf1fd9f 100644
--- a/subprojects/gst-devtools/gst-devtools.doap
+++ b/subprojects/gst-devtools/gst-devtools.doap
@@ -55,6 +55,16 @@
<release>
<Version>
+ <revision>1.22.7</revision>
+ <branch>1.22</branch>
+ <name></name>
+ <created>2023-11-13</created>
+ <file-release rdf:resource="https://gstreamer.freedesktop.org/src/gst-devtools/gst-devtools-1.22.7.tar.xz" />
+ </Version>
+ </release>
+
+ <release>
+ <Version>
<revision>1.22.6</revision>
<branch>1.22</branch>
<name></name>
diff --git a/subprojects/gst-devtools/meson.build b/subprojects/gst-devtools/meson.build
index e0be4a9e57..7bbc428648 100644
--- a/subprojects/gst-devtools/meson.build
+++ b/subprojects/gst-devtools/meson.build
@@ -1,5 +1,5 @@
project('gst-devtools', 'c',
- version : '1.22.6.1',
+ version : '1.22.7',
meson_version : '>= 0.62',
default_options : [ 'warning_level=1',
'c_std=gnu99',
diff --git a/subprojects/gst-docs/meson.build b/subprojects/gst-docs/meson.build
index 4338e31688..3a198a24fb 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.22.6.1',
+ version: '1.22.7',
meson_version : '>= 0.62')
hotdoc_p = find_program('hotdoc')
diff --git a/subprojects/gst-editing-services/NEWS b/subprojects/gst-editing-services/NEWS
index ec11f3c46e..e7c25cc94f 100644
--- a/subprojects/gst-editing-services/NEWS
+++ b/subprojects/gst-editing-services/NEWS
@@ -2,13 +2,13 @@ GStreamer 1.22 Release Notes
GStreamer 1.22.0 was originally released on 23 January 2023.
-The latest bug-fix release in the stable 1.22 series is 1.22.5 and was
-released on 20 July 2023.
+The latest bug-fix release in the stable 1.22 series is 1.22.7 and was
+released on 13 November 2023.
See https://gstreamer.freedesktop.org/releases/1.22/ for the latest
version of this document.
-Last updated: Thursday 20 July 2023, 12:00 UTC (log)
+Last updated: Monday 13 November 2023, 10:00 UTC (log)
Introduction
@@ -2366,6 +2366,222 @@ List of merge requests and issues fixed in 1.22.6
- List of Merge Requests applied in 1.22.6
- List of Issues fixed in 1.22.6
+1.22.7
+
+The seventh 1.22 bug-fix release (1.22.7) was released on 13 November
+2023.
+
+This release only contains bugfixes and security fixes and it should be
+safe to update from 1.22.x.
+
+Highlighted bugfixes in 1.22.7
+
+- Security fixes for the MXF demuxer and AV1 codec parser
+- glfilter: Memory leak fix for OpenGL filter elements
+- d3d11videosink: Fix toggling between fullscreen and maximized, and
+ window switching in fullscreen mode
+- DASH / HLS adaptive streaming fixes
+- Decklink card device provider device name string handling fixes
+- interaudiosrc: handle non-interleaved audio properly
+- openh264: Fail gracefully if openh264 encoder/decoder creation fails
+- rtspsrc: improved whitespace handling in response headers by certain
+ cameras
+- v4l2codecs: avoid wrap-around after 1000000 frames; tiled formats
+ handling fixes
+- video-scaler, audio-resampler: downgraded “Can’t find exact taps”
+ debug log messages
+- wasapi2: Don’t use global volume control object
+- Rust plugins: various improvements in aws, fmp4mux, hlssink3,
+ livesync, ndisrc, rtpav1depay, rsfilesink, s3sink, sccparse
+- WebRTC: various webrtchttp, webrtcsrc, and webrtcsink improvements
+ and fixes
+- Cerbero build tools: recognise Windows 11; restrict parallelism of
+ gst-plugins-rs build on small systems
+- Packages: ca-certificates update; fix gio module loading and TLS
+ support on macOS
+
+gstreamer
+
+- debugutils: provide gst_debug_bin_to_dot_data() implementation even
+ if debug system is disabled
+
+gst-plugins-base
+
+- audioaggregator, audiomixer: Make access to the pad list thread-safe
+ while mixing
+- basetextoverlay: Fix overlay never rendering again if width reaches
+ 1px
+- glfiter: Protect GstGLContext access
+- glfilter: Only add parent meta if inbuf != outbuf
+- macOS: fix huge memory leak with glfilter-based elements
+- rtspconnection: Ignore trailing whitespace in rtsp headers
+- video-scaler, audio-resampler: downgrade ‘can’t find exact taps’ to
+ debug
+
+gst-plugins-good
+
+- adaptivedemux2: Do not submit_transfer when cancelled
+- adaptivedemux2: Call GTasks’s return functions for blocking tasks
+- flacenc: Correctly handle up to 255 cue entries
+- flvmux: set the src segment position as running time
+- imagesequencesrc: fix deadlock when feeding the same image in a loop
+- pngenc: output one frame only in snapshot mode and mark output
+ frames as I-frames
+- qmlglsrc: sync on the streaming thread
+- souphttpsrc: Chain up to finalize to fix memory leak
+- wavparse: fix buffer leak with adtl tag
+- v4l2codecs: Avoid QBUF/DQBUF struct timeval .tv_usec wrap-around at
+ frame 1000000
+- v4l2codecs: Fix tiled formats stride conversion
+
+gst-plugins-bad
+
+- audiobuffersplit: disable max-silence-time if set to 0
+- libde265: Do not decode the non 4:2:0 8 bits format
+- codecparsers: av1: Clip max tile rows and cols values
+- codecs: h265: Do not free slice header before using it
+- d3d11converter: Fix 10/12bits planar output
+- d3d11decoder: Fix crash on negotiate() when decoder is not
+ configured
+- d3d11videosink: Fix toggling between fullscreen and maximized
+- d3d11videosink: Fix window switching in case of fullscreen mode
+- d3d11screencapturesrc: Fix mouse cursor blending
+- decklink: Fix broken COM string conversion
+- decklink: Decklink Device Provider wrongly parses SDK strings
+- gstwayland: Don’t depend on wayland-protocols
+- interaudiosrc: Add audio meta to buffers containing non-interleaved
+ samples
+- kmssink: Add TIDSS auto-detection
+- mfvideoencoder: Fix typo in template caps
+- mxfdemux: Store GstMXFDemuxEssenceTrack in their own fixed
+ allocation
+- nvcodec: fix bounds for auto-select GPU enumeration
+- openh264: Fail gracefully if openh264 encoder/decoder creation fails
+- tsmux: More cleanups
+- tsmux: Fill padding packets with stuffing bytes
+- v4l2codecs: Fix tiled formats stride conversion
+- v4l2videodec: Correctly free caps to avoid memory leak
+- wasapi2: Don’t use global volume control object
+- wasapi2device: Ignore activation failed device
+
+gst-plugins-ugly
+
+- No changes
+
+gst-plugins-rs
+
+- aws: s3sink: Fix handling of special characters in key
+- aws: s3: Properly percent-decode GstS3Url
+- fmp4mux: Don’t overflow negative composition offset calculation
+- fmp4mux: specify the fragment duration unit
+- hlssink3: Use Path API for getting file name
+- hlssink3: Use sprintf for segment name formatting
+- hlssink3: Remove unused deps
+- hlssink3: Don’t remove old files if max-files is zero
+- hlssink3: Don’t remove uri from playlist if playlist-length is zero
+- hlssink3: Various cleanup
+- livesync: log new pending segments
+- livesync: display jitter when waiting on clock
+- livesync: Rename activatemode methods to *_activatemode
+- livesync: Simplify start_src_task and src_loop
+- livesync: Improve audio duration fixups
+- livesync: Log a category error when we are missing the segment
+- livesync: Clean up state handling
+- livesync: Replace an if-let with match
+- livesync: Move a notify closer to the interesting state change
+- livesync: Move num_in counting to the src task
+- livesync: Simplify num_duplicate counting
+- livesync: Handle flags and late buffer patching after queueing
+- livesync: Separate out_buffer duplicate status from GAP flag
+- livesync: Use fallback_duration for audio repeat buffers as well
+- livesync: example: Add identities single-segment=1
+- livesync: Split fallback_duration into in_ and out_duration
+- livesync: Keep existing buffer duration in some cases
+- livesync: Remove the stop from outgoing segments
+- ndisrc: Assume input with more than 8 raw audio channels is
+ unpositioned
+- rtpav1depay: Skip unexpected leading fragments
+- rtpav1depay: Don’t push stale temporal delimiters downstream
+- rsfilesink: set sync=false
+- s3sink: set sync=false
+- sccparse: Fix leading spaces between the tab and caption data
+- webrtchttp: Respect HTTP redirects
+- webrtcsrc: use @watch instead of @to-owned
+- webrtcsrc: add turn-servers property
+- webrtc: Fix paths in README
+- webrtcsink: don’t miss ice candidates
+
+gst-libav
+
+- No changes
+
+gst-rtsp-server
+
+- rtspclientsink: Don’t leak previous server_ip
+
+gstreamer-vaapi
+
+- No changes
+
+gstreamer-sharp
+
+- No changes
+
+gst-omx
+
+- No changes
+
+gst-python
+
+- No changes
+
+gst-editing-services
+
+- No changes
+
+gst-validate + gst-integration-testsuites
+
+- gst-validate: Fix compatibility with Python 3.12
+
+gst-examples
+
+- No changes
+
+Development build environment
+
+- No changes
+
+Cerbero build tool and packaging changes in 1.22.7
+
+- Add Windows 11 to the supported versions list
+- ca-certificates: Update to version from 2023-08-22
+- cargo: Restrict parallelism if a small system is detected (for
+ gst-plugins-rs build)
+- Fix venv setup on Python 3.11+
+- Fix unlinking of Android NDK directories if install fails midway
+- glib: Work around AppleClang + -Werror test build failure
+- glib: Re-add gio module loading patch for macOS, remove unused patch
+ files
+
+Contributors to 1.22.7
+
+Albert Sjölund, Arun Raghavan, Balló György, Benjamin Gaignard, Detlev
+Casanova, Doug Nazar, Eric, Florian Zwoch, François Laignel, Guillaume
+Desmottes, He Junyan, Hou Qi, James Oliver, Jan Alexander Steffens
+(heftig), Jan Schmidt, Johan Adam Nilsson, Jordan Yelloz, Kalev Lember,
+L. E. Segovia, Lieven Paulissen, Maksym Khomenko, Marek Vasut, Matthias
+Fuchs, Michiel Westerbeek, Nicolas Dufresne, Philippe Normand, Piotr
+Brzeziński, Rahul T R, Sean DuBois, Sebastian Dröge, Seungha Yang,
+Stéphane Cerveau, Thibault Saunier, Tim-Philipp Müller,
+
+… and many others who have contributed bug reports, translations, sent
+suggestions or helped testing. Thank you all!
+
+List of merge requests and issues fixed in 1.22.7
+
+- List of Merge Requests applied in 1.22.7
+- List of Issues fixed in 1.22.7
+
Schedule for 1.24
Our next major feature release will be 1.24, and 1.23 will be the
diff --git a/subprojects/gst-editing-services/RELEASE b/subprojects/gst-editing-services/RELEASE
index c4d1cef2d3..d7c7574a44 100644
--- a/subprojects/gst-editing-services/RELEASE
+++ b/subprojects/gst-editing-services/RELEASE
@@ -1,4 +1,4 @@
-This is GStreamer gst-editing-services 1.22.6.
+This is GStreamer gst-editing-services 1.22.7.
The GStreamer team is thrilled to announce a new major feature release
of your favourite cross-platform multimedia framework!
diff --git a/subprojects/gst-editing-services/gst-editing-services.doap b/subprojects/gst-editing-services/gst-editing-services.doap
index 411e9327ae..fbe03c123b 100644
--- a/subprojects/gst-editing-services/gst-editing-services.doap
+++ b/subprojects/gst-editing-services/gst-editing-services.doap
@@ -32,6 +32,16 @@ GStreamer library for creating audio and video editors
<release>
<Version>
+ <revision>1.22.7</revision>
+ <branch>1.22</branch>
+ <name></name>
+ <created>2023-11-13</created>
+ <file-release rdf:resource="https://gstreamer.freedesktop.org/src/gst-editing-services/gst-editing-services-1.22.7.tar.xz" />
+ </Version>
+ </release>
+
+ <release>
+ <Version>
<revision>1.22.6</revision>
<branch>1.22</branch>
<name></name>
diff --git a/subprojects/gst-editing-services/meson.build b/subprojects/gst-editing-services/meson.build
index 0d41498ddb..c7a88e606e 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.22.6.1',
+ version : '1.22.7',
meson_version : '>= 0.62',
default_options : [ 'warning_level=1',
'buildtype=debugoptimized' ])
diff --git a/subprojects/gst-examples/meson.build b/subprojects/gst-examples/meson.build
index 310c119c03..87b5ba0951 100644
--- a/subprojects/gst-examples/meson.build
+++ b/subprojects/gst-examples/meson.build
@@ -1,4 +1,4 @@
-project('gst-examples', 'c', version : '1.22.6.1', license : 'LGPL')
+project('gst-examples', 'c', version : '1.22.7', license : 'LGPL')
cc = meson.get_compiler('c')
m_dep = cc.find_library('m', required : false)
diff --git a/subprojects/gst-integration-testsuites/meson.build b/subprojects/gst-integration-testsuites/meson.build
index 41beb1cb9c..743d709f92 100644
--- a/subprojects/gst-integration-testsuites/meson.build
+++ b/subprojects/gst-integration-testsuites/meson.build
@@ -1 +1 @@
-project('gst-integration-testsuites', [], version: '1.22.6.1', meson_version : '>= 0.62', license: 'LGPL')
+project('gst-integration-testsuites', [], version: '1.22.7', meson_version : '>= 0.62', license: 'LGPL')
diff --git a/subprojects/gst-libav/NEWS b/subprojects/gst-libav/NEWS
index ec11f3c46e..e7c25cc94f 100644
--- a/subprojects/gst-libav/NEWS
+++ b/subprojects/gst-libav/NEWS
@@ -2,13 +2,13 @@ GStreamer 1.22 Release Notes
GStreamer 1.22.0 was originally released on 23 January 2023.
-The latest bug-fix release in the stable 1.22 series is 1.22.5 and was
-released on 20 July 2023.
+The latest bug-fix release in the stable 1.22 series is 1.22.7 and was
+released on 13 November 2023.
See https://gstreamer.freedesktop.org/releases/1.22/ for the latest
version of this document.
-Last updated: Thursday 20 July 2023, 12:00 UTC (log)
+Last updated: Monday 13 November 2023, 10:00 UTC (log)
Introduction
@@ -2366,6 +2366,222 @@ List of merge requests and issues fixed in 1.22.6
- List of Merge Requests applied in 1.22.6
- List of Issues fixed in 1.22.6
+1.22.7
+
+The seventh 1.22 bug-fix release (1.22.7) was released on 13 November
+2023.
+
+This release only contains bugfixes and security fixes and it should be
+safe to update from 1.22.x.
+
+Highlighted bugfixes in 1.22.7
+
+- Security fixes for the MXF demuxer and AV1 codec parser
+- glfilter: Memory leak fix for OpenGL filter elements
+- d3d11videosink: Fix toggling between fullscreen and maximized, and
+ window switching in fullscreen mode
+- DASH / HLS adaptive streaming fixes
+- Decklink card device provider device name string handling fixes
+- interaudiosrc: handle non-interleaved audio properly
+- openh264: Fail gracefully if openh264 encoder/decoder creation fails
+- rtspsrc: improved whitespace handling in response headers by certain
+ cameras
+- v4l2codecs: avoid wrap-around after 1000000 frames; tiled formats
+ handling fixes
+- video-scaler, audio-resampler: downgraded “Can’t find exact taps”
+ debug log messages
+- wasapi2: Don’t use global volume control object
+- Rust plugins: various improvements in aws, fmp4mux, hlssink3,
+ livesync, ndisrc, rtpav1depay, rsfilesink, s3sink, sccparse
+- WebRTC: various webrtchttp, webrtcsrc, and webrtcsink improvements
+ and fixes
+- Cerbero build tools: recognise Windows 11; restrict parallelism of
+ gst-plugins-rs build on small systems
+- Packages: ca-certificates update; fix gio module loading and TLS
+ support on macOS
+
+gstreamer
+
+- debugutils: provide gst_debug_bin_to_dot_data() implementation even
+ if debug system is disabled
+
+gst-plugins-base
+
+- audioaggregator, audiomixer: Make access to the pad list thread-safe
+ while mixing
+- basetextoverlay: Fix overlay never rendering again if width reaches
+ 1px
+- glfiter: Protect GstGLContext access
+- glfilter: Only add parent meta if inbuf != outbuf
+- macOS: fix huge memory leak with glfilter-based elements
+- rtspconnection: Ignore trailing whitespace in rtsp headers
+- video-scaler, audio-resampler: downgrade ‘can’t find exact taps’ to
+ debug
+
+gst-plugins-good
+
+- adaptivedemux2: Do not submit_transfer when cancelled
+- adaptivedemux2: Call GTasks’s return functions for blocking tasks
+- flacenc: Correctly handle up to 255 cue entries
+- flvmux: set the src segment position as running time
+- imagesequencesrc: fix deadlock when feeding the same image in a loop
+- pngenc: output one frame only in snapshot mode and mark output
+ frames as I-frames
+- qmlglsrc: sync on the streaming thread
+- souphttpsrc: Chain up to finalize to fix memory leak
+- wavparse: fix buffer leak with adtl tag
+- v4l2codecs: Avoid QBUF/DQBUF struct timeval .tv_usec wrap-around at
+ frame 1000000
+- v4l2codecs: Fix tiled formats stride conversion
+
+gst-plugins-bad
+
+- audiobuffersplit: disable max-silence-time if set to 0
+- libde265: Do not decode the non 4:2:0 8 bits format
+- codecparsers: av1: Clip max tile rows and cols values
+- codecs: h265: Do not free slice header before using it
+- d3d11converter: Fix 10/12bits planar output
+- d3d11decoder: Fix crash on negotiate() when decoder is not
+ configured
+- d3d11videosink: Fix toggling between fullscreen and maximized
+- d3d11videosink: Fix window switching in case of fullscreen mode
+- d3d11screencapturesrc: Fix mouse cursor blending
+- decklink: Fix broken COM string conversion
+- decklink: Decklink Device Provider wrongly parses SDK strings
+- gstwayland: Don’t depend on wayland-protocols
+- interaudiosrc: Add audio meta to buffers containing non-interleaved
+ samples
+- kmssink: Add TIDSS auto-detection
+- mfvideoencoder: Fix typo in template caps
+- mxfdemux: Store GstMXFDemuxEssenceTrack in their own fixed
+ allocation
+- nvcodec: fix bounds for auto-select GPU enumeration
+- openh264: Fail gracefully if openh264 encoder/decoder creation fails
+- tsmux: More cleanups
+- tsmux: Fill padding packets with stuffing bytes
+- v4l2codecs: Fix tiled formats stride conversion
+- v4l2videodec: Correctly free caps to avoid memory leak
+- wasapi2: Don’t use global volume control object
+- wasapi2device: Ignore activation failed device
+
+gst-plugins-ugly
+
+- No changes
+
+gst-plugins-rs
+
+- aws: s3sink: Fix handling of special characters in key
+- aws: s3: Properly percent-decode GstS3Url
+- fmp4mux: Don’t overflow negative composition offset calculation
+- fmp4mux: specify the fragment duration unit
+- hlssink3: Use Path API for getting file name
+- hlssink3: Use sprintf for segment name formatting
+- hlssink3: Remove unused deps
+- hlssink3: Don’t remove old files if max-files is zero
+- hlssink3: Don’t remove uri from playlist if playlist-length is zero
+- hlssink3: Various cleanup
+- livesync: log new pending segments
+- livesync: display jitter when waiting on clock
+- livesync: Rename activatemode methods to *_activatemode
+- livesync: Simplify start_src_task and src_loop
+- livesync: Improve audio duration fixups
+- livesync: Log a category error when we are missing the segment
+- livesync: Clean up state handling
+- livesync: Replace an if-let with match
+- livesync: Move a notify closer to the interesting state change
+- livesync: Move num_in counting to the src task
+- livesync: Simplify num_duplicate counting
+- livesync: Handle flags and late buffer patching after queueing
+- livesync: Separate out_buffer duplicate status from GAP flag
+- livesync: Use fallback_duration for audio repeat buffers as well
+- livesync: example: Add identities single-segment=1
+- livesync: Split fallback_duration into in_ and out_duration
+- livesync: Keep existing buffer duration in some cases
+- livesync: Remove the stop from outgoing segments
+- ndisrc: Assume input with more than 8 raw audio channels is
+ unpositioned
+- rtpav1depay: Skip unexpected leading fragments
+- rtpav1depay: Don’t push stale temporal delimiters downstream
+- rsfilesink: set sync=false
+- s3sink: set sync=false
+- sccparse: Fix leading spaces between the tab and caption data
+- webrtchttp: Respect HTTP redirects
+- webrtcsrc: use @watch instead of @to-owned
+- webrtcsrc: add turn-servers property
+- webrtc: Fix paths in README
+- webrtcsink: don’t miss ice candidates
+
+gst-libav
+
+- No changes
+
+gst-rtsp-server
+
+- rtspclientsink: Don’t leak previous server_ip
+
+gstreamer-vaapi
+
+- No changes
+
+gstreamer-sharp
+
+- No changes
+
+gst-omx
+
+- No changes
+
+gst-python
+
+- No changes
+
+gst-editing-services
+
+- No changes
+
+gst-validate + gst-integration-testsuites
+
+- gst-validate: Fix compatibility with Python 3.12
+
+gst-examples
+
+- No changes
+
+Development build environment
+
+- No changes
+
+Cerbero build tool and packaging changes in 1.22.7
+
+- Add Windows 11 to the supported versions list
+- ca-certificates: Update to version from 2023-08-22
+- cargo: Restrict parallelism if a small system is detected (for
+ gst-plugins-rs build)
+- Fix venv setup on Python 3.11+
+- Fix unlinking of Android NDK directories if install fails midway
+- glib: Work around AppleClang + -Werror test build failure
+- glib: Re-add gio module loading patch for macOS, remove unused patch
+ files
+
+Contributors to 1.22.7
+
+Albert Sjölund, Arun Raghavan, Balló György, Benjamin Gaignard, Detlev
+Casanova, Doug Nazar, Eric, Florian Zwoch, François Laignel, Guillaume
+Desmottes, He Junyan, Hou Qi, James Oliver, Jan Alexander Steffens
+(heftig), Jan Schmidt, Johan Adam Nilsson, Jordan Yelloz, Kalev Lember,
+L. E. Segovia, Lieven Paulissen, Maksym Khomenko, Marek Vasut, Matthias
+Fuchs, Michiel Westerbeek, Nicolas Dufresne, Philippe Normand, Piotr
+Brzeziński, Rahul T R, Sean DuBois, Sebastian Dröge, Seungha Yang,
+Stéphane Cerveau, Thibault Saunier, Tim-Philipp Müller,
+
+… and many others who have contributed bug reports, translations, sent
+suggestions or helped testing. Thank you all!
+
+List of merge requests and issues fixed in 1.22.7
+
+- List of Merge Requests applied in 1.22.7
+- List of Issues fixed in 1.22.7
+
Schedule for 1.24
Our next major feature release will be 1.24, and 1.23 will be the
diff --git a/subprojects/gst-libav/RELEASE b/subprojects/gst-libav/RELEASE
index 07f0342938..92b898b393 100644
--- a/subprojects/gst-libav/RELEASE
+++ b/subprojects/gst-libav/RELEASE
@@ -1,4 +1,4 @@
-This is GStreamer gst-libav 1.22.6.
+This is GStreamer gst-libav 1.22.7.
The GStreamer team is thrilled to announce a new major feature release
of your favourite cross-platform multimedia framework!
diff --git a/subprojects/gst-libav/gst-libav.doap b/subprojects/gst-libav/gst-libav.doap
index 1672330c64..c654c9acb5 100644
--- a/subprojects/gst-libav/gst-libav.doap
+++ b/subprojects/gst-libav/gst-libav.doap
@@ -34,6 +34,16 @@ colorspace conversion elements.
<release>
<Version>
+ <revision>1.22.7</revision>
+ <branch>1.22</branch>
+ <name></name>
+ <created>2023-11-13</created>
+ <file-release rdf:resource="https://gstreamer.freedesktop.org/src/gst-libav/gst-libav-1.22.7.tar.xz" />
+ </Version>
+ </release>
+
+ <release>
+ <Version>
<revision>1.22.6</revision>
<branch>1.22</branch>
<name></name>
diff --git a/subprojects/gst-libav/meson.build b/subprojects/gst-libav/meson.build
index 2df8a0f117..2f5fd7239b 100644
--- a/subprojects/gst-libav/meson.build
+++ b/subprojects/gst-libav/meson.build
@@ -1,5 +1,5 @@
project('gst-libav', 'c',
- version : '1.22.6.1',
+ version : '1.22.7',
meson_version : '>= 0.62',
default_options : [ 'warning_level=1',
'buildtype=debugoptimized' ])
diff --git a/subprojects/gst-omx/NEWS b/subprojects/gst-omx/NEWS
index ec11f3c46e..e7c25cc94f 100644
--- a/subprojects/gst-omx/NEWS
+++ b/subprojects/gst-omx/NEWS
@@ -2,13 +2,13 @@ GStreamer 1.22 Release Notes
GStreamer 1.22.0 was originally released on 23 January 2023.
-The latest bug-fix release in the stable 1.22 series is 1.22.5 and was
-released on 20 July 2023.
+The latest bug-fix release in the stable 1.22 series is 1.22.7 and was
+released on 13 November 2023.
See https://gstreamer.freedesktop.org/releases/1.22/ for the latest
version of this document.
-Last updated: Thursday 20 July 2023, 12:00 UTC (log)
+Last updated: Monday 13 November 2023, 10:00 UTC (log)
Introduction
@@ -2366,6 +2366,222 @@ List of merge requests and issues fixed in 1.22.6
- List of Merge Requests applied in 1.22.6
- List of Issues fixed in 1.22.6
+1.22.7
+
+The seventh 1.22 bug-fix release (1.22.7) was released on 13 November
+2023.
+
+This release only contains bugfixes and security fixes and it should be
+safe to update from 1.22.x.
+
+Highlighted bugfixes in 1.22.7
+
+- Security fixes for the MXF demuxer and AV1 codec parser
+- glfilter: Memory leak fix for OpenGL filter elements
+- d3d11videosink: Fix toggling between fullscreen and maximized, and
+ window switching in fullscreen mode
+- DASH / HLS adaptive streaming fixes
+- Decklink card device provider device name string handling fixes
+- interaudiosrc: handle non-interleaved audio properly
+- openh264: Fail gracefully if openh264 encoder/decoder creation fails
+- rtspsrc: improved whitespace handling in response headers by certain
+ cameras
+- v4l2codecs: avoid wrap-around after 1000000 frames; tiled formats
+ handling fixes
+- video-scaler, audio-resampler: downgraded “Can’t find exact taps”
+ debug log messages
+- wasapi2: Don’t use global volume control object
+- Rust plugins: various improvements in aws, fmp4mux, hlssink3,
+ livesync, ndisrc, rtpav1depay, rsfilesink, s3sink, sccparse
+- WebRTC: various webrtchttp, webrtcsrc, and webrtcsink improvements
+ and fixes
+- Cerbero build tools: recognise Windows 11; restrict parallelism of
+ gst-plugins-rs build on small systems
+- Packages: ca-certificates update; fix gio module loading and TLS
+ support on macOS
+
+gstreamer
+
+- debugutils: provide gst_debug_bin_to_dot_data() implementation even
+ if debug system is disabled
+
+gst-plugins-base
+
+- audioaggregator, audiomixer: Make access to the pad list thread-safe
+ while mixing
+- basetextoverlay: Fix overlay never rendering again if width reaches
+ 1px
+- glfiter: Protect GstGLContext access
+- glfilter: Only add parent meta if inbuf != outbuf
+- macOS: fix huge memory leak with glfilter-based elements
+- rtspconnection: Ignore trailing whitespace in rtsp headers
+- video-scaler, audio-resampler: downgrade ‘can’t find exact taps’ to
+ debug
+
+gst-plugins-good
+
+- adaptivedemux2: Do not submit_transfer when cancelled
+- adaptivedemux2: Call GTasks’s return functions for blocking tasks
+- flacenc: Correctly handle up to 255 cue entries
+- flvmux: set the src segment position as running time
+- imagesequencesrc: fix deadlock when feeding the same image in a loop
+- pngenc: output one frame only in snapshot mode and mark output
+ frames as I-frames
+- qmlglsrc: sync on the streaming thread
+- souphttpsrc: Chain up to finalize to fix memory leak
+- wavparse: fix buffer leak with adtl tag
+- v4l2codecs: Avoid QBUF/DQBUF struct timeval .tv_usec wrap-around at
+ frame 1000000
+- v4l2codecs: Fix tiled formats stride conversion
+
+gst-plugins-bad
+
+- audiobuffersplit: disable max-silence-time if set to 0
+- libde265: Do not decode the non 4:2:0 8 bits format
+- codecparsers: av1: Clip max tile rows and cols values
+- codecs: h265: Do not free slice header before using it
+- d3d11converter: Fix 10/12bits planar output
+- d3d11decoder: Fix crash on negotiate() when decoder is not
+ configured
+- d3d11videosink: Fix toggling between fullscreen and maximized
+- d3d11videosink: Fix window switching in case of fullscreen mode
+- d3d11screencapturesrc: Fix mouse cursor blending
+- decklink: Fix broken COM string conversion
+- decklink: Decklink Device Provider wrongly parses SDK strings
+- gstwayland: Don’t depend on wayland-protocols
+- interaudiosrc: Add audio meta to buffers containing non-interleaved
+ samples
+- kmssink: Add TIDSS auto-detection
+- mfvideoencoder: Fix typo in template caps
+- mxfdemux: Store GstMXFDemuxEssenceTrack in their own fixed
+ allocation
+- nvcodec: fix bounds for auto-select GPU enumeration
+- openh264: Fail gracefully if openh264 encoder/decoder creation fails
+- tsmux: More cleanups
+- tsmux: Fill padding packets with stuffing bytes
+- v4l2codecs: Fix tiled formats stride conversion
+- v4l2videodec: Correctly free caps to avoid memory leak
+- wasapi2: Don’t use global volume control object
+- wasapi2device: Ignore activation failed device
+
+gst-plugins-ugly
+
+- No changes
+
+gst-plugins-rs
+
+- aws: s3sink: Fix handling of special characters in key
+- aws: s3: Properly percent-decode GstS3Url
+- fmp4mux: Don’t overflow negative composition offset calculation
+- fmp4mux: specify the fragment duration unit
+- hlssink3: Use Path API for getting file name
+- hlssink3: Use sprintf for segment name formatting
+- hlssink3: Remove unused deps
+- hlssink3: Don’t remove old files if max-files is zero
+- hlssink3: Don’t remove uri from playlist if playlist-length is zero
+- hlssink3: Various cleanup
+- livesync: log new pending segments
+- livesync: display jitter when waiting on clock
+- livesync: Rename activatemode methods to *_activatemode
+- livesync: Simplify start_src_task and src_loop
+- livesync: Improve audio duration fixups
+- livesync: Log a category error when we are missing the segment
+- livesync: Clean up state handling
+- livesync: Replace an if-let with match
+- livesync: Move a notify closer to the interesting state change
+- livesync: Move num_in counting to the src task
+- livesync: Simplify num_duplicate counting
+- livesync: Handle flags and late buffer patching after queueing
+- livesync: Separate out_buffer duplicate status from GAP flag
+- livesync: Use fallback_duration for audio repeat buffers as well
+- livesync: example: Add identities single-segment=1
+- livesync: Split fallback_duration into in_ and out_duration
+- livesync: Keep existing buffer duration in some cases
+- livesync: Remove the stop from outgoing segments
+- ndisrc: Assume input with more than 8 raw audio channels is
+ unpositioned
+- rtpav1depay: Skip unexpected leading fragments
+- rtpav1depay: Don’t push stale temporal delimiters downstream
+- rsfilesink: set sync=false
+- s3sink: set sync=false
+- sccparse: Fix leading spaces between the tab and caption data
+- webrtchttp: Respect HTTP redirects
+- webrtcsrc: use @watch instead of @to-owned
+- webrtcsrc: add turn-servers property
+- webrtc: Fix paths in README
+- webrtcsink: don’t miss ice candidates
+
+gst-libav
+
+- No changes
+
+gst-rtsp-server
+
+- rtspclientsink: Don’t leak previous server_ip
+
+gstreamer-vaapi
+
+- No changes
+
+gstreamer-sharp
+
+- No changes
+
+gst-omx
+
+- No changes
+
+gst-python
+
+- No changes
+
+gst-editing-services
+
+- No changes
+
+gst-validate + gst-integration-testsuites
+
+- gst-validate: Fix compatibility with Python 3.12
+
+gst-examples
+
+- No changes
+
+Development build environment
+
+- No changes
+
+Cerbero build tool and packaging changes in 1.22.7
+
+- Add Windows 11 to the supported versions list
+- ca-certificates: Update to version from 2023-08-22
+- cargo: Restrict parallelism if a small system is detected (for
+ gst-plugins-rs build)
+- Fix venv setup on Python 3.11+
+- Fix unlinking of Android NDK directories if install fails midway
+- glib: Work around AppleClang + -Werror test build failure
+- glib: Re-add gio module loading patch for macOS, remove unused patch
+ files
+
+Contributors to 1.22.7
+
+Albert Sjölund, Arun Raghavan, Balló György, Benjamin Gaignard, Detlev
+Casanova, Doug Nazar, Eric, Florian Zwoch, François Laignel, Guillaume
+Desmottes, He Junyan, Hou Qi, James Oliver, Jan Alexander Steffens
+(heftig), Jan Schmidt, Johan Adam Nilsson, Jordan Yelloz, Kalev Lember,
+L. E. Segovia, Lieven Paulissen, Maksym Khomenko, Marek Vasut, Matthias
+Fuchs, Michiel Westerbeek, Nicolas Dufresne, Philippe Normand, Piotr
+Brzeziński, Rahul T R, Sean DuBois, Sebastian Dröge, Seungha Yang,
+Stéphane Cerveau, Thibault Saunier, Tim-Philipp Müller,
+
+… and many others who have contributed bug reports, translations, sent
+suggestions or helped testing. Thank you all!
+
+List of merge requests and issues fixed in 1.22.7
+
+- List of Merge Requests applied in 1.22.7
+- List of Issues fixed in 1.22.7
+
Schedule for 1.24
Our next major feature release will be 1.24, and 1.23 will be the
diff --git a/subprojects/gst-omx/RELEASE b/subprojects/gst-omx/RELEASE
index c3f0d692e9..376e3d4fc0 100644
--- a/subprojects/gst-omx/RELEASE
+++ b/subprojects/gst-omx/RELEASE
@@ -1,4 +1,4 @@
-This is GStreamer gst-omx 1.22.6.
+This is GStreamer gst-omx 1.22.7.
The GStreamer team is thrilled to announce a new major feature release
of your favourite cross-platform multimedia framework!
diff --git a/subprojects/gst-omx/gst-omx.doap b/subprojects/gst-omx/gst-omx.doap
index a690139e7b..3fc6c7d2f7 100644
--- a/subprojects/gst-omx/gst-omx.doap
+++ b/subprojects/gst-omx/gst-omx.doap
@@ -33,6 +33,16 @@ a basic collection of elements
<release>
<Version>
+ <revision>1.22.7</revision>
+ <branch>1.22</branch>
+ <name></name>
+ <created>2023-11-13</created>
+ <file-release rdf:resource="https://gstreamer.freedesktop.org/src/gst-omx/gst-omx-1.22.7.tar.xz" />
+ </Version>
+ </release>
+
+ <release>
+ <Version>
<revision>1.22.6</revision>
<branch>1.22</branch>
<name></name>
diff --git a/subprojects/gst-omx/meson.build b/subprojects/gst-omx/meson.build
index d3ec3b564c..bdd7b75049 100644
--- a/subprojects/gst-omx/meson.build
+++ b/subprojects/gst-omx/meson.build
@@ -1,5 +1,5 @@
project('gst-omx', 'c',
- version : '1.22.6.1',
+ version : '1.22.7',
meson_version : '>= 0.62',
default_options : [ 'warning_level=1',
'buildtype=debugoptimized' ])
diff --git a/subprojects/gst-plugins-bad/NEWS b/subprojects/gst-plugins-bad/NEWS
index ec11f3c46e..e7c25cc94f 100644
--- a/subprojects/gst-plugins-bad/NEWS
+++ b/subprojects/gst-plugins-bad/NEWS
@@ -2,13 +2,13 @@ GStreamer 1.22 Release Notes
GStreamer 1.22.0 was originally released on 23 January 2023.
-The latest bug-fix release in the stable 1.22 series is 1.22.5 and was
-released on 20 July 2023.
+The latest bug-fix release in the stable 1.22 series is 1.22.7 and was
+released on 13 November 2023.
See https://gstreamer.freedesktop.org/releases/1.22/ for the latest
version of this document.
-Last updated: Thursday 20 July 2023, 12:00 UTC (log)
+Last updated: Monday 13 November 2023, 10:00 UTC (log)
Introduction
@@ -2366,6 +2366,222 @@ List of merge requests and issues fixed in 1.22.6
- List of Merge Requests applied in 1.22.6
- List of Issues fixed in 1.22.6
+1.22.7
+
+The seventh 1.22 bug-fix release (1.22.7) was released on 13 November
+2023.
+
+This release only contains bugfixes and security fixes and it should be
+safe to update from 1.22.x.
+
+Highlighted bugfixes in 1.22.7
+
+- Security fixes for the MXF demuxer and AV1 codec parser
+- glfilter: Memory leak fix for OpenGL filter elements
+- d3d11videosink: Fix toggling between fullscreen and maximized, and
+ window switching in fullscreen mode
+- DASH / HLS adaptive streaming fixes
+- Decklink card device provider device name string handling fixes
+- interaudiosrc: handle non-interleaved audio properly
+- openh264: Fail gracefully if openh264 encoder/decoder creation fails
+- rtspsrc: improved whitespace handling in response headers by certain
+ cameras
+- v4l2codecs: avoid wrap-around after 1000000 frames; tiled formats
+ handling fixes
+- video-scaler, audio-resampler: downgraded “Can’t find exact taps”
+ debug log messages
+- wasapi2: Don’t use global volume control object
+- Rust plugins: various improvements in aws, fmp4mux, hlssink3,
+ livesync, ndisrc, rtpav1depay, rsfilesink, s3sink, sccparse
+- WebRTC: various webrtchttp, webrtcsrc, and webrtcsink improvements
+ and fixes
+- Cerbero build tools: recognise Windows 11; restrict parallelism of
+ gst-plugins-rs build on small systems
+- Packages: ca-certificates update; fix gio module loading and TLS
+ support on macOS
+
+gstreamer
+
+- debugutils: provide gst_debug_bin_to_dot_data() implementation even
+ if debug system is disabled
+
+gst-plugins-base
+
+- audioaggregator, audiomixer: Make access to the pad list thread-safe
+ while mixing
+- basetextoverlay: Fix overlay never rendering again if width reaches
+ 1px
+- glfiter: Protect GstGLContext access
+- glfilter: Only add parent meta if inbuf != outbuf
+- macOS: fix huge memory leak with glfilter-based elements
+- rtspconnection: Ignore trailing whitespace in rtsp headers
+- video-scaler, audio-resampler: downgrade ‘can’t find exact taps’ to
+ debug
+
+gst-plugins-good
+
+- adaptivedemux2: Do not submit_transfer when cancelled
+- adaptivedemux2: Call GTasks’s return functions for blocking tasks
+- flacenc: Correctly handle up to 255 cue entries
+- flvmux: set the src segment position as running time
+- imagesequencesrc: fix deadlock when feeding the same image in a loop
+- pngenc: output one frame only in snapshot mode and mark output
+ frames as I-frames
+- qmlglsrc: sync on the streaming thread
+- souphttpsrc: Chain up to finalize to fix memory leak
+- wavparse: fix buffer leak with adtl tag
+- v4l2codecs: Avoid QBUF/DQBUF struct timeval .tv_usec wrap-around at
+ frame 1000000
+- v4l2codecs: Fix tiled formats stride conversion
+
+gst-plugins-bad
+
+- audiobuffersplit: disable max-silence-time if set to 0
+- libde265: Do not decode the non 4:2:0 8 bits format
+- codecparsers: av1: Clip max tile rows and cols values
+- codecs: h265: Do not free slice header before using it
+- d3d11converter: Fix 10/12bits planar output
+- d3d11decoder: Fix crash on negotiate() when decoder is not
+ configured
+- d3d11videosink: Fix toggling between fullscreen and maximized
+- d3d11videosink: Fix window switching in case of fullscreen mode
+- d3d11screencapturesrc: Fix mouse cursor blending
+- decklink: Fix broken COM string conversion
+- decklink: Decklink Device Provider wrongly parses SDK strings
+- gstwayland: Don’t depend on wayland-protocols
+- interaudiosrc: Add audio meta to buffers containing non-interleaved
+ samples
+- kmssink: Add TIDSS auto-detection
+- mfvideoencoder: Fix typo in template caps
+- mxfdemux: Store GstMXFDemuxEssenceTrack in their own fixed
+ allocation
+- nvcodec: fix bounds for auto-select GPU enumeration
+- openh264: Fail gracefully if openh264 encoder/decoder creation fails
+- tsmux: More cleanups
+- tsmux: Fill padding packets with stuffing bytes
+- v4l2codecs: Fix tiled formats stride conversion
+- v4l2videodec: Correctly free caps to avoid memory leak
+- wasapi2: Don’t use global volume control object
+- wasapi2device: Ignore activation failed device
+
+gst-plugins-ugly
+
+- No changes
+
+gst-plugins-rs
+
+- aws: s3sink: Fix handling of special characters in key
+- aws: s3: Properly percent-decode GstS3Url
+- fmp4mux: Don’t overflow negative composition offset calculation
+- fmp4mux: specify the fragment duration unit
+- hlssink3: Use Path API for getting file name
+- hlssink3: Use sprintf for segment name formatting
+- hlssink3: Remove unused deps
+- hlssink3: Don’t remove old files if max-files is zero
+- hlssink3: Don’t remove uri from playlist if playlist-length is zero
+- hlssink3: Various cleanup
+- livesync: log new pending segments
+- livesync: display jitter when waiting on clock
+- livesync: Rename activatemode methods to *_activatemode
+- livesync: Simplify start_src_task and src_loop
+- livesync: Improve audio duration fixups
+- livesync: Log a category error when we are missing the segment
+- livesync: Clean up state handling
+- livesync: Replace an if-let with match
+- livesync: Move a notify closer to the interesting state change
+- livesync: Move num_in counting to the src task
+- livesync: Simplify num_duplicate counting
+- livesync: Handle flags and late buffer patching after queueing
+- livesync: Separate out_buffer duplicate status from GAP flag
+- livesync: Use fallback_duration for audio repeat buffers as well
+- livesync: example: Add identities single-segment=1
+- livesync: Split fallback_duration into in_ and out_duration
+- livesync: Keep existing buffer duration in some cases
+- livesync: Remove the stop from outgoing segments
+- ndisrc: Assume input with more than 8 raw audio channels is
+ unpositioned
+- rtpav1depay: Skip unexpected leading fragments
+- rtpav1depay: Don’t push stale temporal delimiters downstream
+- rsfilesink: set sync=false
+- s3sink: set sync=false
+- sccparse: Fix leading spaces between the tab and caption data
+- webrtchttp: Respect HTTP redirects
+- webrtcsrc: use @watch instead of @to-owned
+- webrtcsrc: add turn-servers property
+- webrtc: Fix paths in README
+- webrtcsink: don’t miss ice candidates
+
+gst-libav
+
+- No changes
+
+gst-rtsp-server
+
+- rtspclientsink: Don’t leak previous server_ip
+
+gstreamer-vaapi
+
+- No changes
+
+gstreamer-sharp
+
+- No changes
+
+gst-omx
+
+- No changes
+
+gst-python
+
+- No changes
+
+gst-editing-services
+
+- No changes
+
+gst-validate + gst-integration-testsuites
+
+- gst-validate: Fix compatibility with Python 3.12
+
+gst-examples
+
+- No changes
+
+Development build environment
+
+- No changes
+
+Cerbero build tool and packaging changes in 1.22.7
+
+- Add Windows 11 to the supported versions list
+- ca-certificates: Update to version from 2023-08-22
+- cargo: Restrict parallelism if a small system is detected (for
+ gst-plugins-rs build)
+- Fix venv setup on Python 3.11+
+- Fix unlinking of Android NDK directories if install fails midway
+- glib: Work around AppleClang + -Werror test build failure
+- glib: Re-add gio module loading patch for macOS, remove unused patch
+ files
+
+Contributors to 1.22.7
+
+Albert Sjölund, Arun Raghavan, Balló György, Benjamin Gaignard, Detlev
+Casanova, Doug Nazar, Eric, Florian Zwoch, François Laignel, Guillaume
+Desmottes, He Junyan, Hou Qi, James Oliver, Jan Alexander Steffens
+(heftig), Jan Schmidt, Johan Adam Nilsson, Jordan Yelloz, Kalev Lember,
+L. E. Segovia, Lieven Paulissen, Maksym Khomenko, Marek Vasut, Matthias
+Fuchs, Michiel Westerbeek, Nicolas Dufresne, Philippe Normand, Piotr
+Brzeziński, Rahul T R, Sean DuBois, Sebastian Dröge, Seungha Yang,
+Stéphane Cerveau, Thibault Saunier, Tim-Philipp Müller,
+
+… and many others who have contributed bug reports, translations, sent
+suggestions or helped testing. Thank you all!
+
+List of merge requests and issues fixed in 1.22.7
+
+- List of Merge Requests applied in 1.22.7
+- List of Issues fixed in 1.22.7
+
Schedule for 1.24
Our next major feature release will be 1.24, and 1.23 will be the
diff --git a/subprojects/gst-plugins-bad/RELEASE b/subprojects/gst-plugins-bad/RELEASE
index 909a3b26d0..159761eb17 100644
--- a/subprojects/gst-plugins-bad/RELEASE
+++ b/subprojects/gst-plugins-bad/RELEASE
@@ -1,4 +1,4 @@
-This is GStreamer gst-plugins-bad 1.22.6.
+This is GStreamer gst-plugins-bad 1.22.7.
The GStreamer team is thrilled to announce a new major feature release
of your favourite cross-platform multimedia framework!
diff --git a/subprojects/gst-plugins-bad/gst-plugins-bad.doap b/subprojects/gst-plugins-bad/gst-plugins-bad.doap
index 0f1cdca256..3e099c65e4 100644
--- a/subprojects/gst-plugins-bad/gst-plugins-bad.doap
+++ b/subprojects/gst-plugins-bad/gst-plugins-bad.doap
@@ -35,6 +35,16 @@ real live maintainer, or some actual wide use.
<release>
<Version>
+ <revision>1.22.7</revision>
+ <branch>1.22</branch>
+ <name></name>
+ <created>2023-11-13</created>
+ <file-release rdf:resource="https://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad-1.22.7.tar.xz" />
+ </Version>
+ </release>
+
+ <release>
+ <Version>
<revision>1.22.6</revision>
<branch>1.22</branch>
<name></name>
diff --git a/subprojects/gst-plugins-bad/meson.build b/subprojects/gst-plugins-bad/meson.build
index ac8eeb8d1f..a90c055946 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.22.6.1',
+ version : '1.22.7',
meson_version : '>= 0.62',
default_options : [ 'warning_level=1',
'buildtype=debugoptimized' ])
diff --git a/subprojects/gst-plugins-base/NEWS b/subprojects/gst-plugins-base/NEWS
index ec11f3c46e..e7c25cc94f 100644
--- a/subprojects/gst-plugins-base/NEWS
+++ b/subprojects/gst-plugins-base/NEWS
@@ -2,13 +2,13 @@ GStreamer 1.22 Release Notes
GStreamer 1.22.0 was originally released on 23 January 2023.
-The latest bug-fix release in the stable 1.22 series is 1.22.5 and was
-released on 20 July 2023.
+The latest bug-fix release in the stable 1.22 series is 1.22.7 and was
+released on 13 November 2023.
See https://gstreamer.freedesktop.org/releases/1.22/ for the latest
version of this document.
-Last updated: Thursday 20 July 2023, 12:00 UTC (log)
+Last updated: Monday 13 November 2023, 10:00 UTC (log)
Introduction
@@ -2366,6 +2366,222 @@ List of merge requests and issues fixed in 1.22.6
- List of Merge Requests applied in 1.22.6
- List of Issues fixed in 1.22.6
+1.22.7
+
+The seventh 1.22 bug-fix release (1.22.7) was released on 13 November
+2023.
+
+This release only contains bugfixes and security fixes and it should be
+safe to update from 1.22.x.
+
+Highlighted bugfixes in 1.22.7
+
+- Security fixes for the MXF demuxer and AV1 codec parser
+- glfilter: Memory leak fix for OpenGL filter elements
+- d3d11videosink: Fix toggling between fullscreen and maximized, and
+ window switching in fullscreen mode
+- DASH / HLS adaptive streaming fixes
+- Decklink card device provider device name string handling fixes
+- interaudiosrc: handle non-interleaved audio properly
+- openh264: Fail gracefully if openh264 encoder/decoder creation fails
+- rtspsrc: improved whitespace handling in response headers by certain
+ cameras
+- v4l2codecs: avoid wrap-around after 1000000 frames; tiled formats
+ handling fixes
+- video-scaler, audio-resampler: downgraded “Can’t find exact taps”
+ debug log messages
+- wasapi2: Don’t use global volume control object
+- Rust plugins: various improvements in aws, fmp4mux, hlssink3,
+ livesync, ndisrc, rtpav1depay, rsfilesink, s3sink, sccparse
+- WebRTC: various webrtchttp, webrtcsrc, and webrtcsink improvements
+ and fixes
+- Cerbero build tools: recognise Windows 11; restrict parallelism of
+ gst-plugins-rs build on small systems
+- Packages: ca-certificates update; fix gio module loading and TLS
+ support on macOS
+
+gstreamer
+
+- debugutils: provide gst_debug_bin_to_dot_data() implementation even
+ if debug system is disabled
+
+gst-plugins-base
+
+- audioaggregator, audiomixer: Make access to the pad list thread-safe
+ while mixing
+- basetextoverlay: Fix overlay never rendering again if width reaches
+ 1px
+- glfiter: Protect GstGLContext access
+- glfilter: Only add parent meta if inbuf != outbuf
+- macOS: fix huge memory leak with glfilter-based elements
+- rtspconnection: Ignore trailing whitespace in rtsp headers
+- video-scaler, audio-resampler: downgrade ‘can’t find exact taps’ to
+ debug
+
+gst-plugins-good
+
+- adaptivedemux2: Do not submit_transfer when cancelled
+- adaptivedemux2: Call GTasks’s return functions for blocking tasks
+- flacenc: Correctly handle up to 255 cue entries
+- flvmux: set the src segment position as running time
+- imagesequencesrc: fix deadlock when feeding the same image in a loop
+- pngenc: output one frame only in snapshot mode and mark output
+ frames as I-frames
+- qmlglsrc: sync on the streaming thread
+- souphttpsrc: Chain up to finalize to fix memory leak
+- wavparse: fix buffer leak with adtl tag
+- v4l2codecs: Avoid QBUF/DQBUF struct timeval .tv_usec wrap-around at
+ frame 1000000
+- v4l2codecs: Fix tiled formats stride conversion
+
+gst-plugins-bad
+
+- audiobuffersplit: disable max-silence-time if set to 0
+- libde265: Do not decode the non 4:2:0 8 bits format
+- codecparsers: av1: Clip max tile rows and cols values
+- codecs: h265: Do not free slice header before using it
+- d3d11converter: Fix 10/12bits planar output
+- d3d11decoder: Fix crash on negotiate() when decoder is not
+ configured
+- d3d11videosink: Fix toggling between fullscreen and maximized
+- d3d11videosink: Fix window switching in case of fullscreen mode
+- d3d11screencapturesrc: Fix mouse cursor blending
+- decklink: Fix broken COM string conversion
+- decklink: Decklink Device Provider wrongly parses SDK strings
+- gstwayland: Don’t depend on wayland-protocols
+- interaudiosrc: Add audio meta to buffers containing non-interleaved
+ samples
+- kmssink: Add TIDSS auto-detection
+- mfvideoencoder: Fix typo in template caps
+- mxfdemux: Store GstMXFDemuxEssenceTrack in their own fixed
+ allocation
+- nvcodec: fix bounds for auto-select GPU enumeration
+- openh264: Fail gracefully if openh264 encoder/decoder creation fails
+- tsmux: More cleanups
+- tsmux: Fill padding packets with stuffing bytes
+- v4l2codecs: Fix tiled formats stride conversion
+- v4l2videodec: Correctly free caps to avoid memory leak
+- wasapi2: Don’t use global volume control object
+- wasapi2device: Ignore activation failed device
+
+gst-plugins-ugly
+
+- No changes
+
+gst-plugins-rs
+
+- aws: s3sink: Fix handling of special characters in key
+- aws: s3: Properly percent-decode GstS3Url
+- fmp4mux: Don’t overflow negative composition offset calculation
+- fmp4mux: specify the fragment duration unit
+- hlssink3: Use Path API for getting file name
+- hlssink3: Use sprintf for segment name formatting
+- hlssink3: Remove unused deps
+- hlssink3: Don’t remove old files if max-files is zero
+- hlssink3: Don’t remove uri from playlist if playlist-length is zero
+- hlssink3: Various cleanup
+- livesync: log new pending segments
+- livesync: display jitter when waiting on clock
+- livesync: Rename activatemode methods to *_activatemode
+- livesync: Simplify start_src_task and src_loop
+- livesync: Improve audio duration fixups
+- livesync: Log a category error when we are missing the segment
+- livesync: Clean up state handling
+- livesync: Replace an if-let with match
+- livesync: Move a notify closer to the interesting state change
+- livesync: Move num_in counting to the src task
+- livesync: Simplify num_duplicate counting
+- livesync: Handle flags and late buffer patching after queueing
+- livesync: Separate out_buffer duplicate status from GAP flag
+- livesync: Use fallback_duration for audio repeat buffers as well
+- livesync: example: Add identities single-segment=1
+- livesync: Split fallback_duration into in_ and out_duration
+- livesync: Keep existing buffer duration in some cases
+- livesync: Remove the stop from outgoing segments
+- ndisrc: Assume input with more than 8 raw audio channels is
+ unpositioned
+- rtpav1depay: Skip unexpected leading fragments
+- rtpav1depay: Don’t push stale temporal delimiters downstream
+- rsfilesink: set sync=false
+- s3sink: set sync=false
+- sccparse: Fix leading spaces between the tab and caption data
+- webrtchttp: Respect HTTP redirects
+- webrtcsrc: use @watch instead of @to-owned
+- webrtcsrc: add turn-servers property
+- webrtc: Fix paths in README
+- webrtcsink: don’t miss ice candidates
+
+gst-libav
+
+- No changes
+
+gst-rtsp-server
+
+- rtspclientsink: Don’t leak previous server_ip
+
+gstreamer-vaapi
+
+- No changes
+
+gstreamer-sharp
+
+- No changes
+
+gst-omx
+
+- No changes
+
+gst-python
+
+- No changes
+
+gst-editing-services
+
+- No changes
+
+gst-validate + gst-integration-testsuites
+
+- gst-validate: Fix compatibility with Python 3.12
+
+gst-examples
+
+- No changes
+
+Development build environment
+
+- No changes
+
+Cerbero build tool and packaging changes in 1.22.7
+
+- Add Windows 11 to the supported versions list
+- ca-certificates: Update to version from 2023-08-22
+- cargo: Restrict parallelism if a small system is detected (for
+ gst-plugins-rs build)
+- Fix venv setup on Python 3.11+
+- Fix unlinking of Android NDK directories if install fails midway
+- glib: Work around AppleClang + -Werror test build failure
+- glib: Re-add gio module loading patch for macOS, remove unused patch
+ files
+
+Contributors to 1.22.7
+
+Albert Sjölund, Arun Raghavan, Balló György, Benjamin Gaignard, Detlev
+Casanova, Doug Nazar, Eric, Florian Zwoch, François Laignel, Guillaume
+Desmottes, He Junyan, Hou Qi, James Oliver, Jan Alexander Steffens
+(heftig), Jan Schmidt, Johan Adam Nilsson, Jordan Yelloz, Kalev Lember,
+L. E. Segovia, Lieven Paulissen, Maksym Khomenko, Marek Vasut, Matthias
+Fuchs, Michiel Westerbeek, Nicolas Dufresne, Philippe Normand, Piotr
+Brzeziński, Rahul T R, Sean DuBois, Sebastian Dröge, Seungha Yang,
+Stéphane Cerveau, Thibault Saunier, Tim-Philipp Müller,
+
+… and many others who have contributed bug reports, translations, sent
+suggestions or helped testing. Thank you all!
+
+List of merge requests and issues fixed in 1.22.7
+
+- List of Merge Requests applied in 1.22.7
+- List of Issues fixed in 1.22.7
+
Schedule for 1.24
Our next major feature release will be 1.24, and 1.23 will be the
diff --git a/subprojects/gst-plugins-base/RELEASE b/subprojects/gst-plugins-base/RELEASE
index f39c770404..bf9c810fad 100644
--- a/subprojects/gst-plugins-base/RELEASE
+++ b/subprojects/gst-plugins-base/RELEASE
@@ -1,4 +1,4 @@
-This is GStreamer gst-plugins-base 1.22.6.
+This is GStreamer gst-plugins-base 1.22.7.
The GStreamer team is thrilled to announce a new major feature release
of your favourite cross-platform multimedia framework!
diff --git a/subprojects/gst-plugins-base/gst-plugins-base.doap b/subprojects/gst-plugins-base/gst-plugins-base.doap
index 64001187e3..e4afc3cc2f 100644
--- a/subprojects/gst-plugins-base/gst-plugins-base.doap
+++ b/subprojects/gst-plugins-base/gst-plugins-base.doap
@@ -36,6 +36,16 @@ A wide range of video and audio decoders, encoders, and filters are included.
<release>
<Version>
+ <revision>1.22.7</revision>
+ <branch>1.22</branch>
+ <name></name>
+ <created>2023-11-13</created>
+ <file-release rdf:resource="https://gstreamer.freedesktop.org/src/gst-plugins-base/gst-plugins-base-1.22.7.tar.xz" />
+ </Version>
+ </release>
+
+ <release>
+ <Version>
<revision>1.22.6</revision>
<branch>1.22</branch>
<name></name>
diff --git a/subprojects/gst-plugins-base/meson.build b/subprojects/gst-plugins-base/meson.build
index 3fc01dd913..228981a3ca 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.22.6.1',
+ version : '1.22.7',
meson_version : '>= 0.62',
default_options : [ 'warning_level=1',
'buildtype=debugoptimized' ])
diff --git a/subprojects/gst-plugins-good/NEWS b/subprojects/gst-plugins-good/NEWS
index ec11f3c46e..e7c25cc94f 100644
--- a/subprojects/gst-plugins-good/NEWS
+++ b/subprojects/gst-plugins-good/NEWS
@@ -2,13 +2,13 @@ GStreamer 1.22 Release Notes
GStreamer 1.22.0 was originally released on 23 January 2023.
-The latest bug-fix release in the stable 1.22 series is 1.22.5 and was
-released on 20 July 2023.
+The latest bug-fix release in the stable 1.22 series is 1.22.7 and was
+released on 13 November 2023.
See https://gstreamer.freedesktop.org/releases/1.22/ for the latest
version of this document.
-Last updated: Thursday 20 July 2023, 12:00 UTC (log)
+Last updated: Monday 13 November 2023, 10:00 UTC (log)
Introduction
@@ -2366,6 +2366,222 @@ List of merge requests and issues fixed in 1.22.6
- List of Merge Requests applied in 1.22.6
- List of Issues fixed in 1.22.6
+1.22.7
+
+The seventh 1.22 bug-fix release (1.22.7) was released on 13 November
+2023.
+
+This release only contains bugfixes and security fixes and it should be
+safe to update from 1.22.x.
+
+Highlighted bugfixes in 1.22.7
+
+- Security fixes for the MXF demuxer and AV1 codec parser
+- glfilter: Memory leak fix for OpenGL filter elements
+- d3d11videosink: Fix toggling between fullscreen and maximized, and
+ window switching in fullscreen mode
+- DASH / HLS adaptive streaming fixes
+- Decklink card device provider device name string handling fixes
+- interaudiosrc: handle non-interleaved audio properly
+- openh264: Fail gracefully if openh264 encoder/decoder creation fails
+- rtspsrc: improved whitespace handling in response headers by certain
+ cameras
+- v4l2codecs: avoid wrap-around after 1000000 frames; tiled formats
+ handling fixes
+- video-scaler, audio-resampler: downgraded “Can’t find exact taps”
+ debug log messages
+- wasapi2: Don’t use global volume control object
+- Rust plugins: various improvements in aws, fmp4mux, hlssink3,
+ livesync, ndisrc, rtpav1depay, rsfilesink, s3sink, sccparse
+- WebRTC: various webrtchttp, webrtcsrc, and webrtcsink improvements
+ and fixes
+- Cerbero build tools: recognise Windows 11; restrict parallelism of
+ gst-plugins-rs build on small systems
+- Packages: ca-certificates update; fix gio module loading and TLS
+ support on macOS
+
+gstreamer
+
+- debugutils: provide gst_debug_bin_to_dot_data() implementation even
+ if debug system is disabled
+
+gst-plugins-base
+
+- audioaggregator, audiomixer: Make access to the pad list thread-safe
+ while mixing
+- basetextoverlay: Fix overlay never rendering again if width reaches
+ 1px
+- glfiter: Protect GstGLContext access
+- glfilter: Only add parent meta if inbuf != outbuf
+- macOS: fix huge memory leak with glfilter-based elements
+- rtspconnection: Ignore trailing whitespace in rtsp headers
+- video-scaler, audio-resampler: downgrade ‘can’t find exact taps’ to
+ debug
+
+gst-plugins-good
+
+- adaptivedemux2: Do not submit_transfer when cancelled
+- adaptivedemux2: Call GTasks’s return functions for blocking tasks
+- flacenc: Correctly handle up to 255 cue entries
+- flvmux: set the src segment position as running time
+- imagesequencesrc: fix deadlock when feeding the same image in a loop
+- pngenc: output one frame only in snapshot mode and mark output
+ frames as I-frames
+- qmlglsrc: sync on the streaming thread
+- souphttpsrc: Chain up to finalize to fix memory leak
+- wavparse: fix buffer leak with adtl tag
+- v4l2codecs: Avoid QBUF/DQBUF struct timeval .tv_usec wrap-around at
+ frame 1000000
+- v4l2codecs: Fix tiled formats stride conversion
+
+gst-plugins-bad
+
+- audiobuffersplit: disable max-silence-time if set to 0
+- libde265: Do not decode the non 4:2:0 8 bits format
+- codecparsers: av1: Clip max tile rows and cols values
+- codecs: h265: Do not free slice header before using it
+- d3d11converter: Fix 10/12bits planar output
+- d3d11decoder: Fix crash on negotiate() when decoder is not
+ configured
+- d3d11videosink: Fix toggling between fullscreen and maximized
+- d3d11videosink: Fix window switching in case of fullscreen mode
+- d3d11screencapturesrc: Fix mouse cursor blending
+- decklink: Fix broken COM string conversion
+- decklink: Decklink Device Provider wrongly parses SDK strings
+- gstwayland: Don’t depend on wayland-protocols
+- interaudiosrc: Add audio meta to buffers containing non-interleaved
+ samples
+- kmssink: Add TIDSS auto-detection
+- mfvideoencoder: Fix typo in template caps
+- mxfdemux: Store GstMXFDemuxEssenceTrack in their own fixed
+ allocation
+- nvcodec: fix bounds for auto-select GPU enumeration
+- openh264: Fail gracefully if openh264 encoder/decoder creation fails
+- tsmux: More cleanups
+- tsmux: Fill padding packets with stuffing bytes
+- v4l2codecs: Fix tiled formats stride conversion
+- v4l2videodec: Correctly free caps to avoid memory leak
+- wasapi2: Don’t use global volume control object
+- wasapi2device: Ignore activation failed device
+
+gst-plugins-ugly
+
+- No changes
+
+gst-plugins-rs
+
+- aws: s3sink: Fix handling of special characters in key
+- aws: s3: Properly percent-decode GstS3Url
+- fmp4mux: Don’t overflow negative composition offset calculation
+- fmp4mux: specify the fragment duration unit
+- hlssink3: Use Path API for getting file name
+- hlssink3: Use sprintf for segment name formatting
+- hlssink3: Remove unused deps
+- hlssink3: Don’t remove old files if max-files is zero
+- hlssink3: Don’t remove uri from playlist if playlist-length is zero
+- hlssink3: Various cleanup
+- livesync: log new pending segments
+- livesync: display jitter when waiting on clock
+- livesync: Rename activatemode methods to *_activatemode
+- livesync: Simplify start_src_task and src_loop
+- livesync: Improve audio duration fixups
+- livesync: Log a category error when we are missing the segment
+- livesync: Clean up state handling
+- livesync: Replace an if-let with match
+- livesync: Move a notify closer to the interesting state change
+- livesync: Move num_in counting to the src task
+- livesync: Simplify num_duplicate counting
+- livesync: Handle flags and late buffer patching after queueing
+- livesync: Separate out_buffer duplicate status from GAP flag
+- livesync: Use fallback_duration for audio repeat buffers as well
+- livesync: example: Add identities single-segment=1
+- livesync: Split fallback_duration into in_ and out_duration
+- livesync: Keep existing buffer duration in some cases
+- livesync: Remove the stop from outgoing segments
+- ndisrc: Assume input with more than 8 raw audio channels is
+ unpositioned
+- rtpav1depay: Skip unexpected leading fragments
+- rtpav1depay: Don’t push stale temporal delimiters downstream
+- rsfilesink: set sync=false
+- s3sink: set sync=false
+- sccparse: Fix leading spaces between the tab and caption data
+- webrtchttp: Respect HTTP redirects
+- webrtcsrc: use @watch instead of @to-owned
+- webrtcsrc: add turn-servers property
+- webrtc: Fix paths in README
+- webrtcsink: don’t miss ice candidates
+
+gst-libav
+
+- No changes
+
+gst-rtsp-server
+
+- rtspclientsink: Don’t leak previous server_ip
+
+gstreamer-vaapi
+
+- No changes
+
+gstreamer-sharp
+
+- No changes
+
+gst-omx
+
+- No changes
+
+gst-python
+
+- No changes
+
+gst-editing-services
+
+- No changes
+
+gst-validate + gst-integration-testsuites
+
+- gst-validate: Fix compatibility with Python 3.12
+
+gst-examples
+
+- No changes
+
+Development build environment
+
+- No changes
+
+Cerbero build tool and packaging changes in 1.22.7
+
+- Add Windows 11 to the supported versions list
+- ca-certificates: Update to version from 2023-08-22
+- cargo: Restrict parallelism if a small system is detected (for
+ gst-plugins-rs build)
+- Fix venv setup on Python 3.11+
+- Fix unlinking of Android NDK directories if install fails midway
+- glib: Work around AppleClang + -Werror test build failure
+- glib: Re-add gio module loading patch for macOS, remove unused patch
+ files
+
+Contributors to 1.22.7
+
+Albert Sjölund, Arun Raghavan, Balló György, Benjamin Gaignard, Detlev
+Casanova, Doug Nazar, Eric, Florian Zwoch, François Laignel, Guillaume
+Desmottes, He Junyan, Hou Qi, James Oliver, Jan Alexander Steffens
+(heftig), Jan Schmidt, Johan Adam Nilsson, Jordan Yelloz, Kalev Lember,
+L. E. Segovia, Lieven Paulissen, Maksym Khomenko, Marek Vasut, Matthias
+Fuchs, Michiel Westerbeek, Nicolas Dufresne, Philippe Normand, Piotr
+Brzeziński, Rahul T R, Sean DuBois, Sebastian Dröge, Seungha Yang,
+Stéphane Cerveau, Thibault Saunier, Tim-Philipp Müller,
+
+… and many others who have contributed bug reports, translations, sent
+suggestions or helped testing. Thank you all!
+
+List of merge requests and issues fixed in 1.22.7
+
+- List of Merge Requests applied in 1.22.7
+- List of Issues fixed in 1.22.7
+
Schedule for 1.24
Our next major feature release will be 1.24, and 1.23 will be the
diff --git a/subprojects/gst-plugins-good/RELEASE b/subprojects/gst-plugins-good/RELEASE
index 0bbc80bdbe..20e2ccb41d 100644
--- a/subprojects/gst-plugins-good/RELEASE
+++ b/subprojects/gst-plugins-good/RELEASE
@@ -1,4 +1,4 @@
-This is GStreamer gst-plugins-good 1.22.6.
+This is GStreamer gst-plugins-good 1.22.7.
The GStreamer team is thrilled to announce a new major feature release
of your favourite cross-platform multimedia framework!
diff --git a/subprojects/gst-plugins-good/docs/gst_plugins_cache.json b/subprojects/gst-plugins-good/docs/gst_plugins_cache.json
index b6ea130576..f2af036473 100644
--- a/subprojects/gst-plugins-good/docs/gst_plugins_cache.json
+++ b/subprojects/gst-plugins-good/docs/gst_plugins_cache.json
@@ -7027,7 +7027,7 @@
"construct": false,
"construct-only": false,
"controllable": false,
- "default": "GStreamer 1.22.6.1 FLV muxer",
+ "default": "GStreamer 1.22.7 FLV muxer",
"mutable": "null",
"readable": true,
"type": "gchararray",
@@ -7039,7 +7039,7 @@
"construct": false,
"construct-only": false,
"controllable": false,
- "default": "GStreamer 1.22.6.1 FLV muxer",
+ "default": "GStreamer 1.22.7 FLV muxer",
"mutable": "null",
"readable": true,
"type": "gchararray",
@@ -21257,7 +21257,7 @@
"construct": false,
"construct-only": false,
"controllable": false,
- "default": "GStreamer/1.22.6.1",
+ "default": "GStreamer/1.22.7",
"mutable": "null",
"readable": true,
"type": "gchararray",
@@ -21816,7 +21816,7 @@
"construct": false,
"construct-only": false,
"controllable": false,
- "default": "GStreamer 1.22.6.1",
+ "default": "GStreamer 1.22.7",
"mutable": "null",
"readable": true,
"type": "gchararray",
@@ -23253,7 +23253,7 @@
"construct": false,
"construct-only": false,
"controllable": false,
- "default": "GStreamer souphttpsrc 1.22.6.1 ",
+ "default": "GStreamer souphttpsrc 1.22.7 ",
"mutable": "null",
"readable": true,
"type": "gchararray",
diff --git a/subprojects/gst-plugins-good/gst-plugins-good.doap b/subprojects/gst-plugins-good/gst-plugins-good.doap
index 4b1ce8b275..4a616629cd 100644
--- a/subprojects/gst-plugins-good/gst-plugins-good.doap
+++ b/subprojects/gst-plugins-good/gst-plugins-good.doap
@@ -34,6 +34,16 @@ the plug-in code, LGPL or LGPL-compatible for the supporting library).
<release>
<Version>
+ <revision>1.22.7</revision>
+ <branch>1.22</branch>
+ <name></name>
+ <created>2023-11-13</created>
+ <file-release rdf:resource="https://gstreamer.freedesktop.org/src/gst-plugins-good/gst-plugins-good-1.22.7.tar.xz" />
+ </Version>
+ </release>
+
+ <release>
+ <Version>
<revision>1.22.6</revision>
<branch>1.22</branch>
<name></name>
diff --git a/subprojects/gst-plugins-good/meson.build b/subprojects/gst-plugins-good/meson.build
index 67eb8038b7..ca6d4ae9e4 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.22.6.1',
+ version : '1.22.7',
meson_version : '>= 0.62',
default_options : [ 'warning_level=1',
'buildtype=debugoptimized' ])
diff --git a/subprojects/gst-plugins-rs.wrap b/subprojects/gst-plugins-rs.wrap
index f4d0b23f8d..854cd553c5 100644
--- a/subprojects/gst-plugins-rs.wrap
+++ b/subprojects/gst-plugins-rs.wrap
@@ -2,4 +2,4 @@
directory=gst-plugins-rs
url=https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
push-url=git@gitlab.freedesktop.org:gstreamer/gst-plugins-rs.git
-revision=0.9
+revision=gstreamer-1.22.7
diff --git a/subprojects/gst-plugins-ugly/NEWS b/subprojects/gst-plugins-ugly/NEWS
index ec11f3c46e..e7c25cc94f 100644
--- a/subprojects/gst-plugins-ugly/NEWS
+++ b/subprojects/gst-plugins-ugly/NEWS
@@ -2,13 +2,13 @@ GStreamer 1.22 Release Notes
GStreamer 1.22.0 was originally released on 23 January 2023.
-The latest bug-fix release in the stable 1.22 series is 1.22.5 and was
-released on 20 July 2023.
+The latest bug-fix release in the stable 1.22 series is 1.22.7 and was
+released on 13 November 2023.
See https://gstreamer.freedesktop.org/releases/1.22/ for the latest
version of this document.
-Last updated: Thursday 20 July 2023, 12:00 UTC (log)
+Last updated: Monday 13 November 2023, 10:00 UTC (log)
Introduction
@@ -2366,6 +2366,222 @@ List of merge requests and issues fixed in 1.22.6
- List of Merge Requests applied in 1.22.6
- List of Issues fixed in 1.22.6
+1.22.7
+
+The seventh 1.22 bug-fix release (1.22.7) was released on 13 November
+2023.
+
+This release only contains bugfixes and security fixes and it should be
+safe to update from 1.22.x.
+
+Highlighted bugfixes in 1.22.7
+
+- Security fixes for the MXF demuxer and AV1 codec parser
+- glfilter: Memory leak fix for OpenGL filter elements
+- d3d11videosink: Fix toggling between fullscreen and maximized, and
+ window switching in fullscreen mode
+- DASH / HLS adaptive streaming fixes
+- Decklink card device provider device name string handling fixes
+- interaudiosrc: handle non-interleaved audio properly
+- openh264: Fail gracefully if openh264 encoder/decoder creation fails
+- rtspsrc: improved whitespace handling in response headers by certain
+ cameras
+- v4l2codecs: avoid wrap-around after 1000000 frames; tiled formats
+ handling fixes
+- video-scaler, audio-resampler: downgraded “Can’t find exact taps”
+ debug log messages
+- wasapi2: Don’t use global volume control object
+- Rust plugins: various improvements in aws, fmp4mux, hlssink3,
+ livesync, ndisrc, rtpav1depay, rsfilesink, s3sink, sccparse
+- WebRTC: various webrtchttp, webrtcsrc, and webrtcsink improvements
+ and fixes
+- Cerbero build tools: recognise Windows 11; restrict parallelism of
+ gst-plugins-rs build on small systems
+- Packages: ca-certificates update; fix gio module loading and TLS
+ support on macOS
+
+gstreamer
+
+- debugutils: provide gst_debug_bin_to_dot_data() implementation even
+ if debug system is disabled
+
+gst-plugins-base
+
+- audioaggregator, audiomixer: Make access to the pad list thread-safe
+ while mixing
+- basetextoverlay: Fix overlay never rendering again if width reaches
+ 1px
+- glfiter: Protect GstGLContext access
+- glfilter: Only add parent meta if inbuf != outbuf
+- macOS: fix huge memory leak with glfilter-based elements
+- rtspconnection: Ignore trailing whitespace in rtsp headers
+- video-scaler, audio-resampler: downgrade ‘can’t find exact taps’ to
+ debug
+
+gst-plugins-good
+
+- adaptivedemux2: Do not submit_transfer when cancelled
+- adaptivedemux2: Call GTasks’s return functions for blocking tasks
+- flacenc: Correctly handle up to 255 cue entries
+- flvmux: set the src segment position as running time
+- imagesequencesrc: fix deadlock when feeding the same image in a loop
+- pngenc: output one frame only in snapshot mode and mark output
+ frames as I-frames
+- qmlglsrc: sync on the streaming thread
+- souphttpsrc: Chain up to finalize to fix memory leak
+- wavparse: fix buffer leak with adtl tag
+- v4l2codecs: Avoid QBUF/DQBUF struct timeval .tv_usec wrap-around at
+ frame 1000000
+- v4l2codecs: Fix tiled formats stride conversion
+
+gst-plugins-bad
+
+- audiobuffersplit: disable max-silence-time if set to 0
+- libde265: Do not decode the non 4:2:0 8 bits format
+- codecparsers: av1: Clip max tile rows and cols values
+- codecs: h265: Do not free slice header before using it
+- d3d11converter: Fix 10/12bits planar output
+- d3d11decoder: Fix crash on negotiate() when decoder is not
+ configured
+- d3d11videosink: Fix toggling between fullscreen and maximized
+- d3d11videosink: Fix window switching in case of fullscreen mode
+- d3d11screencapturesrc: Fix mouse cursor blending
+- decklink: Fix broken COM string conversion
+- decklink: Decklink Device Provider wrongly parses SDK strings
+- gstwayland: Don’t depend on wayland-protocols
+- interaudiosrc: Add audio meta to buffers containing non-interleaved
+ samples
+- kmssink: Add TIDSS auto-detection
+- mfvideoencoder: Fix typo in template caps
+- mxfdemux: Store GstMXFDemuxEssenceTrack in their own fixed
+ allocation
+- nvcodec: fix bounds for auto-select GPU enumeration
+- openh264: Fail gracefully if openh264 encoder/decoder creation fails
+- tsmux: More cleanups
+- tsmux: Fill padding packets with stuffing bytes
+- v4l2codecs: Fix tiled formats stride conversion
+- v4l2videodec: Correctly free caps to avoid memory leak
+- wasapi2: Don’t use global volume control object
+- wasapi2device: Ignore activation failed device
+
+gst-plugins-ugly
+
+- No changes
+
+gst-plugins-rs
+
+- aws: s3sink: Fix handling of special characters in key
+- aws: s3: Properly percent-decode GstS3Url
+- fmp4mux: Don’t overflow negative composition offset calculation
+- fmp4mux: specify the fragment duration unit
+- hlssink3: Use Path API for getting file name
+- hlssink3: Use sprintf for segment name formatting
+- hlssink3: Remove unused deps
+- hlssink3: Don’t remove old files if max-files is zero
+- hlssink3: Don’t remove uri from playlist if playlist-length is zero
+- hlssink3: Various cleanup
+- livesync: log new pending segments
+- livesync: display jitter when waiting on clock
+- livesync: Rename activatemode methods to *_activatemode
+- livesync: Simplify start_src_task and src_loop
+- livesync: Improve audio duration fixups
+- livesync: Log a category error when we are missing the segment
+- livesync: Clean up state handling
+- livesync: Replace an if-let with match
+- livesync: Move a notify closer to the interesting state change
+- livesync: Move num_in counting to the src task
+- livesync: Simplify num_duplicate counting
+- livesync: Handle flags and late buffer patching after queueing
+- livesync: Separate out_buffer duplicate status from GAP flag
+- livesync: Use fallback_duration for audio repeat buffers as well
+- livesync: example: Add identities single-segment=1
+- livesync: Split fallback_duration into in_ and out_duration
+- livesync: Keep existing buffer duration in some cases
+- livesync: Remove the stop from outgoing segments
+- ndisrc: Assume input with more than 8 raw audio channels is
+ unpositioned
+- rtpav1depay: Skip unexpected leading fragments
+- rtpav1depay: Don’t push stale temporal delimiters downstream
+- rsfilesink: set sync=false
+- s3sink: set sync=false
+- sccparse: Fix leading spaces between the tab and caption data
+- webrtchttp: Respect HTTP redirects
+- webrtcsrc: use @watch instead of @to-owned
+- webrtcsrc: add turn-servers property
+- webrtc: Fix paths in README
+- webrtcsink: don’t miss ice candidates
+
+gst-libav
+
+- No changes
+
+gst-rtsp-server
+
+- rtspclientsink: Don’t leak previous server_ip
+
+gstreamer-vaapi
+
+- No changes
+
+gstreamer-sharp
+
+- No changes
+
+gst-omx
+
+- No changes
+
+gst-python
+
+- No changes
+
+gst-editing-services
+
+- No changes
+
+gst-validate + gst-integration-testsuites
+
+- gst-validate: Fix compatibility with Python 3.12
+
+gst-examples
+
+- No changes
+
+Development build environment
+
+- No changes
+
+Cerbero build tool and packaging changes in 1.22.7
+
+- Add Windows 11 to the supported versions list
+- ca-certificates: Update to version from 2023-08-22
+- cargo: Restrict parallelism if a small system is detected (for
+ gst-plugins-rs build)
+- Fix venv setup on Python 3.11+
+- Fix unlinking of Android NDK directories if install fails midway
+- glib: Work around AppleClang + -Werror test build failure
+- glib: Re-add gio module loading patch for macOS, remove unused patch
+ files
+
+Contributors to 1.22.7
+
+Albert Sjölund, Arun Raghavan, Balló György, Benjamin Gaignard, Detlev
+Casanova, Doug Nazar, Eric, Florian Zwoch, François Laignel, Guillaume
+Desmottes, He Junyan, Hou Qi, James Oliver, Jan Alexander Steffens
+(heftig), Jan Schmidt, Johan Adam Nilsson, Jordan Yelloz, Kalev Lember,
+L. E. Segovia, Lieven Paulissen, Maksym Khomenko, Marek Vasut, Matthias
+Fuchs, Michiel Westerbeek, Nicolas Dufresne, Philippe Normand, Piotr
+Brzeziński, Rahul T R, Sean DuBois, Sebastian Dröge, Seungha Yang,
+Stéphane Cerveau, Thibault Saunier, Tim-Philipp Müller,
+
+… and many others who have contributed bug reports, translations, sent
+suggestions or helped testing. Thank you all!
+
+List of merge requests and issues fixed in 1.22.7
+
+- List of Merge Requests applied in 1.22.7
+- List of Issues fixed in 1.22.7
+
Schedule for 1.24
Our next major feature release will be 1.24, and 1.23 will be the
diff --git a/subprojects/gst-plugins-ugly/RELEASE b/subprojects/gst-plugins-ugly/RELEASE
index e9d995e0f4..c1221afd99 100644
--- a/subprojects/gst-plugins-ugly/RELEASE
+++ b/subprojects/gst-plugins-ugly/RELEASE
@@ -1,4 +1,4 @@
-This is GStreamer gst-plugins-ugly 1.22.6.
+This is GStreamer gst-plugins-ugly 1.22.7.
The GStreamer team is thrilled to announce a new major feature release
of your favourite cross-platform multimedia framework!
diff --git a/subprojects/gst-plugins-ugly/gst-plugins-ugly.doap b/subprojects/gst-plugins-ugly/gst-plugins-ugly.doap
index a88cf5723e..811c638c98 100644
--- a/subprojects/gst-plugins-ugly/gst-plugins-ugly.doap
+++ b/subprojects/gst-plugins-ugly/gst-plugins-ugly.doap
@@ -35,6 +35,16 @@ might be widely known to present patent problems.
<release>
<Version>
+ <revision>1.22.7</revision>
+ <branch>1.22</branch>
+ <name></name>
+ <created>2023-11-13</created>
+ <file-release rdf:resource="https://gstreamer.freedesktop.org/src/gst-plugins-ugly/gst-plugins-ugly-1.22.7.tar.xz" />
+ </Version>
+ </release>
+
+ <release>
+ <Version>
<revision>1.22.6</revision>
<branch>1.22</branch>
<name></name>
diff --git a/subprojects/gst-plugins-ugly/meson.build b/subprojects/gst-plugins-ugly/meson.build
index 7b12a86b15..98fbf0f8fb 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.22.6.1',
+ version : '1.22.7',
meson_version : '>= 0.62',
default_options : [ 'warning_level=1',
'buildtype=debugoptimized' ])
diff --git a/subprojects/gst-python/NEWS b/subprojects/gst-python/NEWS
index ec11f3c46e..e7c25cc94f 100644
--- a/subprojects/gst-python/NEWS
+++ b/subprojects/gst-python/NEWS
@@ -2,13 +2,13 @@ GStreamer 1.22 Release Notes
GStreamer 1.22.0 was originally released on 23 January 2023.
-The latest bug-fix release in the stable 1.22 series is 1.22.5 and was
-released on 20 July 2023.
+The latest bug-fix release in the stable 1.22 series is 1.22.7 and was
+released on 13 November 2023.
See https://gstreamer.freedesktop.org/releases/1.22/ for the latest
version of this document.
-Last updated: Thursday 20 July 2023, 12:00 UTC (log)
+Last updated: Monday 13 November 2023, 10:00 UTC (log)
Introduction
@@ -2366,6 +2366,222 @@ List of merge requests and issues fixed in 1.22.6
- List of Merge Requests applied in 1.22.6
- List of Issues fixed in 1.22.6
+1.22.7
+
+The seventh 1.22 bug-fix release (1.22.7) was released on 13 November
+2023.
+
+This release only contains bugfixes and security fixes and it should be
+safe to update from 1.22.x.
+
+Highlighted bugfixes in 1.22.7
+
+- Security fixes for the MXF demuxer and AV1 codec parser
+- glfilter: Memory leak fix for OpenGL filter elements
+- d3d11videosink: Fix toggling between fullscreen and maximized, and
+ window switching in fullscreen mode
+- DASH / HLS adaptive streaming fixes
+- Decklink card device provider device name string handling fixes
+- interaudiosrc: handle non-interleaved audio properly
+- openh264: Fail gracefully if openh264 encoder/decoder creation fails
+- rtspsrc: improved whitespace handling in response headers by certain
+ cameras
+- v4l2codecs: avoid wrap-around after 1000000 frames; tiled formats
+ handling fixes
+- video-scaler, audio-resampler: downgraded “Can’t find exact taps”
+ debug log messages
+- wasapi2: Don’t use global volume control object
+- Rust plugins: various improvements in aws, fmp4mux, hlssink3,
+ livesync, ndisrc, rtpav1depay, rsfilesink, s3sink, sccparse
+- WebRTC: various webrtchttp, webrtcsrc, and webrtcsink improvements
+ and fixes
+- Cerbero build tools: recognise Windows 11; restrict parallelism of
+ gst-plugins-rs build on small systems
+- Packages: ca-certificates update; fix gio module loading and TLS
+ support on macOS
+
+gstreamer
+
+- debugutils: provide gst_debug_bin_to_dot_data() implementation even
+ if debug system is disabled
+
+gst-plugins-base
+
+- audioaggregator, audiomixer: Make access to the pad list thread-safe
+ while mixing
+- basetextoverlay: Fix overlay never rendering again if width reaches
+ 1px
+- glfiter: Protect GstGLContext access
+- glfilter: Only add parent meta if inbuf != outbuf
+- macOS: fix huge memory leak with glfilter-based elements
+- rtspconnection: Ignore trailing whitespace in rtsp headers
+- video-scaler, audio-resampler: downgrade ‘can’t find exact taps’ to
+ debug
+
+gst-plugins-good
+
+- adaptivedemux2: Do not submit_transfer when cancelled
+- adaptivedemux2: Call GTasks’s return functions for blocking tasks
+- flacenc: Correctly handle up to 255 cue entries
+- flvmux: set the src segment position as running time
+- imagesequencesrc: fix deadlock when feeding the same image in a loop
+- pngenc: output one frame only in snapshot mode and mark output
+ frames as I-frames
+- qmlglsrc: sync on the streaming thread
+- souphttpsrc: Chain up to finalize to fix memory leak
+- wavparse: fix buffer leak with adtl tag
+- v4l2codecs: Avoid QBUF/DQBUF struct timeval .tv_usec wrap-around at
+ frame 1000000
+- v4l2codecs: Fix tiled formats stride conversion
+
+gst-plugins-bad
+
+- audiobuffersplit: disable max-silence-time if set to 0
+- libde265: Do not decode the non 4:2:0 8 bits format
+- codecparsers: av1: Clip max tile rows and cols values
+- codecs: h265: Do not free slice header before using it
+- d3d11converter: Fix 10/12bits planar output
+- d3d11decoder: Fix crash on negotiate() when decoder is not
+ configured
+- d3d11videosink: Fix toggling between fullscreen and maximized
+- d3d11videosink: Fix window switching in case of fullscreen mode
+- d3d11screencapturesrc: Fix mouse cursor blending
+- decklink: Fix broken COM string conversion
+- decklink: Decklink Device Provider wrongly parses SDK strings
+- gstwayland: Don’t depend on wayland-protocols
+- interaudiosrc: Add audio meta to buffers containing non-interleaved
+ samples
+- kmssink: Add TIDSS auto-detection
+- mfvideoencoder: Fix typo in template caps
+- mxfdemux: Store GstMXFDemuxEssenceTrack in their own fixed
+ allocation
+- nvcodec: fix bounds for auto-select GPU enumeration
+- openh264: Fail gracefully if openh264 encoder/decoder creation fails
+- tsmux: More cleanups
+- tsmux: Fill padding packets with stuffing bytes
+- v4l2codecs: Fix tiled formats stride conversion
+- v4l2videodec: Correctly free caps to avoid memory leak
+- wasapi2: Don’t use global volume control object
+- wasapi2device: Ignore activation failed device
+
+gst-plugins-ugly
+
+- No changes
+
+gst-plugins-rs
+
+- aws: s3sink: Fix handling of special characters in key
+- aws: s3: Properly percent-decode GstS3Url
+- fmp4mux: Don’t overflow negative composition offset calculation
+- fmp4mux: specify the fragment duration unit
+- hlssink3: Use Path API for getting file name
+- hlssink3: Use sprintf for segment name formatting
+- hlssink3: Remove unused deps
+- hlssink3: Don’t remove old files if max-files is zero
+- hlssink3: Don’t remove uri from playlist if playlist-length is zero
+- hlssink3: Various cleanup
+- livesync: log new pending segments
+- livesync: display jitter when waiting on clock
+- livesync: Rename activatemode methods to *_activatemode
+- livesync: Simplify start_src_task and src_loop
+- livesync: Improve audio duration fixups
+- livesync: Log a category error when we are missing the segment
+- livesync: Clean up state handling
+- livesync: Replace an if-let with match
+- livesync: Move a notify closer to the interesting state change
+- livesync: Move num_in counting to the src task
+- livesync: Simplify num_duplicate counting
+- livesync: Handle flags and late buffer patching after queueing
+- livesync: Separate out_buffer duplicate status from GAP flag
+- livesync: Use fallback_duration for audio repeat buffers as well
+- livesync: example: Add identities single-segment=1
+- livesync: Split fallback_duration into in_ and out_duration
+- livesync: Keep existing buffer duration in some cases
+- livesync: Remove the stop from outgoing segments
+- ndisrc: Assume input with more than 8 raw audio channels is
+ unpositioned
+- rtpav1depay: Skip unexpected leading fragments
+- rtpav1depay: Don’t push stale temporal delimiters downstream
+- rsfilesink: set sync=false
+- s3sink: set sync=false
+- sccparse: Fix leading spaces between the tab and caption data
+- webrtchttp: Respect HTTP redirects
+- webrtcsrc: use @watch instead of @to-owned
+- webrtcsrc: add turn-servers property
+- webrtc: Fix paths in README
+- webrtcsink: don’t miss ice candidates
+
+gst-libav
+
+- No changes
+
+gst-rtsp-server
+
+- rtspclientsink: Don’t leak previous server_ip
+
+gstreamer-vaapi
+
+- No changes
+
+gstreamer-sharp
+
+- No changes
+
+gst-omx
+
+- No changes
+
+gst-python
+
+- No changes
+
+gst-editing-services
+
+- No changes
+
+gst-validate + gst-integration-testsuites
+
+- gst-validate: Fix compatibility with Python 3.12
+
+gst-examples
+
+- No changes
+
+Development build environment
+
+- No changes
+
+Cerbero build tool and packaging changes in 1.22.7
+
+- Add Windows 11 to the supported versions list
+- ca-certificates: Update to version from 2023-08-22
+- cargo: Restrict parallelism if a small system is detected (for
+ gst-plugins-rs build)
+- Fix venv setup on Python 3.11+
+- Fix unlinking of Android NDK directories if install fails midway
+- glib: Work around AppleClang + -Werror test build failure
+- glib: Re-add gio module loading patch for macOS, remove unused patch
+ files
+
+Contributors to 1.22.7
+
+Albert Sjölund, Arun Raghavan, Balló György, Benjamin Gaignard, Detlev
+Casanova, Doug Nazar, Eric, Florian Zwoch, François Laignel, Guillaume
+Desmottes, He Junyan, Hou Qi, James Oliver, Jan Alexander Steffens
+(heftig), Jan Schmidt, Johan Adam Nilsson, Jordan Yelloz, Kalev Lember,
+L. E. Segovia, Lieven Paulissen, Maksym Khomenko, Marek Vasut, Matthias
+Fuchs, Michiel Westerbeek, Nicolas Dufresne, Philippe Normand, Piotr
+Brzeziński, Rahul T R, Sean DuBois, Sebastian Dröge, Seungha Yang,
+Stéphane Cerveau, Thibault Saunier, Tim-Philipp Müller,
+
+… and many others who have contributed bug reports, translations, sent
+suggestions or helped testing. Thank you all!
+
+List of merge requests and issues fixed in 1.22.7
+
+- List of Merge Requests applied in 1.22.7
+- List of Issues fixed in 1.22.7
+
Schedule for 1.24
Our next major feature release will be 1.24, and 1.23 will be the
diff --git a/subprojects/gst-python/RELEASE b/subprojects/gst-python/RELEASE
index e6bc395664..18f95fa5ea 100644
--- a/subprojects/gst-python/RELEASE
+++ b/subprojects/gst-python/RELEASE
@@ -1,4 +1,4 @@
-This is GStreamer gst-python 1.22.6.
+This is GStreamer gst-python 1.22.7.
The GStreamer team is thrilled to announce a new major feature release
of your favourite cross-platform multimedia framework!
diff --git a/subprojects/gst-python/gst-python.doap b/subprojects/gst-python/gst-python.doap
index 6b8cddf8f3..74a56772bc 100644
--- a/subprojects/gst-python/gst-python.doap
+++ b/subprojects/gst-python/gst-python.doap
@@ -32,6 +32,16 @@ GStreamer Python Bindings is a set of overrides and Gst fundamental types handli
<release>
<Version>
+ <revision>1.22.7</revision>
+ <branch>1.22</branch>
+ <name></name>
+ <created>2023-11-13</created>
+ <file-release rdf:resource="https://gstreamer.freedesktop.org/src/gst-python/gst-python-1.22.7.tar.xz" />
+ </Version>
+ </release>
+
+ <release>
+ <Version>
<revision>1.22.6</revision>
<branch>1.22</branch>
<name></name>
diff --git a/subprojects/gst-python/meson.build b/subprojects/gst-python/meson.build
index a9bd36afe7..22d22e1e54 100644
--- a/subprojects/gst-python/meson.build
+++ b/subprojects/gst-python/meson.build
@@ -1,5 +1,5 @@
project('gst-python', 'c',
- version : '1.22.6.1',
+ version : '1.22.7',
meson_version : '>= 0.62',
default_options : [ 'warning_level=1',
'c_std=gnu99',
diff --git a/subprojects/gst-rtsp-server/NEWS b/subprojects/gst-rtsp-server/NEWS
index ec11f3c46e..e7c25cc94f 100644
--- a/subprojects/gst-rtsp-server/NEWS
+++ b/subprojects/gst-rtsp-server/NEWS
@@ -2,13 +2,13 @@ GStreamer 1.22 Release Notes
GStreamer 1.22.0 was originally released on 23 January 2023.
-The latest bug-fix release in the stable 1.22 series is 1.22.5 and was
-released on 20 July 2023.
+The latest bug-fix release in the stable 1.22 series is 1.22.7 and was
+released on 13 November 2023.
See https://gstreamer.freedesktop.org/releases/1.22/ for the latest
version of this document.
-Last updated: Thursday 20 July 2023, 12:00 UTC (log)
+Last updated: Monday 13 November 2023, 10:00 UTC (log)
Introduction
@@ -2366,6 +2366,222 @@ List of merge requests and issues fixed in 1.22.6
- List of Merge Requests applied in 1.22.6
- List of Issues fixed in 1.22.6
+1.22.7
+
+The seventh 1.22 bug-fix release (1.22.7) was released on 13 November
+2023.
+
+This release only contains bugfixes and security fixes and it should be
+safe to update from 1.22.x.
+
+Highlighted bugfixes in 1.22.7
+
+- Security fixes for the MXF demuxer and AV1 codec parser
+- glfilter: Memory leak fix for OpenGL filter elements
+- d3d11videosink: Fix toggling between fullscreen and maximized, and
+ window switching in fullscreen mode
+- DASH / HLS adaptive streaming fixes
+- Decklink card device provider device name string handling fixes
+- interaudiosrc: handle non-interleaved audio properly
+- openh264: Fail gracefully if openh264 encoder/decoder creation fails
+- rtspsrc: improved whitespace handling in response headers by certain
+ cameras
+- v4l2codecs: avoid wrap-around after 1000000 frames; tiled formats
+ handling fixes
+- video-scaler, audio-resampler: downgraded “Can’t find exact taps”
+ debug log messages
+- wasapi2: Don’t use global volume control object
+- Rust plugins: various improvements in aws, fmp4mux, hlssink3,
+ livesync, ndisrc, rtpav1depay, rsfilesink, s3sink, sccparse
+- WebRTC: various webrtchttp, webrtcsrc, and webrtcsink improvements
+ and fixes
+- Cerbero build tools: recognise Windows 11; restrict parallelism of
+ gst-plugins-rs build on small systems
+- Packages: ca-certificates update; fix gio module loading and TLS
+ support on macOS
+
+gstreamer
+
+- debugutils: provide gst_debug_bin_to_dot_data() implementation even
+ if debug system is disabled
+
+gst-plugins-base
+
+- audioaggregator, audiomixer: Make access to the pad list thread-safe
+ while mixing
+- basetextoverlay: Fix overlay never rendering again if width reaches
+ 1px
+- glfiter: Protect GstGLContext access
+- glfilter: Only add parent meta if inbuf != outbuf
+- macOS: fix huge memory leak with glfilter-based elements
+- rtspconnection: Ignore trailing whitespace in rtsp headers
+- video-scaler, audio-resampler: downgrade ‘can’t find exact taps’ to
+ debug
+
+gst-plugins-good
+
+- adaptivedemux2: Do not submit_transfer when cancelled
+- adaptivedemux2: Call GTasks’s return functions for blocking tasks
+- flacenc: Correctly handle up to 255 cue entries
+- flvmux: set the src segment position as running time
+- imagesequencesrc: fix deadlock when feeding the same image in a loop
+- pngenc: output one frame only in snapshot mode and mark output
+ frames as I-frames
+- qmlglsrc: sync on the streaming thread
+- souphttpsrc: Chain up to finalize to fix memory leak
+- wavparse: fix buffer leak with adtl tag
+- v4l2codecs: Avoid QBUF/DQBUF struct timeval .tv_usec wrap-around at
+ frame 1000000
+- v4l2codecs: Fix tiled formats stride conversion
+
+gst-plugins-bad
+
+- audiobuffersplit: disable max-silence-time if set to 0
+- libde265: Do not decode the non 4:2:0 8 bits format
+- codecparsers: av1: Clip max tile rows and cols values
+- codecs: h265: Do not free slice header before using it
+- d3d11converter: Fix 10/12bits planar output
+- d3d11decoder: Fix crash on negotiate() when decoder is not
+ configured
+- d3d11videosink: Fix toggling between fullscreen and maximized
+- d3d11videosink: Fix window switching in case of fullscreen mode
+- d3d11screencapturesrc: Fix mouse cursor blending
+- decklink: Fix broken COM string conversion
+- decklink: Decklink Device Provider wrongly parses SDK strings
+- gstwayland: Don’t depend on wayland-protocols
+- interaudiosrc: Add audio meta to buffers containing non-interleaved
+ samples
+- kmssink: Add TIDSS auto-detection
+- mfvideoencoder: Fix typo in template caps
+- mxfdemux: Store GstMXFDemuxEssenceTrack in their own fixed
+ allocation
+- nvcodec: fix bounds for auto-select GPU enumeration
+- openh264: Fail gracefully if openh264 encoder/decoder creation fails
+- tsmux: More cleanups
+- tsmux: Fill padding packets with stuffing bytes
+- v4l2codecs: Fix tiled formats stride conversion
+- v4l2videodec: Correctly free caps to avoid memory leak
+- wasapi2: Don’t use global volume control object
+- wasapi2device: Ignore activation failed device
+
+gst-plugins-ugly
+
+- No changes
+
+gst-plugins-rs
+
+- aws: s3sink: Fix handling of special characters in key
+- aws: s3: Properly percent-decode GstS3Url
+- fmp4mux: Don’t overflow negative composition offset calculation
+- fmp4mux: specify the fragment duration unit
+- hlssink3: Use Path API for getting file name
+- hlssink3: Use sprintf for segment name formatting
+- hlssink3: Remove unused deps
+- hlssink3: Don’t remove old files if max-files is zero
+- hlssink3: Don’t remove uri from playlist if playlist-length is zero
+- hlssink3: Various cleanup
+- livesync: log new pending segments
+- livesync: display jitter when waiting on clock
+- livesync: Rename activatemode methods to *_activatemode
+- livesync: Simplify start_src_task and src_loop
+- livesync: Improve audio duration fixups
+- livesync: Log a category error when we are missing the segment
+- livesync: Clean up state handling
+- livesync: Replace an if-let with match
+- livesync: Move a notify closer to the interesting state change
+- livesync: Move num_in counting to the src task
+- livesync: Simplify num_duplicate counting
+- livesync: Handle flags and late buffer patching after queueing
+- livesync: Separate out_buffer duplicate status from GAP flag
+- livesync: Use fallback_duration for audio repeat buffers as well
+- livesync: example: Add identities single-segment=1
+- livesync: Split fallback_duration into in_ and out_duration
+- livesync: Keep existing buffer duration in some cases
+- livesync: Remove the stop from outgoing segments
+- ndisrc: Assume input with more than 8 raw audio channels is
+ unpositioned
+- rtpav1depay: Skip unexpected leading fragments
+- rtpav1depay: Don’t push stale temporal delimiters downstream
+- rsfilesink: set sync=false
+- s3sink: set sync=false
+- sccparse: Fix leading spaces between the tab and caption data
+- webrtchttp: Respect HTTP redirects
+- webrtcsrc: use @watch instead of @to-owned
+- webrtcsrc: add turn-servers property
+- webrtc: Fix paths in README
+- webrtcsink: don’t miss ice candidates
+
+gst-libav
+
+- No changes
+
+gst-rtsp-server
+
+- rtspclientsink: Don’t leak previous server_ip
+
+gstreamer-vaapi
+
+- No changes
+
+gstreamer-sharp
+
+- No changes
+
+gst-omx
+
+- No changes
+
+gst-python
+
+- No changes
+
+gst-editing-services
+
+- No changes
+
+gst-validate + gst-integration-testsuites
+
+- gst-validate: Fix compatibility with Python 3.12
+
+gst-examples
+
+- No changes
+
+Development build environment
+
+- No changes
+
+Cerbero build tool and packaging changes in 1.22.7
+
+- Add Windows 11 to the supported versions list
+- ca-certificates: Update to version from 2023-08-22
+- cargo: Restrict parallelism if a small system is detected (for
+ gst-plugins-rs build)
+- Fix venv setup on Python 3.11+
+- Fix unlinking of Android NDK directories if install fails midway
+- glib: Work around AppleClang + -Werror test build failure
+- glib: Re-add gio module loading patch for macOS, remove unused patch
+ files
+
+Contributors to 1.22.7
+
+Albert Sjölund, Arun Raghavan, Balló György, Benjamin Gaignard, Detlev
+Casanova, Doug Nazar, Eric, Florian Zwoch, François Laignel, Guillaume
+Desmottes, He Junyan, Hou Qi, James Oliver, Jan Alexander Steffens
+(heftig), Jan Schmidt, Johan Adam Nilsson, Jordan Yelloz, Kalev Lember,
+L. E. Segovia, Lieven Paulissen, Maksym Khomenko, Marek Vasut, Matthias
+Fuchs, Michiel Westerbeek, Nicolas Dufresne, Philippe Normand, Piotr
+Brzeziński, Rahul T R, Sean DuBois, Sebastian Dröge, Seungha Yang,
+Stéphane Cerveau, Thibault Saunier, Tim-Philipp Müller,
+
+… and many others who have contributed bug reports, translations, sent
+suggestions or helped testing. Thank you all!
+
+List of merge requests and issues fixed in 1.22.7
+
+- List of Merge Requests applied in 1.22.7
+- List of Issues fixed in 1.22.7
+
Schedule for 1.24
Our next major feature release will be 1.24, and 1.23 will be the
diff --git a/subprojects/gst-rtsp-server/RELEASE b/subprojects/gst-rtsp-server/RELEASE
index 0318f8b85c..94134337e1 100644
--- a/subprojects/gst-rtsp-server/RELEASE
+++ b/subprojects/gst-rtsp-server/RELEASE
@@ -1,4 +1,4 @@
-This is GStreamer gst-rtsp-server 1.22.6.
+This is GStreamer gst-rtsp-server 1.22.7.
The GStreamer team is thrilled to announce a new major feature release
of your favourite cross-platform multimedia framework!
diff --git a/subprojects/gst-rtsp-server/docs/plugins/gst_plugins_cache.json b/subprojects/gst-rtsp-server/docs/plugins/gst_plugins_cache.json
index 254abbe892..40d61e7c08 100644
--- a/subprojects/gst-rtsp-server/docs/plugins/gst_plugins_cache.json
+++ b/subprojects/gst-rtsp-server/docs/plugins/gst_plugins_cache.json
@@ -333,7 +333,7 @@
"construct": false,
"construct-only": false,
"controllable": false,
- "default": "GStreamer/1.22.6.1",
+ "default": "GStreamer/1.22.7",
"mutable": "null",
"readable": true,
"type": "gchararray",
diff --git a/subprojects/gst-rtsp-server/gst-rtsp-server.doap b/subprojects/gst-rtsp-server/gst-rtsp-server.doap
index 381c2b6461..6fa9efe135 100644
--- a/subprojects/gst-rtsp-server/gst-rtsp-server.doap
+++ b/subprojects/gst-rtsp-server/gst-rtsp-server.doap
@@ -32,6 +32,16 @@ RTSP server library based on GStreamer
<release>
<Version>
+ <revision>1.22.7</revision>
+ <branch>1.22</branch>
+ <name></name>
+ <created>2023-11-13</created>
+ <file-release rdf:resource="https://gstreamer.freedesktop.org/src/gst-rtsp-server/gst-rtsp-server-1.22.7.tar.xz" />
+ </Version>
+ </release>
+
+ <release>
+ <Version>
<revision>1.22.6</revision>
<branch>1.22</branch>
<name></name>
diff --git a/subprojects/gst-rtsp-server/meson.build b/subprojects/gst-rtsp-server/meson.build
index 42643c618e..8705213329 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.22.6.1',
+ version : '1.22.7',
meson_version : '>= 0.62',
default_options : ['warning_level=1', 'buildtype=debugoptimized'])
diff --git a/subprojects/gstreamer-sharp/meson.build b/subprojects/gstreamer-sharp/meson.build
index a2ff8951e3..e07208789f 100644
--- a/subprojects/gstreamer-sharp/meson.build
+++ b/subprojects/gstreamer-sharp/meson.build
@@ -1,4 +1,4 @@
-project('gstreamer-sharp', ['cs', 'c'], version: '1.22.6.1',
+project('gstreamer-sharp', ['cs', 'c'], version: '1.22.7',
meson_version : '>= 0.62', license: 'LGPL')
if host_machine.system() == 'osx'
diff --git a/subprojects/gstreamer-sharp/sources/generated/Gst.PbUtils/Constants.cs b/subprojects/gstreamer-sharp/sources/generated/Gst.PbUtils/Constants.cs
index 88adc0dc4a..9d39976c13 100644
--- a/subprojects/gstreamer-sharp/sources/generated/Gst.PbUtils/Constants.cs
+++ b/subprojects/gstreamer-sharp/sources/generated/Gst.PbUtils/Constants.cs
@@ -17,9 +17,9 @@ namespace Gst.PbUtils {
public const string ENCODING_CATEGORY_ONLINE_SERVICE = @"online-service";
public const string ENCODING_CATEGORY_STORAGE_EDITING = @"storage-editing";
public const int PLUGINS_BASE_VERSION_MAJOR = 1;
- public const int PLUGINS_BASE_VERSION_MICRO = 6;
+ public const int PLUGINS_BASE_VERSION_MICRO = 7;
public const int PLUGINS_BASE_VERSION_MINOR = 22;
- public const int PLUGINS_BASE_VERSION_NANO = 1;
+ public const int PLUGINS_BASE_VERSION_NANO = 0;
#endregion
}
}
diff --git a/subprojects/gstreamer-sharp/sources/generated/Gst/Constants.cs b/subprojects/gstreamer-sharp/sources/generated/Gst/Constants.cs
index 496c0fe18b..ccc2ecf276 100644
--- a/subprojects/gstreamer-sharp/sources/generated/Gst/Constants.cs
+++ b/subprojects/gstreamer-sharp/sources/generated/Gst/Constants.cs
@@ -170,9 +170,9 @@ namespace Gst {
public const int VALUE_LESS_THAN = -1;
public const int VALUE_UNORDERED = 2;
public const int VERSION_MAJOR = 1;
- public const int VERSION_MICRO = 6;
+ public const int VERSION_MICRO = 7;
public const int VERSION_MINOR = 22;
- public const int VERSION_NANO = 1;
+ public const int VERSION_NANO = 0;
#endregion
}
}
diff --git a/subprojects/gstreamer-sharp/sources/generated/gstreamer-sharp-api.xml b/subprojects/gstreamer-sharp/sources/generated/gstreamer-sharp-api.xml
index ee05e3b286..586452fe79 100644
--- a/subprojects/gstreamer-sharp/sources/generated/gstreamer-sharp-api.xml
+++ b/subprojects/gstreamer-sharp/sources/generated/gstreamer-sharp-api.xml
@@ -12127,10 +12127,10 @@
<constant value="1" ctype="gint" gtype="gint" name="VALUE_GREATER_THAN" />
<constant value="-1" ctype="gint" gtype="gint" name="VALUE_LESS_THAN" />
<constant value="2" ctype="gint" gtype="gint" name="VALUE_UNORDERED" />
- <constant value="1" ctype="gint" gtype="gint" name="VERSION_MAJOR" />
- <constant value="6" ctype="gint" gtype="gint" name="VERSION_MICRO" />
- <constant value="22" ctype="gint" gtype="gint" name="VERSION_MINOR" />
- <constant value="1" ctype="gint" gtype="gint" name="VERSION_NANO" />
+ <constant value="1" ctype="gint" gtype="gint" name="VERSION_MAJOR" />
+ <constant value="7" ctype="gint" gtype="gint" name="VERSION_MICRO" />
+ <constant value="22" ctype="gint" gtype="gint" name="VERSION_MINOR" />
+ <constant value="0" ctype="gint" gtype="gint" name="VERSION_NANO" />
</object>
<class name="Parse" cname="GstParse" disable_void_ctor="1">
<method name="ParseBinFromDescription" cname="gst_parse_bin_from_description" shared="true">
@@ -21582,10 +21582,10 @@
<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="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="6" ctype="gint" gtype="gint" name="PLUGINS_BASE_VERSION_MICRO" />
- <constant value="22" ctype="gint" gtype="gint" name="PLUGINS_BASE_VERSION_MINOR" />
- <constant value="1" ctype="gint" gtype="gint" name="PLUGINS_BASE_VERSION_NANO" />
+ <constant value="1" ctype="gint" gtype="gint" name="PLUGINS_BASE_VERSION_MAJOR" />
+ <constant value="7" ctype="gint" gtype="gint" name="PLUGINS_BASE_VERSION_MICRO" />
+ <constant value="22" ctype="gint" gtype="gint" name="PLUGINS_BASE_VERSION_MINOR" />
+ <constant value="0" ctype="gint" gtype="gint" name="PLUGINS_BASE_VERSION_NANO" />
</object>
</namespace>
<namespace name="Gst.Rtp" library="gstrtp-1.0-0.dll">
diff --git a/subprojects/gstreamer-vaapi/NEWS b/subprojects/gstreamer-vaapi/NEWS
index ec11f3c46e..e7c25cc94f 100644
--- a/subprojects/gstreamer-vaapi/NEWS
+++ b/subprojects/gstreamer-vaapi/NEWS
@@ -2,13 +2,13 @@ GStreamer 1.22 Release Notes
GStreamer 1.22.0 was originally released on 23 January 2023.
-The latest bug-fix release in the stable 1.22 series is 1.22.5 and was
-released on 20 July 2023.
+The latest bug-fix release in the stable 1.22 series is 1.22.7 and was
+released on 13 November 2023.
See https://gstreamer.freedesktop.org/releases/1.22/ for the latest
version of this document.
-Last updated: Thursday 20 July 2023, 12:00 UTC (log)
+Last updated: Monday 13 November 2023, 10:00 UTC (log)
Introduction
@@ -2366,6 +2366,222 @@ List of merge requests and issues fixed in 1.22.6
- List of Merge Requests applied in 1.22.6
- List of Issues fixed in 1.22.6
+1.22.7
+
+The seventh 1.22 bug-fix release (1.22.7) was released on 13 November
+2023.
+
+This release only contains bugfixes and security fixes and it should be
+safe to update from 1.22.x.
+
+Highlighted bugfixes in 1.22.7
+
+- Security fixes for the MXF demuxer and AV1 codec parser
+- glfilter: Memory leak fix for OpenGL filter elements
+- d3d11videosink: Fix toggling between fullscreen and maximized, and
+ window switching in fullscreen mode
+- DASH / HLS adaptive streaming fixes
+- Decklink card device provider device name string handling fixes
+- interaudiosrc: handle non-interleaved audio properly
+- openh264: Fail gracefully if openh264 encoder/decoder creation fails
+- rtspsrc: improved whitespace handling in response headers by certain
+ cameras
+- v4l2codecs: avoid wrap-around after 1000000 frames; tiled formats
+ handling fixes
+- video-scaler, audio-resampler: downgraded “Can’t find exact taps”
+ debug log messages
+- wasapi2: Don’t use global volume control object
+- Rust plugins: various improvements in aws, fmp4mux, hlssink3,
+ livesync, ndisrc, rtpav1depay, rsfilesink, s3sink, sccparse
+- WebRTC: various webrtchttp, webrtcsrc, and webrtcsink improvements
+ and fixes
+- Cerbero build tools: recognise Windows 11; restrict parallelism of
+ gst-plugins-rs build on small systems
+- Packages: ca-certificates update; fix gio module loading and TLS
+ support on macOS
+
+gstreamer
+
+- debugutils: provide gst_debug_bin_to_dot_data() implementation even
+ if debug system is disabled
+
+gst-plugins-base
+
+- audioaggregator, audiomixer: Make access to the pad list thread-safe
+ while mixing
+- basetextoverlay: Fix overlay never rendering again if width reaches
+ 1px
+- glfiter: Protect GstGLContext access
+- glfilter: Only add parent meta if inbuf != outbuf
+- macOS: fix huge memory leak with glfilter-based elements
+- rtspconnection: Ignore trailing whitespace in rtsp headers
+- video-scaler, audio-resampler: downgrade ‘can’t find exact taps’ to
+ debug
+
+gst-plugins-good
+
+- adaptivedemux2: Do not submit_transfer when cancelled
+- adaptivedemux2: Call GTasks’s return functions for blocking tasks
+- flacenc: Correctly handle up to 255 cue entries
+- flvmux: set the src segment position as running time
+- imagesequencesrc: fix deadlock when feeding the same image in a loop
+- pngenc: output one frame only in snapshot mode and mark output
+ frames as I-frames
+- qmlglsrc: sync on the streaming thread
+- souphttpsrc: Chain up to finalize to fix memory leak
+- wavparse: fix buffer leak with adtl tag
+- v4l2codecs: Avoid QBUF/DQBUF struct timeval .tv_usec wrap-around at
+ frame 1000000
+- v4l2codecs: Fix tiled formats stride conversion
+
+gst-plugins-bad
+
+- audiobuffersplit: disable max-silence-time if set to 0
+- libde265: Do not decode the non 4:2:0 8 bits format
+- codecparsers: av1: Clip max tile rows and cols values
+- codecs: h265: Do not free slice header before using it
+- d3d11converter: Fix 10/12bits planar output
+- d3d11decoder: Fix crash on negotiate() when decoder is not
+ configured
+- d3d11videosink: Fix toggling between fullscreen and maximized
+- d3d11videosink: Fix window switching in case of fullscreen mode
+- d3d11screencapturesrc: Fix mouse cursor blending
+- decklink: Fix broken COM string conversion
+- decklink: Decklink Device Provider wrongly parses SDK strings
+- gstwayland: Don’t depend on wayland-protocols
+- interaudiosrc: Add audio meta to buffers containing non-interleaved
+ samples
+- kmssink: Add TIDSS auto-detection
+- mfvideoencoder: Fix typo in template caps
+- mxfdemux: Store GstMXFDemuxEssenceTrack in their own fixed
+ allocation
+- nvcodec: fix bounds for auto-select GPU enumeration
+- openh264: Fail gracefully if openh264 encoder/decoder creation fails
+- tsmux: More cleanups
+- tsmux: Fill padding packets with stuffing bytes
+- v4l2codecs: Fix tiled formats stride conversion
+- v4l2videodec: Correctly free caps to avoid memory leak
+- wasapi2: Don’t use global volume control object
+- wasapi2device: Ignore activation failed device
+
+gst-plugins-ugly
+
+- No changes
+
+gst-plugins-rs
+
+- aws: s3sink: Fix handling of special characters in key
+- aws: s3: Properly percent-decode GstS3Url
+- fmp4mux: Don’t overflow negative composition offset calculation
+- fmp4mux: specify the fragment duration unit
+- hlssink3: Use Path API for getting file name
+- hlssink3: Use sprintf for segment name formatting
+- hlssink3: Remove unused deps
+- hlssink3: Don’t remove old files if max-files is zero
+- hlssink3: Don’t remove uri from playlist if playlist-length is zero
+- hlssink3: Various cleanup
+- livesync: log new pending segments
+- livesync: display jitter when waiting on clock
+- livesync: Rename activatemode methods to *_activatemode
+- livesync: Simplify start_src_task and src_loop
+- livesync: Improve audio duration fixups
+- livesync: Log a category error when we are missing the segment
+- livesync: Clean up state handling
+- livesync: Replace an if-let with match
+- livesync: Move a notify closer to the interesting state change
+- livesync: Move num_in counting to the src task
+- livesync: Simplify num_duplicate counting
+- livesync: Handle flags and late buffer patching after queueing
+- livesync: Separate out_buffer duplicate status from GAP flag
+- livesync: Use fallback_duration for audio repeat buffers as well
+- livesync: example: Add identities single-segment=1
+- livesync: Split fallback_duration into in_ and out_duration
+- livesync: Keep existing buffer duration in some cases
+- livesync: Remove the stop from outgoing segments
+- ndisrc: Assume input with more than 8 raw audio channels is
+ unpositioned
+- rtpav1depay: Skip unexpected leading fragments
+- rtpav1depay: Don’t push stale temporal delimiters downstream
+- rsfilesink: set sync=false
+- s3sink: set sync=false
+- sccparse: Fix leading spaces between the tab and caption data
+- webrtchttp: Respect HTTP redirects
+- webrtcsrc: use @watch instead of @to-owned
+- webrtcsrc: add turn-servers property
+- webrtc: Fix paths in README
+- webrtcsink: don’t miss ice candidates
+
+gst-libav
+
+- No changes
+
+gst-rtsp-server
+
+- rtspclientsink: Don’t leak previous server_ip
+
+gstreamer-vaapi
+
+- No changes
+
+gstreamer-sharp
+
+- No changes
+
+gst-omx
+
+- No changes
+
+gst-python
+
+- No changes
+
+gst-editing-services
+
+- No changes
+
+gst-validate + gst-integration-testsuites
+
+- gst-validate: Fix compatibility with Python 3.12
+
+gst-examples
+
+- No changes
+
+Development build environment
+
+- No changes
+
+Cerbero build tool and packaging changes in 1.22.7
+
+- Add Windows 11 to the supported versions list
+- ca-certificates: Update to version from 2023-08-22
+- cargo: Restrict parallelism if a small system is detected (for
+ gst-plugins-rs build)
+- Fix venv setup on Python 3.11+
+- Fix unlinking of Android NDK directories if install fails midway
+- glib: Work around AppleClang + -Werror test build failure
+- glib: Re-add gio module loading patch for macOS, remove unused patch
+ files
+
+Contributors to 1.22.7
+
+Albert Sjölund, Arun Raghavan, Balló György, Benjamin Gaignard, Detlev
+Casanova, Doug Nazar, Eric, Florian Zwoch, François Laignel, Guillaume
+Desmottes, He Junyan, Hou Qi, James Oliver, Jan Alexander Steffens
+(heftig), Jan Schmidt, Johan Adam Nilsson, Jordan Yelloz, Kalev Lember,
+L. E. Segovia, Lieven Paulissen, Maksym Khomenko, Marek Vasut, Matthias
+Fuchs, Michiel Westerbeek, Nicolas Dufresne, Philippe Normand, Piotr
+Brzeziński, Rahul T R, Sean DuBois, Sebastian Dröge, Seungha Yang,
+Stéphane Cerveau, Thibault Saunier, Tim-Philipp Müller,
+
+… and many others who have contributed bug reports, translations, sent
+suggestions or helped testing. Thank you all!
+
+List of merge requests and issues fixed in 1.22.7
+
+- List of Merge Requests applied in 1.22.7
+- List of Issues fixed in 1.22.7
+
Schedule for 1.24
Our next major feature release will be 1.24, and 1.23 will be the
diff --git a/subprojects/gstreamer-vaapi/RELEASE b/subprojects/gstreamer-vaapi/RELEASE
index 941b65ae63..dc9ed00bd2 100644
--- a/subprojects/gstreamer-vaapi/RELEASE
+++ b/subprojects/gstreamer-vaapi/RELEASE
@@ -1,4 +1,4 @@
-This is GStreamer gstreamer-vaapi 1.22.6.
+This is GStreamer gstreamer-vaapi 1.22.7.
The GStreamer team is thrilled to announce a new major feature release
of your favourite cross-platform multimedia framework!
diff --git a/subprojects/gstreamer-vaapi/gstreamer-vaapi.doap b/subprojects/gstreamer-vaapi/gstreamer-vaapi.doap
index 1edabebfed..a52bc88ba3 100644
--- a/subprojects/gstreamer-vaapi/gstreamer-vaapi.doap
+++ b/subprojects/gstreamer-vaapi/gstreamer-vaapi.doap
@@ -27,6 +27,16 @@
<release>
<Version>
+ <revision>1.22.7</revision>
+ <branch>1.22</branch>
+ <name></name>
+ <created>2023-11-13</created>
+ <file-release rdf:resource="https://gstreamer.freedesktop.org/src/gstreamer-vaapi/gstreamer-vaapi-1.22.7.tar.xz" />
+ </Version>
+ </release>
+
+ <release>
+ <Version>
<revision>1.22.6</revision>
<branch>1.22</branch>
<name></name>
diff --git a/subprojects/gstreamer-vaapi/meson.build b/subprojects/gstreamer-vaapi/meson.build
index d6176f64b6..81c5672a80 100644
--- a/subprojects/gstreamer-vaapi/meson.build
+++ b/subprojects/gstreamer-vaapi/meson.build
@@ -1,5 +1,5 @@
project('gstreamer-vaapi', 'c',
- version : '1.22.6.1',
+ version : '1.22.7',
meson_version : '>= 0.62',
default_options : [ 'warning_level=1',
'buildtype=debugoptimized' ])
diff --git a/subprojects/gstreamer/NEWS b/subprojects/gstreamer/NEWS
index ec11f3c46e..e7c25cc94f 100644
--- a/subprojects/gstreamer/NEWS
+++ b/subprojects/gstreamer/NEWS
@@ -2,13 +2,13 @@ GStreamer 1.22 Release Notes
GStreamer 1.22.0 was originally released on 23 January 2023.
-The latest bug-fix release in the stable 1.22 series is 1.22.5 and was
-released on 20 July 2023.
+The latest bug-fix release in the stable 1.22 series is 1.22.7 and was
+released on 13 November 2023.
See https://gstreamer.freedesktop.org/releases/1.22/ for the latest
version of this document.
-Last updated: Thursday 20 July 2023, 12:00 UTC (log)
+Last updated: Monday 13 November 2023, 10:00 UTC (log)
Introduction
@@ -2366,6 +2366,222 @@ List of merge requests and issues fixed in 1.22.6
- List of Merge Requests applied in 1.22.6
- List of Issues fixed in 1.22.6
+1.22.7
+
+The seventh 1.22 bug-fix release (1.22.7) was released on 13 November
+2023.
+
+This release only contains bugfixes and security fixes and it should be
+safe to update from 1.22.x.
+
+Highlighted bugfixes in 1.22.7
+
+- Security fixes for the MXF demuxer and AV1 codec parser
+- glfilter: Memory leak fix for OpenGL filter elements
+- d3d11videosink: Fix toggling between fullscreen and maximized, and
+ window switching in fullscreen mode
+- DASH / HLS adaptive streaming fixes
+- Decklink card device provider device name string handling fixes
+- interaudiosrc: handle non-interleaved audio properly
+- openh264: Fail gracefully if openh264 encoder/decoder creation fails
+- rtspsrc: improved whitespace handling in response headers by certain
+ cameras
+- v4l2codecs: avoid wrap-around after 1000000 frames; tiled formats
+ handling fixes
+- video-scaler, audio-resampler: downgraded “Can’t find exact taps”
+ debug log messages
+- wasapi2: Don’t use global volume control object
+- Rust plugins: various improvements in aws, fmp4mux, hlssink3,
+ livesync, ndisrc, rtpav1depay, rsfilesink, s3sink, sccparse
+- WebRTC: various webrtchttp, webrtcsrc, and webrtcsink improvements
+ and fixes
+- Cerbero build tools: recognise Windows 11; restrict parallelism of
+ gst-plugins-rs build on small systems
+- Packages: ca-certificates update; fix gio module loading and TLS
+ support on macOS
+
+gstreamer
+
+- debugutils: provide gst_debug_bin_to_dot_data() implementation even
+ if debug system is disabled
+
+gst-plugins-base
+
+- audioaggregator, audiomixer: Make access to the pad list thread-safe
+ while mixing
+- basetextoverlay: Fix overlay never rendering again if width reaches
+ 1px
+- glfiter: Protect GstGLContext access
+- glfilter: Only add parent meta if inbuf != outbuf
+- macOS: fix huge memory leak with glfilter-based elements
+- rtspconnection: Ignore trailing whitespace in rtsp headers
+- video-scaler, audio-resampler: downgrade ‘can’t find exact taps’ to
+ debug
+
+gst-plugins-good
+
+- adaptivedemux2: Do not submit_transfer when cancelled
+- adaptivedemux2: Call GTasks’s return functions for blocking tasks
+- flacenc: Correctly handle up to 255 cue entries
+- flvmux: set the src segment position as running time
+- imagesequencesrc: fix deadlock when feeding the same image in a loop
+- pngenc: output one frame only in snapshot mode and mark output
+ frames as I-frames
+- qmlglsrc: sync on the streaming thread
+- souphttpsrc: Chain up to finalize to fix memory leak
+- wavparse: fix buffer leak with adtl tag
+- v4l2codecs: Avoid QBUF/DQBUF struct timeval .tv_usec wrap-around at
+ frame 1000000
+- v4l2codecs: Fix tiled formats stride conversion
+
+gst-plugins-bad
+
+- audiobuffersplit: disable max-silence-time if set to 0
+- libde265: Do not decode the non 4:2:0 8 bits format
+- codecparsers: av1: Clip max tile rows and cols values
+- codecs: h265: Do not free slice header before using it
+- d3d11converter: Fix 10/12bits planar output
+- d3d11decoder: Fix crash on negotiate() when decoder is not
+ configured
+- d3d11videosink: Fix toggling between fullscreen and maximized
+- d3d11videosink: Fix window switching in case of fullscreen mode
+- d3d11screencapturesrc: Fix mouse cursor blending
+- decklink: Fix broken COM string conversion
+- decklink: Decklink Device Provider wrongly parses SDK strings
+- gstwayland: Don’t depend on wayland-protocols
+- interaudiosrc: Add audio meta to buffers containing non-interleaved
+ samples
+- kmssink: Add TIDSS auto-detection
+- mfvideoencoder: Fix typo in template caps
+- mxfdemux: Store GstMXFDemuxEssenceTrack in their own fixed
+ allocation
+- nvcodec: fix bounds for auto-select GPU enumeration
+- openh264: Fail gracefully if openh264 encoder/decoder creation fails
+- tsmux: More cleanups
+- tsmux: Fill padding packets with stuffing bytes
+- v4l2codecs: Fix tiled formats stride conversion
+- v4l2videodec: Correctly free caps to avoid memory leak
+- wasapi2: Don’t use global volume control object
+- wasapi2device: Ignore activation failed device
+
+gst-plugins-ugly
+
+- No changes
+
+gst-plugins-rs
+
+- aws: s3sink: Fix handling of special characters in key
+- aws: s3: Properly percent-decode GstS3Url
+- fmp4mux: Don’t overflow negative composition offset calculation
+- fmp4mux: specify the fragment duration unit
+- hlssink3: Use Path API for getting file name
+- hlssink3: Use sprintf for segment name formatting
+- hlssink3: Remove unused deps
+- hlssink3: Don’t remove old files if max-files is zero
+- hlssink3: Don’t remove uri from playlist if playlist-length is zero
+- hlssink3: Various cleanup
+- livesync: log new pending segments
+- livesync: display jitter when waiting on clock
+- livesync: Rename activatemode methods to *_activatemode
+- livesync: Simplify start_src_task and src_loop
+- livesync: Improve audio duration fixups
+- livesync: Log a category error when we are missing the segment
+- livesync: Clean up state handling
+- livesync: Replace an if-let with match
+- livesync: Move a notify closer to the interesting state change
+- livesync: Move num_in counting to the src task
+- livesync: Simplify num_duplicate counting
+- livesync: Handle flags and late buffer patching after queueing
+- livesync: Separate out_buffer duplicate status from GAP flag
+- livesync: Use fallback_duration for audio repeat buffers as well
+- livesync: example: Add identities single-segment=1
+- livesync: Split fallback_duration into in_ and out_duration
+- livesync: Keep existing buffer duration in some cases
+- livesync: Remove the stop from outgoing segments
+- ndisrc: Assume input with more than 8 raw audio channels is
+ unpositioned
+- rtpav1depay: Skip unexpected leading fragments
+- rtpav1depay: Don’t push stale temporal delimiters downstream
+- rsfilesink: set sync=false
+- s3sink: set sync=false
+- sccparse: Fix leading spaces between the tab and caption data
+- webrtchttp: Respect HTTP redirects
+- webrtcsrc: use @watch instead of @to-owned
+- webrtcsrc: add turn-servers property
+- webrtc: Fix paths in README
+- webrtcsink: don’t miss ice candidates
+
+gst-libav
+
+- No changes
+
+gst-rtsp-server
+
+- rtspclientsink: Don’t leak previous server_ip
+
+gstreamer-vaapi
+
+- No changes
+
+gstreamer-sharp
+
+- No changes
+
+gst-omx
+
+- No changes
+
+gst-python
+
+- No changes
+
+gst-editing-services
+
+- No changes
+
+gst-validate + gst-integration-testsuites
+
+- gst-validate: Fix compatibility with Python 3.12
+
+gst-examples
+
+- No changes
+
+Development build environment
+
+- No changes
+
+Cerbero build tool and packaging changes in 1.22.7
+
+- Add Windows 11 to the supported versions list
+- ca-certificates: Update to version from 2023-08-22
+- cargo: Restrict parallelism if a small system is detected (for
+ gst-plugins-rs build)
+- Fix venv setup on Python 3.11+
+- Fix unlinking of Android NDK directories if install fails midway
+- glib: Work around AppleClang + -Werror test build failure
+- glib: Re-add gio module loading patch for macOS, remove unused patch
+ files
+
+Contributors to 1.22.7
+
+Albert Sjölund, Arun Raghavan, Balló György, Benjamin Gaignard, Detlev
+Casanova, Doug Nazar, Eric, Florian Zwoch, François Laignel, Guillaume
+Desmottes, He Junyan, Hou Qi, James Oliver, Jan Alexander Steffens
+(heftig), Jan Schmidt, Johan Adam Nilsson, Jordan Yelloz, Kalev Lember,
+L. E. Segovia, Lieven Paulissen, Maksym Khomenko, Marek Vasut, Matthias
+Fuchs, Michiel Westerbeek, Nicolas Dufresne, Philippe Normand, Piotr
+Brzeziński, Rahul T R, Sean DuBois, Sebastian Dröge, Seungha Yang,
+Stéphane Cerveau, Thibault Saunier, Tim-Philipp Müller,
+
+… and many others who have contributed bug reports, translations, sent
+suggestions or helped testing. Thank you all!
+
+List of merge requests and issues fixed in 1.22.7
+
+- List of Merge Requests applied in 1.22.7
+- List of Issues fixed in 1.22.7
+
Schedule for 1.24
Our next major feature release will be 1.24, and 1.23 will be the
diff --git a/subprojects/gstreamer/RELEASE b/subprojects/gstreamer/RELEASE
index 96fd45a36b..2133be9a1e 100644
--- a/subprojects/gstreamer/RELEASE
+++ b/subprojects/gstreamer/RELEASE
@@ -1,4 +1,4 @@
-This is GStreamer core 1.22.6.
+This is GStreamer core 1.22.7.
The GStreamer team is thrilled to announce a new major feature release
of your favourite cross-platform multimedia framework!
diff --git a/subprojects/gstreamer/gstreamer.doap b/subprojects/gstreamer/gstreamer.doap
index a9dc92a1f5..7579d49724 100644
--- a/subprojects/gstreamer/gstreamer.doap
+++ b/subprojects/gstreamer/gstreamer.doap
@@ -40,6 +40,16 @@ hierarchy, and a set of media-agnostic core elements.
<release>
<Version>
+ <revision>1.22.7</revision>
+ <branch>1.22</branch>
+ <name></name>
+ <created>2023-11-13</created>
+ <file-release rdf:resource="https://gstreamer.freedesktop.org/src/gstreamer/gstreamer-1.22.7.tar.xz" />
+ </Version>
+ </release>
+
+ <release>
+ <Version>
<revision>1.22.6</revision>
<branch>1.22</branch>
<name></name>
diff --git a/subprojects/gstreamer/meson.build b/subprojects/gstreamer/meson.build
index 67e151490a..2d2495cf37 100644
--- a/subprojects/gstreamer/meson.build
+++ b/subprojects/gstreamer/meson.build
@@ -1,5 +1,5 @@
project('gstreamer', 'c',
- version : '1.22.6.1',
+ version : '1.22.7',
meson_version : '>= 0.62',
default_options : [ 'warning_level=1',
'buildtype=debugoptimized' ])