1 GStreamer 1.22 Release Notes
3 GStreamer 1.22.0 was originally released on 23 January 2023.
5 The latest bug-fix release in the stable 1.22 series is 1.22.8 and was
6 released on 18 December 2023.
8 See https://gstreamer.freedesktop.org/releases/1.22/ for the latest
9 version of this document.
11 Last updated: Monday 18 December 2023, 11:00 UTC (log)
15 The GStreamer team is proud to announce a new major feature release in
16 the stable 1.x API series of your favourite cross-platform multimedia
19 As always, this release is again packed with many new features, bug
20 fixes and other improvements.
24 - AV1 video codec support improvements
25 - New HLS, DASH and Microsoft Smooth Streaming adaptive streaming
27 - Qt6 support for rendering video inside a QML scene
28 - Minimal builds optimised for binary size, including only the
29 individual elements needed
30 - Playbin3, Decodebin3, UriDecodebin3, Parsebin enhancements and
32 - WebRTC simulcast support and support for Google Congestion Control
33 - WebRTC-based media server ingestion/egress (WHIP/WHEP) support
34 - New easy to use batteries-included WebRTC sender plugin
35 - Easy RTP sender timestamp reconstruction for RTP and RTSP
36 - ONVIF timed metadata support
37 - New fragmented MP4 muxer and non-fragmented MP4 muxer
38 - New plugins for Amazon AWS storage and audio transcription services
39 - New gtk4paintablesink and gtkwaylandsink renderers
40 - New videocolorscale element that can convert and scale in one go for
42 - High bit-depth video improvements
43 - Touchscreen event support in navigation API
44 - Rust plugins now shipped in macOS and Windows/MSVC binary packages
45 - H.264/H.265 timestamp correction elements for PTS/DTS reconstruction
47 - Improved design for DMA buffer sharing and modifier handling for
48 hardware-accelerated video decoders/encoders/filters and
49 capturing/rendering on Linux
50 - Video4Linux2 hardware accelerated decoder improvements
51 - CUDA integration and Direct3D11 integration and plugin improvements
52 - New H.264 / AVC, H.265 / HEVC and AV1 hardware-accelerated video
53 encoders for AMD GPUs using the Advanced Media Framework (AMF) SDK
54 - applemedia: H.265 / HEVC video encoding + decoding support
55 - androidmedia: H.265 / HEVC video encoding support
56 - New “force-live” property for audiomixer, compositor, glvideomixer,
58 - Lots of new plugins, features, performance improvements and bug
61 Major new features and changes
63 AV1 video codec support improvements
65 AV1 is a royalty free next-generation video codec by AOMedia and a free
66 alternative to H.265/HEVC.
68 While supported in earlier versions of GStreamer already, this release
69 saw a lot of improvements across the board:
71 - Support for hardware encoding and decoding via VAAPI/VA, AMF, D3D11,
72 NVCODEC, QSV and Intel MediaSDK. Hardware codecs for AV1 are slowly
73 becoming available in embedded systems and desktop GPUs (AMD, Intel,
74 NVIDIA), and these can now be used via GStreamer.
76 - New AV1 RTP payloader and depayloader elements.
78 - New encoder settings in the AOM reference encoder-based av1enc
81 - Various improvements in the AV1 parser and in the MP4/Matroska/WebM
84 - dav1d and rav1e based software decoder/encoder elements shipped as
87 - AV1 parser improvements and various bugfixes all over the place.
89 Touchscreen event support in Navigation API
91 The Navigation API supports the sending of key press events and mouse
92 events through a GStreamer pipeline. Typically these will be picked up
93 by a video sink on which these events happen and then the event is
94 transmitted into the pipeline so it can be handled by elements inside
95 the pipeline if it wasn’t handled by the application.
97 This has traditionally been used for DVD menu support, but can also be
98 used to forward such inputs to source elements that render a web page
99 using a browser engine such as WebKit or Chromium.
101 This API has now gained support for touchscreen events, and this has
102 been implemented in various plugins such as the GTK, Qt, XV, and x11
103 video sinks as well as the wpevideosrc element.
105 GStreamer CUDA integration
107 - New gst-cuda library
108 - integration with D3D11 and NVIDIA dGPU NVMM elements
109 - new cudaconvertscale element
111 GStreamer Direct3D11 integration
113 - New gst-d3d11 public library
114 - gst-d3d11 library is not integrated with GStreamer documentation
115 system yet. Please refer to the examples
116 - d3d11screencapture: Add Windows Graphics Capture API based capture
117 mode, including Win32 application window capturing
118 - d3d11videosink and d3d11convert can support flip/rotation and crop
120 - d3d11videosink: New emit-present property and present signal so that
121 applications can overlay an image on Direct3D11 swapchain’s
122 backbuffer via Direct3D/Direct2D APIs. See also C++ and Rust
124 - d3d11compositor supports YUV blending/composing without intermediate
125 RGB(A) conversion to improve performance
126 - Direct3D11 video decoders are promoted to GST_RANK_PRIMARY or
127 higher, except for the MPEG2 decoder
129 H.264/H.265 timestamp correction elements
131 - Muxers are often picky and need proper PTS/DTS timestamps set on the
132 input buffers, but that can be a problem if the encoded input media
133 stream comes from a source that doesn’t provide proper signalling of
134 DTS, such as is often the case for RTP, RTSP and WebRTC streams or
135 Matroska container files. Theoretically parsers should be able to
136 fix this up, but it would probably require fairly invasive changes
137 in the parsers, so two new elements h264timestamper and
138 h265timestamper bridge the gap in the meantime and can reconstruct
141 Easy sender timestamp reconstruction for RTP and RTSP
143 - it was always possible to reconstruct and retrieve the original RTP
144 sender timestamps in GStreamer, but required a fair bit of
145 understanding of the internal mechanisms and the right property
146 configuration and clock setup.
148 - rtspsrc and rtpjitterbuffer gained a new
149 “add-reference-timestamp-meta” property that if set puts the
150 original absolute reconstructed sender timestamps on the output
151 buffers via a meta. This is particularly useful if the sender is
152 synced to an NTP clock or PTP clock. The original sender timestamps
153 are either based on the RTCP NTP times, NTP RTP header extensions
154 (RFC6051) or RFC7273-style clock signalling.
158 - new qml6glsink element for Qt6 similar to the existing Qt5 element.
159 Matching source and overlay elements will hopefully follow in the
162 OpenGL + Video library enhancements
164 - Support for new video formats (NV12_4L4, NV12_16L32S, NV12_8L128,
165 NV12_10BE_8L128) and dmabuf import in more formats (Y410, Y212_LE,
166 Y212_BE, Y210, NV21, NV61)
168 - Improved support for tiled formats with arbitrary tile dimensions,
169 as needed by certain hardware decoders/encoders
171 - glvideomixer: New “crop-left,”crop-right, “crop-top” and
172 “crop-bottom” pad properties for cropping inputs
174 - OpenGL support for gst_video_sample_convert():
176 - Used for video snapshotting and thumbnailing, to convert buffers
177 retrieved from appsinks or sink “last-sample” properties in
179 - This function can now take samples and buffers backed by GL
180 textures as input and will automatically plug a gldownload
181 element in that case.
183 High bit-depth support (10, 12, 16 bits per component value) improvements
185 - compositor can now handle any supported input format and also mix
186 high-bitdepth (10-16 bit) formats (naively)
188 - videoflip has gained support for higher bit depth formats.
190 - vp9enc, vp9dec now support 12-bit formats and also 10-bit 4:4:4
194 - Allow insertion of bandwidth estimation elements e.g. for Google
195 Congestion Control (GCC) support
197 - Initial support for sending or receiving simulcast streams
199 - Support for asynchronous host resolution for STUN/TURN servers
201 - GstWebRTCICE was split into base classes and implementation to make
202 it possible to plug custom ICE implementations
204 - webrtcsink: batteries-included WebRTC sender (Rust)
206 - whipsink: WebRTC HTTP ingest (WHIP) to a MediaServer (Rust)
208 - whepsrc: WebRTC HTTP egress (WHEP) from a MediaServer (Rust)
210 - Many other improvements and bug fixes
212 New HLS, DASH and MSS adaptive streaming clients
214 A new set of “adaptive demuxers” to support HLS, DASH and MSS adaptive
215 streaming protocols has been added. They provide improved performance,
216 new features and better stream compatibility compared to the previous
217 elements. These new elements require a “streams-aware” pipeline such as
218 playbin3, uridecodebin3 or urisourcebin.
220 The previous elements’ design prevented implementing several use-cases
221 and fixing long-standing issues. The new elements were re-designed from
222 scratch to tackle those:
224 - Scheduling Only 3 threads are present, regardless of the number of
225 streams selected. One in charge of downloading fragments and
226 manifests, one in charge of outputting parsed data downstream, and
227 one in charge of scheduling. This improves performance, resource
230 - Better download control The elements now directly control the
231 scheduling and download of manifests and fragments using libsoup
232 directly instead of depending on external elements for downloading.
234 - Stream selection, only the selected streams are downloaded. This
235 improves bandwith usage. Switching stream is done in such a way to
236 ensure there are no gaps, meaning the new stream will be switched to
237 only once enough data for it has been downloaded.
239 - Internal parsing, the downloaded streams are parsed internally. This
240 allows the element to fully respect the various specifications and
241 offer accurate buffering, seeking and playback. This is especially
242 important for HLS streams which require parsing for proper
243 positioning of streams.
245 - Buffering and adaptive rate switching, the new elements handle
246 buffering internally which allows them to have a more accurate
247 visibility of which bandwith variant to switch to.
249 Playbin3, Decodebin3, UriDecodebin3, Parsebin improvements
251 The “new” playback elements introduced in 1.18 (playbin3 and its various
252 components) have been refactored to allow more use-cases and improve
253 performance. They are no longer considered experimental, so applications
254 using the legacy playback elements (playbin and (uri)decodebin) can
255 migrate to the new components to benefit from these improvements.
257 - Gapless The “gapless” feature allows files and streams to be
258 fetched, buffered and decoded in order to provide a “gapless”
259 output. This feature has been refactored extensively in the new
261 - A single (uri)decodebin3 (and therefore a single set of
262 decoders) is used. This improves memory and cpu usage, since on
263 identical codecs a single decoder will be used.
264 - The “next” stream to play will be pre-rolled “just-in-time”
265 thanks to the buffering improvements in urisourcebin (see below)
266 - This feature is now handled at the uridecodebin3 level.
267 Applications that wish to have a “gapless” stream and process it
268 (instead of just outputting it, for example for transcoding,
269 retransmission, …) can now use uridecodebin3 directly. Note that
270 a streamsynchronizer element is required in that case.
271 - Buffering improvements The urisourcebin element is in charge of
272 fetching and (optionally) buffering/downloading the stream. It has
273 been extended and improved:
274 - When the parse-streams property is used (by default in
275 uridecodebin3 and playbin3), compatible streams will be demuxed
276 and parsed (via parsebin) and buffering will be done on the
277 elementary streams. This provides a more accurate handling of
278 buffering. Previously buffering was done on a best-effort basis
279 and was mostly wrong (i.e. downloading more than needed).
280 - Applications can use urisourcebin with this property as a
281 convenient way of getting elementary streams from a given URI.
282 - Elements can handle buffering themselves (such as the new
283 adaptive demuxers) by answering the GST_QUERY_BUFFERING query.
284 In that case urisourcebin will not handle it.
285 - Stream Selection Efficient stream selection was previously only
286 possible within decodebin3. The downside is that this meant that
287 upstream elements had to provide all the streams from which to chose
288 from, which is inefficient. With the addition of the
289 GST_QUERY_SELECTABLE query, this can now be handled by elements
290 upstream (i.e. sources)
291 - Elements that can handle stream selection internally (such as
292 the new adaptive demuxer elements) answer that query, and handle
293 the stream selection events themselves.
294 - In this case, decodebin3 will always process all streams that
296 - Instant URI switching This new feature allows switching URIs
297 “instantly” in playbin3 (and uridecodebin3) without having to change
298 states. This mimics switching channels on a television.
299 - If compatible, decoders will be re-used, providing lower
300 latency/cpu/memory than by switching states.
301 - This is enabled by setting the instant-uri property to true,
302 setting the URI to switch to immediately, and then disabling the
303 instant-uri property again afterwards.
304 - playbin3, decodebin3, uridecodebin3, parsebin, and urisourcebin are
305 no longer experimental
306 - They were originally marked as ‘technology preview’ but have
307 since seen extensive usage in production settings, so are
308 considered ready for general use now.
310 Fraunhofer AAC audio encoder HE-AAC and AAC-LD profile support
313 - Support for encoding to HE-AACv1 and HE-AACv2 profile
314 - Support for encoding to AAC Low Delay (LD) profile
315 - Advanced bitrate control options via new “rate-control”,
316 “vbr-preset”, “peak-bitrate”, and “afterburner” properties
318 RTP rapid synchronization support in the RTP stack (RFC6051)
320 RTP provides several mechanisms how streams can be synchronized relative
321 to each other, and how absolute sender times for RTP packets can be
322 obtained. One of these mechanisms is via RTCP, which has the
323 disadvantage that the synchronization information is only distributed
324 out-of-band and usually some time after the start.
326 GStreamer’s RTP stack, specifically the rtpbin, rtpsession and
327 rtpjitterbuffer elements, now also have support for retrieving and
328 sending the same synchronization information in-band via RTP header
329 extensions according to RFC6051 (Rapid Synchronisation of RTP Flows).
330 Only 64-bit timestamps are supported currently.
332 This provides per packet synchronization information from the very
333 beginning of a stream and allows accurate inter-stream, and (depending
334 on setup) inter-device, synchronization at the receiver side.
336 ONVIF XML Timed Metadata support
338 The ONVIF standard implemented by various security cameras also
339 specifies a format for timed metadata that is transmitted together with
340 the audio/video streams, usually over RTSP.
342 Support for this timed metadata is implemented in the MP4 demuxer now as
343 well as the new fragmented MP4 muxer and the new non-fragmented MP4
344 muxer from the GStreamer Rust plugins. Additionally, the new onvif
345 plugin ‒ which is part of the GStreamer Rust plugins ‒ provides general
346 elements for handling the metadata and e.g. overlaying certain parts of
347 it over a video stream.
349 As part of this support for absolute UTC times was also implemented
350 according to the requirements of the ONVIF standards in the
351 corresponding elements.
353 MP3 gapless playback support
355 While MP3 can probably considered a legacy format at this point, a new
356 feature was added with this release.
358 When playing back plain MP3 files, i.e. outside a container format,
359 switches between files can now be completely gapless if the required
360 metadata is provided inside the file. There is no standardized metadata
361 for this, but the LAME MP3 encoder writes metadata that can be parsed by
362 the mpegaudioparse element now and forwarded to decoders for ensuring
363 removal of padding samples at the front and end of MP3 files.
365 “force-live” property for audio + video aggregators
367 This is a quality of life fix for playout and streaming applications
368 where it is common to have audio and video mixer elements that should
369 operate in live mode from the start and produce output continuously.
371 Often one would start a pipeline without any inputs hooked up to these
372 mixers in the beginning, and up until now there was no way to easily
373 force these elements into live mode from the start. One would have to
374 add an initial live video or audio test source as dummy input to achieve
377 The new “force-live” property makes these audio and video aggregators
378 start in live mode without the need for any dummy inputs, which is
379 useful for scenarios where inputs are only added after starting the
382 This new property should usually be used in connection with the
383 “min-upstream-latency” property, i.e. you should always set a non-0
384 minimum upstream latency then.
386 This is now supported in all GstAudioAggregator and GstVideoAggregator
387 subclasses such as audiomixer, audiointerleave, compositor,
388 glvideomixer, d3d11compositor, etc.
390 New elements and plugins
392 - new cudaconvertscale element that can convert and scale in one pass
394 - new gtkwaylandsink element based on gtksink, but similar to
395 waylandsink and uses Wayland APIs directly instead of rendering with
396 Gtk/Cairo primitives. This approach is only compatible with Gtk3,
397 and like gtksink this element only supports Gtk3.
399 - new h264timestamper and h265timestamper elements to reconstruct
400 missing pts/dts from inputs that might not provide them such as
401 e.g. RTP/RTSP/WebRTC inputs (see above)
403 - mfaacdec, mfmp3dec: Windows MediaFoundation AAC and MP3 decoders
405 - new msdkav1enc AV1 video encoder element
407 - new nvcudah264enc, nvcudah265enc, nvd3d11h264enc, and nvd3d11h265enc
408 NVIDIA GPU encoder elements to support zero-copy encoding, via CUDA
409 and Direct3D11 APIs, respectively
411 - new nvautogpuh264enc and nvautogpuh265enc NVIDIA GPU encoder
412 elements: The auto GPU elements will automatically select a target
413 GPU instance in case multiple NVIDIA desktop GPUs are present, also
414 taking into account the input memory. On Windows CUDA or Direct3D11
415 mode will be determined by the elements automatically as well. Those
416 new elements are useful if target GPU and/or API mode (either CUDA
417 or Direct3D11 in case of Windows) is undeterminable from the encoder
418 point of view at the time when pipeline is configured, and therefore
419 lazy target GPU and/or API selection are required in order to avoid
420 unnecessary memory copy operations.
422 - new nvav1dec AV1 NVIDIA desktop GPU decoder element
424 - new qml6glsink element to render video with Qt6
426 - qsv: New Intel OneVPL/MediaSDK (a.k.a Intel Quick Sync) based
427 decoder and encoder elements, with gst-d3d11 (on Windows) and gst-va
428 (on Linux) integration
430 - Support multi-GPU environment, for example, concurrent video
431 encoding using Intel iGPU and dGPU in a single pipeline
432 - H.264 / H.265 / VP9 and JPEG decoders
433 - H.264 / H.265 / VP9 / AV1 / JPEG encoders with dynamic encoding
435 - New plugin does not require external SDK for building on Windows
437 - vulkanoverlaycompositor: new vulkan overlay compositor element to
438 overlay upstream GstVideoOverlayCompositonMeta onto the video
441 - vulkanshaderspv: performs operations with SPIRV shaders in Vulkan
443 - win32ipcvideosink, win32ipcvideosrc: new shared memory videosrc/sink
446 - wicjpegdec, wicpngdec: Windows Imaging Component (WIC) based JPEG
447 and PNG decoder elements.
449 - Many exciting new Rust elements, see Rust section below
451 New element features and additions
453 - audioconvert: Dithering now uses a slightly slower, less biased PRNG
454 which results in better quality output. Also dithering can now be
455 enabled via the new “dithering-threshold” property for target bit
456 depths of more than 20 bits.
458 - av1enc: Add “keyframe-max-dist” property for controlling max
459 distance between keyframes, as well as “enc-pass”, “keyframe-mode”,
460 “lag-in-frames” and “usage-profile” properties.
462 - cccombiner: new “output-padding” property
464 - decklink: Add support for 4k DCI, 8k/UHD2 and 8k DCI modes
466 - dvbsubenc: Support for >SD resolutions is working correctly now.
468 - fdkaacenc: Add HE-AAC / HE-AACv2 profile support
470 - glvideomixer: New “crop-left,”crop-right, “crop-top” and
471 “crop-bottom” pad properties for cropping inputs
473 - gssink: new ‘content-type’ property. Useful when one wants to upload
474 a video as video/mp4 instead of ’video/quicktime` for example.
476 - jpegparse: Rewritten using the common parser library
480 - new msdkav1enc AV1 video encoder element
481 - msdk decoders: Add support for Scaler Format Converter (SFC) on
482 supported Intel platforms for hardware accelerated conversion
484 - msdk encoders: support import of dmabuf, va memory and D3D11
486 - msdk encoders: add properties for low delay bitrate control and
487 max frame sizes for I/P frames
488 - msdkh264enc, msdkh265enc: more properties to control intra
490 - note that on systems with multi GPUs the Windows D3D11
491 integration might only work reliably if the Intel GPU is the
494 - mxfdemux: Add support for Canon XF-HEVC
496 - openaptx: Support the freeaptx library
500 - new “qrcode-case-sensitive” property allows encoding case
501 sensitive strings like wifi SSIDs or passwords.
502 - added the ability to pick up data to render from an
503 upstream-provided custom GstQROverlay meta
505 - qtdemux: Add support for ONVIF XML Timed MetaData and AVC-Intra
508 - rfbsrc now supports the uri handler interface, so applications can
509 use RFB/VNC sources in uridecodebin(3) and playbin, with
510 e.g. rfb://:password@10.1.2.3:5903?shared=1
512 - rtponviftimestamp: Add support for using reference timestamps
514 - rtpvp9depay now has the same keyframe-related properties as
515 rtpvp8depay and rtph264depay: “request-keyframe” and
518 - rtspsrc: Various RTSP servers are using invalid URL operations for
519 constructing the control URL. Until GStreamer 1.16 these worked
520 correctly because GStreamer was just appending strings itself to
521 construct the control URL, but starting version 1.18 the correct URL
522 operations were used. With GStreamer 1.22, rtspsrc now first tries
523 with the correct control URL and if that fails it will retry with
524 the wrongly constructed control URL to restore support for such
527 - rtspsrc and rtpjitterbuffer gained a new
528 “add-reference-timestamp-meta” property that makes them put the
529 unmodified original sender timestamp on output buffers for NTP or
530 PTP clock synced senders
532 - srtsrc, srtsink: new “auto-reconnect” property to make it possible
533 to disable automatic reconnects (in caller mode) and make the
534 elements post an error immediately instead; also stats improvements
536 - srtsrc: new “keep-listening” property to avoid EOS on disconnect and
537 keep the source running while it waits for a new connection.
539 - videocodectestsink: added YUV 4:2:2 support
541 - wasapi2src: Add support for process loopback capture
543 - wpesrc: Add support for modifiers in key/touch/pointer events
545 Plugin and library moves
547 - The xingmux plugin has been moved from gst-plugins-ugly into
550 - The various Windows directshow plugins in gst-plugins-bad have been
551 unified into a single directshow plugin.
555 - The dxgiscreencapsrc element has been removed, use
556 d3d11screencapturesrc instead
558 Miscellaneous API additions
560 - GST_AUDIO_FORMAT_INFO_IS_VALID_RAW() and
561 GST_VIDEO_FORMAT_INFO_IS_VALID_RAW() can be used to check if a
562 GstAudioFormatInfo or GstVideoFormatInfo has been initialised to a
565 - Video SEI meta: new GstVideoSEIUserDataUnregisteredMeta to carry
566 H.264 and H.265 metadata from SEI User Data Unregistered messages.
568 - vulkan: Expose gst_vulkan_result_to_string()
570 Miscellaneous performance, latency and memory optimisations
572 - liborc 0.4.33 adds support for aarch64 (64-bit ARM) architecture
573 (not enabled by default on Windows yet though) and improvements for
574 32-bit ARM and should greatly enhance performance for certain
575 operations that use ORC.
577 - as always there have been plenty of performance, latency and memory
578 optimisations all over the place.
580 Miscellaneous other changes and enhancements
582 - the audio/video decoder base classes will not consider decoding
583 errors a hard error by default anymore but will continue trying to
584 decode. Previously more than 10 consecutive errors were considered a
585 hard error but this caused various partially broken streams to fail.
586 The threshold is configurable via the “max-errors” property.
588 - compatibility of the GStreamer PTP clock implementation with
589 different PTP server implementations was improved, and
590 synchronization is achieved successfully in various scenarios that
593 Tracing framework and debugging improvements
597 - buffer-lateness: Records lateness of buffers and the reported
598 latency for each pad in a CSV file. Comes with a script for
601 - pipeline-snapshot: Creates a .dot file of all pipelines in the
602 application whenever requested via SIGUSR1 (on UNIX systems)
604 - queue-levels: Records queue levels for each queue in a CSV file.
605 Comes with a script for visualisation.
607 Debug logging system improvements
609 - new log macros GST_LOG_ID, GST_DEBUG_ID, GST_INFO_ID,
610 GST_WARNING_ID, GST_ERROR_ID, and GST_TRACE_ID allow passing a
611 string identifier instead of a GObject. This makes it easier to log
612 non-gobject-based items and also has performance benefits.
616 - gst-play-1.0 gained a --no-position command line option to suppress
617 position/duration queries, which can be useful to reduce debug log
620 GStreamer FFMPEG wrapper
622 - Fixed bitrate management and timestamp inaccuracies for video
625 - Fix synchronization issues and errors created by the (wrong)
626 forwarding of upstream segment events by ffmpeg demuxers.
628 - Clipping meta support for gapless mp3 playback
630 GStreamer RTSP server
632 - Add RFC5576 Source-specific media attribute to the SDP media for
635 - Add support for adjusting request response on pipeline errors
637 - Give the application the possibility to adjust the error code
638 when responding to a request. For that purpose the pipeline’s
639 bus messages are emitted to subscribers through a
640 “handle-message” signal. The subscribers can then check those
641 messages for errors and adjust the response error code by
642 overriding the virtual method
643 GstRTSPClientClass::adjust_error_code().
645 - Add gst_rtsp_context_set_token() method to make it possible to set
646 the RTSPToken on some RTSPContext from bindings such as the Python
649 - rtspclientsink gained a “publish-clock-mode” property to configure
650 whether the pipeline clock should be published according to RFC7273
651 (RTP Clock Source Signalling), similar to the same API on
654 GStreamer VA-API support
656 - Development activity has shifted towards the new va plugin, with
657 gstreamer-vaapi now basically in maintenance-only mode. Most of the
658 below refers to the va plugin (not gstreamer-vaapi).
660 - new gst-va library for GStreamer VA-API integration
662 - vajpegdec: new JPEG decoder
664 - vah264enc, vah265enc: new H.264/H.265 encoders
666 - vah264lpenc, vah265lpenc: new low power mode encoders
668 - vah265enc: Add extended formats support such as 10/12 bits, 4:2:2
671 - Support encoder reconfiguration
673 - vacompositor: Add new compositor element using the VA-API VPP
678 - new “scale-method” property
679 - Process HDR caps if supported
680 - parse video orientation from tags
682 - vaapipostproc: Enable the use of DMA-Buf import and export
685 GStreamer Video4Linux2 support
687 - Added support for Mediatek Stateless CODEC (VP8, H.264, VP9)
689 - Stateless H.264 interlaced decoder support
691 - Stateless H.265 decoder support
693 - Stateful decoder support for driver resolution change events
695 - Stateful decoding support fixes for NXP/Amphion driver
697 - Support for hardware crop in v4l2src
699 - Conformance test improvement for stateful decoders
701 - Fixes for Raspberry Pi CODEC
705 - There were no changes in this module
707 GStreamer Editing Services and NLE
709 - Handle compositors that are bins around the actual compositor
710 implementation (like glvideomixers which wraps several elements)
712 - Add a mode to disable timeline editing API so the user can be in
713 full control of its layout (meaning that the user is responsible for
714 ensuring its validity/coherency)
716 - Add a new fade-in transition type
718 - Add support for non-1/1 PAR source videos
720 - Fix frame accuracy when working with very low framerate streams
724 - Clean up and stabilize API so we can now generate rust bindings
726 - Enhance the appsrc-push action type allowing to find tune the
727 buffers more in details
729 - Add an action type to verify currently configured pad caps
731 - Add a way to run checks from any thread after executing a ‘wait’
732 action. This is useful when waiting on a signal and want to check
733 the value of a property right when it is emited for example.
735 GStreamer Python Bindings
737 - Add a Gst.init_python() function to be called from plugins which
738 will initialise everything needed for the GStreamer Python bindings
739 but not call Gst.init() again since this will have been called
742 - Add support for the GstURIHandlerInterface that allows elements to
743 advertise what URI protocols they support.
745 GStreamer C# Bindings
747 - Fix AppSrc and AppSink constructors
749 - The C# bindings have yet to be updated to include new 1.22 API,
750 which requires improvements in various places in the bindings /
751 binding generator stack. See issue #1718 in GitLab for more
752 information and to track progress.
754 GStreamer Rust Bindings and Rust Plugins
756 The GStreamer Rust bindings are released separately with a different
757 release cadence that’s tied to gtk-rs, but the latest release has
758 already been updated for the new GStreamer 1.22 API. Check the bindings
759 release notes for details of the changes since 0.18, which was released
760 around GStreamer 1.20.
762 gst-plugins-rs, the module containing GStreamer plugins written in Rust,
763 has also seen lots of activity with many new elements and plugins. A
764 list of all Rust plugins and elements provided with the 0.9 release can
765 be found in the repository.
767 - 33% of GStreamer commits are now in Rust (bindings + plugins), and
768 the Rust plugins module is also where most of the new plugins are
771 - The Rust plugins are now shipped as part of the Windows MSVC + macOS
772 binary packages. See below for the list of shipped plugins and the
773 status of Rust support in cerbero.
775 - The Rust plugins are also part of the documentation on the GStreamer
778 - Rust plugins can be used from any programming language. To the
779 outside they look just like a plugin written in C or C++.
781 New Rust plugins and elements
783 - rtpav1pay / rtpav1depay: RTP (de)payloader for the AV1 video codec
784 - gtk4paintablesink: a GTK4 video sink that provides a GdkPaintable
785 for rendering a video in any place inside a GTK UI. Supports
786 zero-copy rendering via OpenGL on Linux and macOS.
787 - ndi: source, sink and device provider for NewTek NDI protocol
788 - onvif: Various elements for parsing, RTP (de)payloading, overlaying
789 of ONVIF timed metadata.
790 - livesync: Element for converting a live stream into a continuous
791 stream without gaps and timestamp jumps while preserving live
792 latency requirements.
793 - raptorq: Encoder/decoder elements for the RaptorQ FEC mechanism that
794 can be used for RTP streams (RFC6330).
798 - webrtcsink: a WebRTC sink (batteries included WebRTC sender with
800 - whipsink: WebRTC HTTP ingest (WHIP) to MediaServer
801 - whepsrc: WebRTC HTTP egress (WHEP) from MediaServer
802 - rtpgccbwe: RTP bandwidth estimator based on the Google Congestion
803 Control algorithm (GCC), used by webrtcsink
807 - awss3src / awss3sink: A source and sink element to talk to the
808 Amazon S3 object storage system.
809 - awss3hlssink: A sink element to store HLS streams on Amazon S3.
810 - awstranscriber: an element wrapping the AWS Transcriber service.
811 - awstranscribeparse: an element parsing the packets of the AWS
814 Video Effects (videofx)
816 - roundedcorners: Element to make the corners of a video rounded via
818 - colordetect: A pass-through filter able to detect the dominant
819 color(s) on incoming frames, using color-thief.
820 - videocompare: Compare similarity of video frames. The element can
821 use different hashing algorithms like Blockhash, DSSIM, and others.
823 New MP4 muxer + Fragmented MP4 muxer
825 - isofmp4mux, cmafmux, dashmp4mux, onviffmp4mux: New fragmented
826 MP4/ISOBMFF/CMAF muxer for generating e.g. DASH/HLS media fragments.
827 - isomp4mux, onvifmp4mux: New non-fragmented, normal MP4 muxer.
829 Both plugins provides elements that replace the existing qtmux/mp4mux
830 element from gst-plugins-good. While not feature-equivalent yet, the new
831 codebase and using separate elements for the fragment and non-fragmented
832 case allows for easier extensability in the future.
836 - Starting this release, cerbero has support for building and shipping
837 Rust code on Linux, Windows (MSVC) and macOS. The Windows (MSVC) and
838 macOS binaries also ship the GStreamer Rust plugins in this release.
839 Only dynamic plugins are built and shipped currently.
841 - Preliminary support for Android, iOS and Windows (MinGW) exists but
842 more work is needed. Check the tracker issue for more details about
845 - The following plugins are included currently: audiofx, aws, cdg,
846 claxon, closedcaption, dav1d, fallbackswitch, ffv1, fmp4, gif,
847 hlssink3, hsv, json, livesync, lewton, mp4, ndi, onvif, rav1e,
848 regex, reqwest, raptorq, png, rtp, textahead, textwrap, threadshare,
849 togglerecord, tracers, uriplaylistbin, videofx, webrtc, webrtchttp.
851 Build and Dependencies
853 - meson 0.62 or newer is required
855 - GLib >= 2.62 is now required (but GLib >= 2.64 is strongly
858 - libnice >= 0.1.21 is now required and contains important fixes for
859 GStreamer’s WebRTC stack.
861 - liborc >= 0.4.33 is recommended for 64-bit ARM support and 32-bit
864 - onnx: OnnxRT >= 1.13.1 is now required
866 - openaptx: can now be built against libfreeaptx
868 - opencv: allow building against any 4.x version
870 - shout: libshout >= 2.4.3 is now required
872 - gstreamer-vaapi’s Meson build options have been switched from a
873 custom combo type (yes/no/auto) to the built-in Meson feature type
874 (enabled/disabled/auto)
876 - The GStreamer Rust plugins module gst-plugins-rs is now considered
877 an essential part of the GStreamer plugin offering and packagers and
878 distributors are strongly encouraged to package and ship those
879 plugins alongside the existing plugin modules.
881 - we now make use of Meson’s install tags feature which allows
882 selective installation of installl components and might be useful
885 Monorepo build (gst-build)
887 - new “orc-source” build option to allow build against a
888 system-installed liborc instead of forcing the use of orc as a
891 - GStreamer command line tools can now be linked to the gstreamer-full
892 library if it’s built
896 Cerbero is a meta build system used to build GStreamer plus dependencies
897 on platforms where dependencies are not readily available, such as
898 Windows, Android, iOS, and macOS.
902 - Rust support was added for all support configurations, controlled by
903 the rust variant; see above for more details
904 - All pkgconfig files are now reliably relocatable without requiring
905 pkg-config --define-prefix. This also fixes statically linking with
906 GStreamer plugins using the corresponding pkgconfig files.
907 - New documentation on how to build a custom GStreamer repository
908 using Cerbero, please see the README
909 - HTTPS certificate checking is enabled for downloads on all platforms
911 - Fetching now automatically retries on error for robustness against
913 - Support for building the new Qt6 plugin was added
914 - pkgconfig files for various recipes were fixed
915 - Several recipes were updated to newer versions
916 - New plugins: adaptivedemux2 aes codectimestamper dav1d
917 - New libraries: cuda webrtcnice
921 - Added support for running Cerbero on ARM64 macOS
922 - GStreamer.framework and all libraries in it are now relocatable,
923 which means they use LC_RPATH entries to find dependencies instead
924 of using an absolute path. If you link to GStreamer using the
925 pkgconfig files, no action is necessary. However, if you use the
926 framework directly or link to the libraries inside the framework by
927 hand, then you need to pass -Wl,-rpath,<path_to_libdir> to the
929 - Apple bitcode support was dropped, since Apple has deprecated it
930 - macOS installer now correctly advertises support for both x86_64 and
932 - macOS framework now ships the gst-rtsp-server-1.0 library
933 - Various fixes were made to make static linking to gstreamer
934 libraries and plugins work correctly on macOS
935 - When statically linking to the applemedia plugin using Xcode 13, you
936 will need to pass -fno-objc-msgsend-selector-stubs which works
937 around a backwards-incompatible change in Xcode 14. This is not
938 required for the rest of GStreamer at present, but will be in the
940 - macOS installer now shows the GStreamer logo correctly
944 - MSVC is now required by default on Windows, and the Visual Studio
945 variant is enabled by default
946 - To build with MinGW, use the mingw variant
947 - Visual Studio props files were updated for newer Visual Studio
949 - Visual Studio 2015 support was dropped
950 - MSYS2 is now supported as the base instead of MSYS. Please see the
951 README for more details. Some advantages include:
952 - Faster build times, since parallel make works
953 - Faster bootstrap, since some tools are provided by MSYS2
954 - Other speed-ups due to using MSYS2 tools instead of MSYS
955 - Faster download by using powershell instead of hand-rolled Python
957 - Many recipes were ported from Autotools to Meson, speeding up the
959 - Universal Windows Platform is no longer supported, and binaries are
960 no longer shipped for it
961 - New documentation on how to force a specific Visual Studio
962 installation in Cerbero, please see the README
963 - New plugins: qsv wavpack directshow amfcodec wic win32ipc
964 - New libraries: d3d11
966 Windows MSI installer
968 - Universal Windows Platform prebuilt binaries are no longer available
972 - Various fixes for RHEL/CentOS 7 support
973 - Added support for running on Linux ARM64
977 - Android support now requires Android API version 21 (Lollipop)
978 - Support for Android Gradle plugin 7.2
980 Platform-specific changes and improvements
984 - Android SDK 21 is required now as minimum SDK version
986 - androidmedia: Add H.265 / HEVC video encoder mapping
988 - Implement JNI_OnLoad() to register static plugins etc. automatically
989 in case GStreamer is loaded from Java using System.loadLibrary(),
990 which is also useful for the gst-full deployment scenario.
994 - The GLib version shipped with the GStreamer binaries does not
995 initialize an NSApp and does not run a NSRunLoop on the main thread
996 anymore. This was a custom GLib patch and caused it to behave
997 different from the GLib shipped by Homebrew or anybody else.
999 The change was originally introduced because various macOS APIs
1000 require a NSRunLoop to run on the main thread to function correctly
1001 but as this change will never get merged into GLib and it was
1002 reverted for 1.22. Applications that relied on this behaviour should
1003 move to the new gst_macos_main() function, which also does not
1004 require the usage of a GMainLoop.
1006 See e.g. gst-play.c for an example for the usage of
1009 - GStreamer.framework and all libraries in it are now relocatable,
1010 which means they use LC_RPATH entries to find dependencies instead
1011 of using an absolute path. If you link to GStreamer using the
1012 pkgconfig files, no action is necessary. However, if you use the
1013 framework directly or link to the libraries inside the framework by
1014 hand, then you need to pass -Wl,-rpath,<path_to_libdir> to the
1017 - avfvideosrc: Allow specifying crop coordinates during screen capture
1019 - vtenc, vtdec: H.265 / HEVC video encoding + decoding support
1021 - osxaudiosrc: Support a device as both input and output
1023 - osxaudiodeviceprovider now probes devices more than once to
1024 determine if the device can function as both an input AND and
1025 output device. Previously, if the device provider detected that
1026 a device had any output capabilities, it was treated solely as
1027 an Audio/Sink. This caused issues for devices that have both
1028 input and output capabilities (for example, USB interfaces for
1029 professional audio have both input and output channels). Such
1030 devicesare now listed as both an Audio/Sink as well as an
1033 - osxaudio: support hidden devices on macOS
1035 - These are devices that will not be shown in the macOS UIs and
1036 that cannot be retrieved without having the specific UID of the
1037 hidden device. There are cases when you might want to have a
1038 hidden device, for example when having a virtual speaker that
1039 forwards the data to a virtual hidden input device from which
1040 you can then grab the audio. The blackhole project supports
1041 these hidden devices and this change provides a way that if the
1042 device id is a hidden device it will use it instead of checkinf
1043 the hardware list of devices to understand if the device is
1048 - win32ipcvideosink, win32ipcvideosrc: new shared memory videosrc/sink
1051 - wasapi2: Add support for process loopback capture for a specified
1052 PID (requires Windows 11/Windows Server 2022)
1054 - The Windows universal UWP build is currently non-functional and will
1055 need updating after the recent GLib upgrade. It is unclear if anyone
1056 is using these binaries, so if you are please make yourself known.
1058 - wicjpegdec, wicpngdec: Windows Imaging Component (WIC) based JPEG
1059 and PNG decoder elements.
1061 - mfaacdec, mfmp3dec: Windows MediaFoundation AAC and MP3 decoders
1063 - The uninstalled development environment supports PowerShell 7 now
1067 - Improved design for DMA buffer sharing and modifier handling for
1068 hardware-accelerated video decoders/encoders/filters and
1069 capture/rendering on Linux and Linux-like system.
1073 - new “fd” property which allows an application to provide their
1074 own opened DRM device fd handle to kmssink. That way an
1075 application can lease multiple fd’s from a DRM master to display
1076 on different CRTC outputs at the same time with multiple kmssink
1077 instances, for example.
1078 - new “skip-vsync” property to achieve full framerate with legacy
1079 emulation in drivers.
1080 - HDR10 infoframe support
1082 - va plugin and gstreamer-vaapi improvements (see above)
1084 - waylandsink: Add “rotate-method” property and “render-rectangle”
1087 - new gtkwaylandsink element based on gtksink, but similar to
1088 waylandsink and uses Wayland APIs directly instead of rendering with
1089 Gtk/Cairo primitives. This approach is only compatible with Gtk3,
1090 and like gtksink this element only supports Gtk3.
1092 Documentation improvements
1094 - The GStreamer Rust plugins are now included and documented in the
1095 plugin documentation.
1097 Possibly Breaking Changes
1099 - the Opus audio RTP payloader and depayloader no longer accept the
1100 lower case encoding-format=multiopus but instead produce and accept
1101 only the upper case variant encoding-format=MULTIOPUS, since those
1102 should always be upper case in GStreamer (caps fields are always
1103 case sensitive). This should hopefully only affect applications
1104 where RTP caps are set manually and multi-channel audio (>= 3
1107 - wpesrc: the URI handler protocols changed from wpe:// and web:// to
1108 web+http://, web+https://, and web+file:// which means URIs are RFC
1109 3986 compliant and the source can simply strip the prefix from the
1112 - The Windows screen capture element dxgiscreencapsrc has been
1113 removed, please use d3d11screencapturesrc instead.
1115 - On Android the minimum supported Android API version is now version
1116 21 and has been increased from 16.
1118 - On macOS, the GLib version shipped with the GStreamer binaries will
1119 no longer initialize an NSApp or run an NSRunLoop on the main
1120 thread. See macOS/iOS section above for details.
1122 - decklink: The decklink plugin is now using the 12.2.2 version of the
1123 SDK and will not work with drivers older than version 12.
1125 - On iOS Apple Bitcode support was removed from the binaries. This
1126 feature is deprecated since XCode 14 and not used on the App Store
1129 - The MP4/Matroska/WebM muxers now require the “stream-format” to be
1130 provided as part of the AV1 caps as only the original “obu-stream”
1131 format is supported in these containers and not the “annexb” format.
1135 - The Windows UWP build in Cerbero needs fixing after the recent GLib
1138 - The C# bindings have not been updated to include new 1.22 API yet
1145 - 2224 Merge Requests
1151 - ~33% of all commits and Merge Requests were in Rust modules
1153 - 4747 files changed
1155 - 469633 lines added
1157 - 209842 lines deleted
1159 - 259791 lines added (net)
1163 Ádám Balázs, Adam Doupe, Adrian Fiergolski, Adrian Perez de Castro, Alba
1164 Mendez, Aleix Conchillo Flaqué, Aleksandr Slobodeniuk, Alicia Boya
1165 García, Alireza Miryazdi, Andoni Morales Alastruey, Andrew Pritchard,
1166 Arun Raghavan, A. Wilcox, Bastian Krause, Bastien Nocera, Benjamin
1167 Gaignard, Bill Hofmann, Bo Elmgreen, Boyuan Zhang, Brad Hards, Branko
1168 Subasic, Bruce Liang, Bunio FH, byran77, Camilo Celis Guzman, Carlos
1169 Falgueras García, Carlos Rafael Giani, Célestin Marot, Christian Wick,
1170 Christopher Obbard, Christoph Reiter, Chris Wiggins, Chun-wei Fan, Colin
1171 Kinloch, Corentin Damman, Corentin Noël, Damian Hobson-Garcia, Daniel
1172 Almeida, Daniel Morin, Daniel Stone, Daniels Umanovskis, Danny Smith,
1173 David Svensson Fors, Devin Anderson, Diogo Goncalves, Dmitry Osipenko,
1174 Dongil Park, Doug Nazar, Edward Hervey, ekwange, Eli Schwartz, Elliot
1175 Chen, Enrique Ocaña González, Eric Knapp, Erwann Gouesbet, Evgeny
1176 Pavlov, Fabian Orccon, Fabrice Fontaine, Fan F He, F. Duncanh, Filip
1177 Hanes, Florian Zwoch, François Laignel, Fuga Kato, George Kiagiadakis,
1178 Guillaume Desmottes, Gu Yanjie, Haihao Xiang, Haihua Hu, Havard Graff,
1179 Heiko Becker, He Junyan, Henry Hoegelow, Hiero32, Hoonhee Lee, Hosang
1180 Lee, Hou Qi, Hugo Svirak, Ignacio Casal Quinteiro, Ignazio Pillai, Igor
1181 V. Kovalenko, Jacek Skiba, Jakub Adam, James Cowgill, James Hilliard,
1182 Jan Alexander Steffens (heftig), Jan Lorenz, Jan Schmidt, Jianhui Dai,
1183 jinsl00000, Johan Sternerup, Jonas Bonn, Jonas Danielsson, Jordan
1184 Petridis, Joseph Donofry, Jose Quaresma, Julian Bouzas, Junsoo Park,
1185 Justin Chadwell, Khem Raj, Krystian Wojtas, László Károlyi, Linus
1186 Svensson, Loïc Le Page, Ludvig Rappe, Marc Leeman, Marek Olejnik, Marek
1187 Vasut, Marijn Suijten, Mark Nauwelaerts, Martin Dørum, Martin Reboredo,
1188 Mart Raudsepp, Mathieu Duponchelle, Matt Crane, Matthew Waters, Matthias
1189 Clasen, Matthias Fuchs, Mengkejiergeli Ba, MGlolenstine, Michael Gruner,
1190 Michiel Konstapel, Mikhail Fludkov, Ming Qian, Mingyang Ma, Myles
1191 Inglis, Nicolas Dufresne, Nirbheek Chauhan, Olivier Crête, Pablo Marcos
1192 Oltra, Patricia Muscalu, Patrick Griffis, Paweł Stawicki, Peter
1193 Stensson, Philippe Normand, Philipp Zabel, Pierre Bourré, Piotr
1194 Brzeziński, Rabindra Harlalka, Rafael Caricio, Rafael Sobral, Rafał
1195 Dzięgiel, Raul Tambre, Robert Mader, Robert Rosengren, Rodrigo
1196 Bernardes, Rouven Czerwinski, Ruben Gonzalez, Sam Van Den Berge,
1197 Sanchayan Maity, Sangchul Lee, Sebastian Dröge, Sebastian Fricke,
1198 Sebastian Groß, Sebastian Mueller, Sebastian Wick, Sergei Kovalev,
1199 Seungha Yang, Seungmin Kim, sezanzeb, Sherrill Lin, Shingo Kitagawa,
1200 Stéphane Cerveau, Talha Khan, Taruntej Kanakamalla, Thibault Saunier,
1201 Tim Mooney, Tim-Philipp Müller, Tomasz Andrzejak, Tom Schuring, Tong Wu,
1202 toor, Tristan Matthews, Tulio Beloqui, U. Artie Eoff, Víctor Manuel
1203 Jáquez Leal, Vincent Cheah Beng Keat, Vivia Nikolaidou, Vivienne
1204 Watermeier, WANG Xuerui, Wojciech Kapsa, Wonchul Lee, Wu Tong, Xabier
1205 Rodriguez Calvar, Xavier Claessens, Yatin Mann, Yeongjin Jeong, Zebediah
1206 Figura, Zhao Zhili, Zhiyuaniu, مهدي شينون (Mehdi Chinoune),
1208 … and many others who have contributed bug reports, translations, sent
1209 suggestions or helped testing.
1213 After the 1.22.0 release there will be several 1.22.x bug-fix releases
1214 which will contain bug fixes which have been deemed suitable for a
1215 stable branch, but no new features or intrusive changes will be added to
1216 a bug-fix release usually. The 1.22.x bug-fix releases will be made from
1217 the git 1.22 branch, which will be a stable branch.
1221 1.22.0 was originally released on 23 January 2023.
1225 The first 1.22 bug-fix release (1.22.1) was released on 04 March 2023.
1227 This release only contains bugfixes and it should be safe to update from
1230 Highlighted bugfixes in 1.22.1
1232 - audio channel-mix: allow up to 64 channels (instead of up to 63
1234 - avfvideosrc: Don’t wait on main thread for permissions request
1235 - avvidenc: avoid generating inaccurate output timestamps, especially
1236 with variable framerate streams
1237 - AV1 video codec caps signalling improvements in various elements
1238 - codectimestamper: Fix timestamping on sequence update
1239 - d3d11overlaycompositor: fix texture width and height
1240 - d3d11videosink: Fix rendering on external handle
1241 - dashdemux2: fix seek operation taking a log time to finish for some
1243 - nvencoder: Fix B-frame encoding on Linux and min buffers in auto GPU
1245 - playbin3: fixing buffering for live pipelines
1246 - playbin: fix potential deadlock when stopping stream with subtitles
1248 - redenc: fix setting of extension ID for twcc
1249 - rtspsrc: improved compatibility with more broken RTSP servers
1250 - v4l2h264dec: Fix Raspberry Pi4 will not play video in application
1251 - vtdec: fix jittery playback of H.264 Level 4.1 movies in macOS
1252 - vtdec: Fix non-deterministic frame output after flushing seeks
1253 - vtenc: fix handling of interlaced ProRes on Apple M1 hardware
1254 - vtenc: don’t advertise ARGB/RGBA64 input caps on M1 Pro/Max with
1256 - wasapi2src: Fix loopback capture on Windows 10 Anniversary Update
1257 - tools: better handling of non-ASCII command line arguments on
1259 - gst-libav: fix build against newer ffmpeg versions
1260 - gst-python: Use arch-specific install dir for gi overrides
1261 - cerbero: Fix setuptools site.py breakage in Python 3.11
1262 - macOS packages: Fix broken binaries on macos < 11.0
1263 - various bug fixes, memory leak fixes, and other stability and
1264 reliability improvements
1268 - buffer: fix copy meta reference debug log formatting
1269 - bin: Don’t unlock unlocked mutex in gst_bin_remove_func()
1270 - pad: Don’t leak user_data in gst_pad_start_task()
1271 - aggregator: Always lock aggpad around update_time_level
1272 - inputselector: Avoid potential deadlock when shutting down,
1273 e.g. playbin with subtitles
1274 - multiqueue: Handle use-interleave latency live pipelines, fixing
1275 buffering for live pipelines in playbin3
1276 - GstBaseSrc: fix transfer annotation for fixate() virtual method
1277 - GstBaseSrc, GstPushSrc: add nullable annotations to virtual methods
1278 - tools: Make sure UTF-8 encoded command line arguments on Windows
1282 - alsasink: Fix stall when going from PLAYING to NULL (stucked at
1283 PAUSED) with uac1 gadget
1284 - appsrc: Don’t chain up BaseSrc::negotiate()
1285 - audio: channel-mix: Fix channel count limit to be able to equal 64
1286 - gldisplay: Mark gst_gl_display_create_context() other_context
1287 parameter as nullable
1288 - gldisplay: Remove unused code
1289 - gstglwindow_x11.c: Fix colormap leak
1290 - gl/cocoa: Return a strong ref to the parent GstGLContext
1291 - rtspconnection: Annotate RTSP message and RTSP events parameters
1293 - sdp, typefind: Fix some annotations
1294 - sdp: gstmikey: gst_mikey_message_to_caps: extract ROC from first
1296 - subparse: Properly forward segment seqnum
1297 - uridecodebin: Set source element to READY before querying it
1298 - uritranscodebin: Fix unref of NULL
1299 - gst-play-1.0: Don’t force accurate seeking
1303 - adaptivedemux2: Fix buffering threshold initialization
1304 - dashdemux2: the seek operation takes a log time to finish for some
1306 - glvideomixer: Keep a reference to the underlying pad
1307 - qtdemux: Don’t emit GstSegment correcting start time when in MSE
1309 - qtdemux: Handle moov atom length=0 case by reading until the end
1310 - qtdemux, qtmux: Drop av1C version 0 parsing and implement version 1
1312 - qtmux: Fix assertion on caps update
1313 - redenc: fix setting of extension ID for twcc
1314 - rtspsrc: Use the correct vfunc for the push-backchannel-sample
1316 - rtpssrcdemux: set different stream-id on each src pad
1317 - udpsrc: GstSocketTimestampMessage only for SCM_TIMESTAMPNS
1318 - v4l2h264dec: Fix Raspberry Pi4 will not play video in application
1322 - aom: Include stream-format and alignment in the AV1 caps
1323 - av1parser, h265parser: Fix some code defects
1324 - av1parser: Don’t consider unknown metadata OBUs a bitstream error
1325 - avfvideosrc: Don’t wait on main thread for permissions request
1326 - ccconverter: don’t debug a potentially freed filter caps
1327 - codectimestamper: Fix timestamping on sequence update
1328 - codecparsers: {h264, h265}bitwriter: Remove redundant condition
1330 - codecs: decoders: fail early if no input caps have been provided for
1331 all new decoder base classes
1332 - closedcaption: Don’t leak caps event
1333 - curlhttpsrc: Add curl anyauth option
1334 - d3d11overlaycompositor: fix texture width and height
1335 - d3d11videosink: Fix rendering on external handle
1336 - h265parse: Always set profile on src caps
1337 - msdkav1enc: fix the category for msdkav1enc debug
1338 - nvcodec: improve error reporting on plugin init
1339 - nvencoder: Fix b-frame encoding on Linux
1340 - nvencoder: Fix min buffers parameter of allocation query in auto GPU
1342 - nvvp9dec: Fix return value
1343 - qsvav1enc, amfav1enc: Set stream-format on caps
1344 - vtdec: Jittery playback of H.264 Level 4.1 movies in macOS (both
1346 - vtdec: Fix DPB size calculations not taking values from SPS into
1348 - vtdec: Fix not waiting for async frames when flushing
1349 - vtenc: Disable ARGB/RGBA64 caps on M1 Pro/Max with macOS <13
1350 - vtenc: Fix checking for certain CPU variants when running in VMs
1351 - vtenc: Disable HW acceleration for interlaced ProRes
1352 - va: Avoid the array index overflow when filling 8x8 scaling list.
1353 - va: Fix some code defects
1354 - vah265enc: Use helper to update properties.
1355 - vulkan: memory: Flush non coherent memory after write.
1356 - wasapi2src: Fix loopback capture on Windows 10 Anniversary Update
1357 - webrtcbin: small stats improvements
1358 - win32ipcutils: Add missing include
1359 - wpe: Logging fixes for the WebExtension
1363 - mpegpsdemux: Ignore DTS if PTS < DTS
1367 - avauddec, avviddec: Free packet side data after usage
1369 AV_CODEC_CAP_AUTO_THREADS->AV_CODEC_CAP_OTHER_THREADS to fix build
1370 against newer ffmpeg versions
1371 - Memory leak in ’ av_packet_add_side_data’ in
1372 /lib/x86_64-linux-gnu/libavcodec.so reading the file
1373 clock_odd_size_RLE_g1597902.avi
1374 - avvidenc: Don’t take ffmpeg timestamps verbatim but only use them to
1383 - vaapi: Skip plugin pc file for shared plugins
1395 - gst-python: Use arch-specific install dir for gi overrides
1397 gst-editing-services
1401 gst-validate + gst-integration-testsuites
1403 - validate:scenario: sink refs when building
1404 - tests: Fix known issue definition location for unit tests and how we
1405 handle them in validate launcher
1406 - tests: mark elements_srtp.test_play test as flaky
1407 - Fix gstreamer-validate-1.0 dependency name
1408 - validate-scenario: fix g-i warning in annotation
1409 - validate: Fix gst_validate_execute_action annotation
1413 - webrtc examples: Use webrtc.gstreamer.net
1414 - webrtc_sendrecv.py: Various fixes
1416 Development build environment
1418 - gst-env: Handle installing python modules to dist-packages
1419 - meson: Allow sysdeps to be forced as fallback subprojects
1420 - meson: Switch dav1d wrap to a tarball and update to dav1d 1.1.0
1422 Cerbero build tool and packaging changes in 1.22.1
1424 - macos: Fix broken binaries on macos < 11.0
1425 - orc: Update pthread_jit_write_protect fix for macOS/iOS
1426 - dav1d: Update to 1.1.0
1427 - libsrtp: update to v2.5.0
1428 - rustup: Update to 1.25.2
1429 - rust: Update to 1.67; cargo-c to 0.9.16
1430 - cerbero: Don’t error out if bindir already exists
1431 - Fix setuptools site.py breakage in Python 3.11, bump
1432 gobject-introspection, bump windows image
1433 - cerbero: Retry if cargo update fails on macOS
1434 - gst-plugins-rs: Build glib/gio bindings with 2.74 API support
1436 Contributors to 1.22.1
1438 Alessandro Bono, Arun Raghavan, Bart Van Severen, Carlos Falgueras
1439 García, Célestin Marot, David Svensson Fors, Edward Hervey, Enrique
1440 Ocaña González, Frank Dana, Guillaume Desmottes, He Junyan, James
1441 Hilliard, Jan Alexander Steffens (heftig), Jan Schmidt, Jordan Petridis,
1442 Mathieu Duponchelle, Matthew Waters, medithe, Mengkejiergeli Ba, Nicolas
1443 Beland, Nirbheek Chauhan, Patricia Muscalu, Pawel Stawicki, Philippe
1444 Normand, Piotr Brzeziński, Rajneesh Soni, Robert Rosengren, Sanchayan
1445 Maity, Sebastian Dröge, Seungha Yang, Simon Himmelbauer, Thibault
1446 Saunier, Tim-Philipp Müller, Tristan van Berkom, U. Artie Eoff, Víctor
1447 Manuel Jáquez Leal, Vivia Nikolaidou, Xuchen Yang, Yinhang Liu,
1449 … and many others who have contributed bug reports, translations, sent
1450 suggestions or helped testing. Thank you all!
1452 List of merge requests and issues fixed in 1.22.1
1454 - List of Merge Requests applied in 1.22.1
1455 - List of Issues fixed in 1.22.1
1459 The second 1.22 bug-fix release (1.22.2) was released on 11 April 2023.
1461 This release only contains bugfixes and it should be safe to update from
1464 Highlighted bugfixes in 1.22.2
1466 - avdec_h264: fix decoder deadlocks with FFmpeg 6.0
1467 - rtspsrc: fix regression with URI protocols in OPTIONS requests for
1469 - rtspsrc: improved control url handling compatibility for broken
1471 - decklink: fix 10 bit RGB (r210) format auto detection for capture
1472 and fix playout if video caps are configured before audio caps
1473 - d3d11videosink: Fix tearing in case of fullscreen mode
1474 - playbin: fix deadlock when stopping stream with subtitles visible
1476 - typefinding: fix regression not detecting application/dash+xml in
1478 - osxvideosink: fix broken aspect ratio and frame drawing region
1479 - decodebin3, parsebin: Improve elementary stream handling when
1480 decoders are not present and fix hang when removing a failing stream
1481 - urisourcebin: Propagate sticky events from parsebin, so that the
1482 STREAM_START event with the GstStream info is always available when
1484 - v4l2: Add support for YVU420M format; mark JPEG content as parsed
1485 - h264decoder, h265decoder: DPB bumping process and latency reporting
1487 - Opus: Fix reading of extended channel config in MPEG-TS and fix
1488 missing sample rate when remuxing from RTP to Matroska
1489 - zxing: add support for building against zxing-c++ 2.0
1490 - cerbero: Fix packaging of Rust plugins on Android; fix modern Gentoo
1492 - various bug fixes, memory leak fixes, and other stability and
1493 reliability improvements
1497 - datetime: Return G_MAXFLOAT instead of G_MAXDOUBLE for no timezone
1499 - inputselector: Wake up streaming thread before PLAYING_TO_PAUSED
1501 - tools: fix potential crash when passing command-line options on
1506 - alsasink: Fix for being stuck in stop_streaming_threads state
1507 - decodebin3: fix hang when removing a failing stream
1508 - gl: wayland: cleanup on close
1509 - parsebin: Improve elementary stream handling
1510 - playbin: fix deadlock when stopping stream with subtitles visible
1512 - sdp: Skip source-specific caps fields when creating an SDP media
1514 - urisourcebin: Propagate sticky events from parsebin
1515 - urisourcebin: Activate pad before transferring sticky events
1516 - typefinding: fix failure to recognize application/dash+xml in some
1521 - osxvideosink: fix broken aspect ratio and frame drawing region
1522 - qtdemux: Fix seek adjustment with SNAP_AFTER flag
1523 - rtpopusdepay, matroskamux: Fix invalid rate while muxing Opus in
1525 - rtpmanager: twcc: Fix duplicate packet handling
1526 - rtsp: url: fix incorrect request URI scheme for TLS transport
1527 methods (regression)
1528 - rtspsrc: Consider “451: Parameter Not Understood” when handling
1530 - rtspsrc: fix behavior change with URI protocols in OPTIONS requests
1531 - rtspsrc: Skip PTs with caps incompatible to the global caps
1532 - rtpjpegdepay: fix logic error when checking if an end of image (EOI)
1534 - v4l2: Add support for YVU420M format
1535 - v4l2: mark JPEG as parsed
1539 - cea708overlay: fix HCR interpretation
1540 - d3d11bufferpool: Fix invalid access in debug print loop
1541 - d3d11compositor: Fix composition error on release_pad()
1542 - d3d11converter: Fix conversion backend selection
1543 - d3d11videosink: Fix tearing in case of fullscreen mode -
1544 d3d11bufferpool: Fix invalid access in debug print loop
1545 - d3d11window: fix memory leak
1546 - decklink: fix 10 bit RGB (r210) format auto detection
1547 - decklinkaudiosink: Fix playback when video caps is configured before
1549 - decklinkvideosrc: RGB 4:4:4 doesn’t work after GStreamer upgrade
1551 - decklinkvideosrc: unable to show HDMI stream that Blackmagic’s Media
1552 Express is able to see
1553 - debugqroverlay: fix string leak
1554 - gtkwaylandsink: Destroy GstWlWindow when parent GtkWindow is
1556 - gtkwaylandsink: Fix crash when rendering after the window is closed
1557 - ksvideo, directshow: Fix reference leaks in device providers
1558 - h264decoder: Fix DPB bumping process
1559 - h264decoder, h265decoder: Latency reporting related fixes
1560 - h264parse: Validate VUI framerate
1561 - jpegparse: reset parse state when the SOI is not the first marker
1562 - nvencoder: Fix CQP option setting
1563 - nvh264encoder: Fix template caps to include progressive mode as well
1564 - openjpegdec: allow multithread decoding only in subframe mode
1565 - tsdemux: Fix reading of extended Opus channel configuration
1566 - vulkan: fix validation layer issues
1567 - vulkanoverlaycompositor: fix potential use after free
1568 - vulkanswapper: correctly handle force-aspect-ratio=false
1569 - wasapi2: Fix potential crash on device activation failure
1570 - webrtc: Fix segfault traversing ice transports
1571 - webrtc: patch leak caused by early return
1572 - zxing: add support for zxing-c++ 2.0
1580 - avdec_h264 pipeline freeze with FFmpeg6
1581 - avdeinterlace, avmux: fix element reference leak
1582 - avviddec: Drop decoder stream lock when calling send_packet
1586 - rtsp-server: fix deadlock on shutdown with non-live pipeline if
1587 media isn’t playing/prerolled yet and eos-shutdown is enabled for
1606 gst-editing-services
1610 gst-validate + gst-integration-testsuites
1618 Development build environment
1620 - git: prevent CRLF line ending conversion for patches to fix pango
1621 subproject patching issues on Windows
1623 Cerbero build tool and packaging changes in 1.22.2
1625 - build: retry rust build on SIGBUS errors too
1626 - Fix packaging of rust plugins on Android
1627 - Modern Gentoo distro adaptation
1628 - sbc: update to 2.0
1629 - speex: update to 1.2.1
1631 Contributors to 1.22.2
1633 Adrien De Coninck, Albert Sjölund, Alexande B, Antonio Rojas, Arun
1634 Raghavan, Bart Van Severen, Carlo Cabrera, Colin Kinloch, Edward Hervey,
1635 Guillaume Desmottes, Haihua Hu, He Junyan, Ilie Halip, Jordan Petridis,
1636 Josef Kolář, Lily Foster, Mathieu Duponchelle, Matt Feury, Matthew
1637 Waters, Maxim P. Dementyev, Michael Tretter, Nicolas Dufresne, Nirbheek
1638 Chauhan, Piotr Brzeziński, Robert Rosengren, Rouven Czerwinski,
1639 Sebastian Dröge, Seungha Yang, Shengqi Yu, Stéphane Cerveau, Talha Khan,
1640 Thibault Saunier, Tim-Philipp Müller, Víctor Manuel Jáquez Leal, Vivia
1641 Nikolaidou, Wang Chuan, Wojciech Kapsa,
1643 … and many others who have contributed bug reports, translations, sent
1644 suggestions or helped testing. Thank you all!
1646 List of merge requests and issues fixed in 1.22.2
1648 - List of Merge Requests applied in 1.22.2
1649 - List of Issues fixed in 1.22.2
1653 The third 1.22 bug-fix release (1.22.3) was released on 19 May 2023.
1655 This release only contains bugfixes and it should be safe to update from
1658 Highlighted bugfixes in 1.22.3
1660 - avdec: fix occasional video decoder deadlock on seeking with FFmpeg
1662 - decodebin3: fix regression handling input streams without CAPS or
1663 TIME segment such as e.g. udpsrc or `pushfilesrc
1664 - bluez: a2dpsink: fix Bluetooth SIG Certification test failures
1665 - osxvideosink: fix deadlock upon closing output window
1666 - qtdemux: fix edit list handling regression and AV1 codec box parsing
1667 - qtmux: fix extraction of CEA608 closed caption data from S334-1A
1669 - rtspsrc: Fix handling of * control path
1670 - splitmux: timestamp handling improvements
1671 - v4l2videodec: Rework dynamic resolution change handling (needed for
1672 IMX6 mainline codec)
1673 - videoflip: fix regression with automatically rotating video based on
1675 - d3d11: many d3d11videosink and d3d11compositor fixes
1676 - webrtc, rtp: numerous data race fixes and stability fixes
1677 - various bug fixes, memory leak fixes, and other stability and
1678 reliability improvements
1682 - tracing: Initialize tracing infrastructure even if the debug system
1684 - parse-launch: fix missing unref of looked-up child element
1685 - gstutils: Add category and object to most logging messages
1689 - allocators: Fix fdmem unit test with recent GLib versions
1690 - audiotestsrc: Initialize all samples in wave=ticks mode
1691 - decodebin3: Handle input streams without CAPS or TIME segment such
1692 as e.g. udpsrc or pushfilesrc
1693 - decodebin3: fix regression handling streams without caps
1694 - decodebin3: fix random hang when remove failing stream
1695 - uridecodebin3: Ensure atomic urisourcebin state change
1696 - glvideoflip: fix leaked caps
1697 - glcontext_wgl: fix missing unref
1698 - playsink: Fix volume leak
1702 - adaptivedemux2: fix critical when using an unsupported URI
1703 - dashdemux2: mpdclient: fix divide by 0 if segment has no duration
1704 - imagesequencesrc: Properly set default location
1705 - multifile: error out if no filename was set
1706 - osxvideosink: fix deadlock upon closing output window
1707 - rtpmanager: rtpsession: data race leading to critical warnings
1708 - rtpmanager: rtpsession: race conditions leading to critical warnings
1709 - rtspsrc: Fix handling of * control path
1710 - splitmuxsink: Catch invalid DTS to avoid running into problems later
1711 - splitmuxsrc: Make PTS contiguous by preference
1712 - qtdemux: emit no-more-pads after pruning old pads
1713 - Revert “qtdemux: fix conditions for end of segment in reverse
1714 playback” to fix edit list regression
1715 - qtdemux: Fix av1C parsing
1716 - qtmux: Fix extraction of CEA608 data from S334-1A packets
1717 - qtwindow: unref caps in destructor
1718 - v4l2: device provider: Fix GMainLoop leak
1719 - v4l2: videodec: Rework dynamic resolution change handling
1720 - v4l2: videodec: Prefer acquired caps over anything downstream
1721 - videoflip: fix setting of method property at construction time
1722 - videoflip 1.22.2 not rotating video when extracting frames
1726 - a2dpsink: Fails many tests in Bluetooth SIG Certification
1727 - avdtputil: Use int instead of int range for fixed bitpool values
1728 - ccconverter: reintroduce frame count reset on cycle completion
1729 - ccconverter: integer overflow & crashing
1730 - codectimestamper: remove PC file generation from plugin’s own
1732 - cudamemory: Fix for semi planar YUV memory size decision
1733 - d3d11compositor: Reconfigure resource only when output caps is
1735 - d3d11compositor: Skip zero alpha input
1736 - d3d11convert: Fix for runtime property update
1737 - d3d11memory: Don’t clear wrapped texture memory
1738 - d3d11videosink: Fix for ignored initial render rectangle
1739 - d3d11videosink: fix race condition in window unprepare
1740 - d3d11videosink: Enhancement for initial window size decision
1741 - d3d11videosink: Don’t clear prepared buffer on unlock_stop()
1742 - dashdemux: mpdclient: fix divide by 0 if segment has no duration
1743 - dtlstransport: Keep strong ref of dtls encoder/decoder
1744 - GstPlay: avoid getting property of playbin2 if subtitle_sid is null
1745 - GstPlay: fix critical log when using playbin3
1746 - h264decoder: Drop nonexisting picture silently without error
1747 - dtmf: element classification improvements
1748 - mfvideoenc: Allow only even resolution numbers
1749 - sctpenc: Fix potential shutdown deadlock
1750 - srtpdec: fix “srtp-key” check
1751 - tests: disable dtls test if openssl is not present
1752 - tsdemux: Set number of channels to 2 for dual mono Opus
1753 - va: Various fixes for defects found with MSVC
1754 - wasapi2: Allows process loopback capture on Windows 10
1755 - webrtcdatachannel: Bind to parent webrtcbin using a weak reference
1756 - webrtcbin: Fix potential deadlock when closing before any data was
1758 - webrtc: Plug leaks of resolved ICE addresses
1759 - webrtc: do not tear down data channel before data is flushed
1763 - mpegpsdemux: Rework gap sending
1767 - avviddec: Temporarily unlock stream lock while flushing buffers
1768 - Random freeze and deadlock in ffmpegviddec flush and get_buffer
1791 gst-editing-services
1793 - ges: base-xml-formatter: Don’t pass non-GObject pointers to
1796 gst-validate + gst-integration-testsuites
1804 Development build environment
1808 Cerbero build tool and packaging changes in 1.22.3
1810 - glib: Ship Windows process spawning helpers
1811 - recipes: add recipe for libltc for timecodestamper element
1812 - Add support for RHEL9 and Rocky Linux
1814 Contributors to 1.22.3
1816 Aleksandr Slobodeniuk, Antonio Kevo, Arun Raghavan, Carlos Rafael Giani,
1817 Daniel Moberg, Edward Hervey, Elliot Chen, François Laignel, Guillaume
1818 Desmottes, Haihua Hu, Jan Alexander Steffens (heftig), Jan Beich, Jan
1819 Schmidt, Johan Sternerup, John King, Jordan Petridis, Juan Navarro, Lily
1820 Foster, Martin Nordholts, Mathieu Duponchelle, Matthew Waters, Matthias
1821 Fuchs, Michael Olbrich, Mihail Ivanchev, Nick Steel, Nicolas Dufresne,
1822 Nirbheek Chauhan, Patricia Muscalu, Philippe Normand, Piotr Brzeziński,
1823 Sanchayan Maity, Sebastian Dröge, Seungha Yang, Stéphane Cerveau,
1824 Thibault Saunier, Tim-Philipp Müller, Xabier Rodriguez Calvar,
1826 … and many others who have contributed bug reports, translations, sent
1827 suggestions or helped testing. Thank you all!
1829 List of merge requests and issues fixed in 1.22.3
1831 - List of Merge Requests applied in 1.22.3
1832 - List of Issues fixed in 1.22.3
1836 The fourth 1.22 bug-fix release (1.22.4) was released on 20 June 2023.
1838 This release only contains bugfixes and security fixes and it should be
1839 safe to update from 1.22.x.
1841 Highlighted bugfixes in 1.22.4
1843 - Security fixes for flacparse, dvdspu, and subparse
1844 - d3d11videosink: Fix error on pause and play
1845 - decklink: Correctly handle SDK strings on macOS and free strings
1846 after usage on Linux
1847 - filesink: Fix buffered mode writing of buffer lists and buffers with
1849 - gldownload: handle passthrough without a critical
1850 - h265parse: Fix framerate handling regression
1851 - oggdemux: vp8 fixes
1852 - mp4mux, qtmux, qtdemux: Opus audio mapping fixes
1853 - pngdec: Fix wrong colours output from 16bit RGB images
1854 - ptp clock: Work around ptpd bug in default configuration
1855 - srtpdec: fix critical warnings on shutdown
1856 - v4l2src: fix support for bayer format
1857 - v4l2videoenc: support force-keyframe event in v4l2 encoder
1858 - vtenc: apply DTS offset to ensure DTS <= PTS
1859 - gst-python: allow more functions to be called before gst_init()
1860 - cerbero: fix vaapi variant; add qt6 build on windows; ensure errors
1861 on unguarded use of new APIs, require macOS 10.13
1862 - packages: ship codecalpha, rtponvif, dvbsubenc, switchbin,
1863 videosignal plugins; fix pango crash on 32-bit windows
1864 - various bug fixes, memory leak fixes, and other stability and
1865 reliability improvements
1869 - filesink: Fix buffered mode writing of buffer lists and buffers with
1871 - basesink: Clear EOS flag on STREAM-START event
1872 - typefindhelper: downgrade bogus error level debug log message
1873 - ptp: Correctly parse clock ID from the commandline parameters in the
1875 - ptp: Work around bug in ptpd in default configuration
1879 - alsasink: Fix stall for transition from PAUSED to READY with USB
1881 - appsink: unref buffer in prev sample early so buffers from v4l2 can
1882 be released properly
1883 - basetextoverlay: Fix typo in “text-y” property description
1884 - gldownload: handle passthrough without a critical
1885 - glfilter: add parent meta to output buffer for input buffer
1886 - oggdemux: vp8: Push headers downstream and detect keyframe packets
1887 - opus: Fix potential crash when getting unexpected channel position
1888 - streamsynchronizer: reset eos on STREAM_START
1889 - subparse: Look for the closing > of a tag after the opening <
1890 - video: convertframe: Add D3D11 specific conversion path
1891 - videometa: Only validate the alignment only when it contains some
1893 - video-blend: Fix linking error with C++
1897 - flacparse: Avoid integer overflow in available data check for image
1899 - flvmux: use the correct timestamp to calculate wait times
1900 - isomp4: Fix (E)AC-3 channel count handling
1901 - jpegdec: fixes related to interlaced jpeg
1902 - pngdec: Fix wrong colours output from 16bit RGB images
1903 - qtmux, qtdemux: fix byte order for opus extension
1904 - rtspsrc: Do not try send dropped get/set parameter
1905 - qt5, qt6: Add more meson options and eliminate all automagic
1906 - qt: glrenderer: don’t attempt to use QWindow from non-Qt main thread
1907 - qml6glsink: Support building on win32
1908 - v4l2src: fix support for bayer format
1909 - v4l2: Change to query only up to
1910 V4L2_CID_PRIVATE_BASE+V4L2_CID_MAX_CTRLS
1911 - v4l2videodec: treat MPEG-1 format as MPEG-2
1912 - v4l2videoenc: support force keyframe event in v4l2 encoder
1913 - tests: rtpbin_buffer_list: fix possible unaligned write/read on
1918 - asfmux: fix possible unaligned write on 32-bit ARM
1919 - d3d11videosink: Fix error on pause and play
1920 - d3dvideosink: Fix navigation event leak
1921 - decklink: Correctly handle SDK strings on macOS and free strings
1922 after usage on Linux
1923 - dvdspu: Make sure enough data is allocated for the available data
1924 - fdkaacdec: Support up to 5 rear channels
1925 - h265parse: Fix framerate handling
1926 - kmssink: Add STM32 LTDC and NXP i.MX8M Plus LCDIFv3 auto-detection
1927 - sdpdemux: ensure that only one srcpad is created per stream
1928 - srtpdec: fix critical warnings on shutdown
1929 - testsrcbin: Remove spurious caps unref
1930 - va: map the mbbrc to correct enum value in get_property()
1931 - vtenc: apply DTS offset to ensure DTS <= PTS
1932 - vtdec: time glitches on h264 playback
1933 - waylandsink: Emit “map” signal boarder surface is ready
1949 - vaapidecodebin: don’t load vaapipostproc if not available
1961 - python: More functions can be called before gst_init()
1963 gst-editing-services
1965 - ges: launcher: Never put sinks in a GstPipeline
1967 gst-validate + gst-integration-testsuites
1975 Development build environment
1979 Cerbero build tool and packaging changes in 1.22.4
1981 - Ship codecalpha, rtponvif, dvbsubenc, switchbin, videosignal plugins
1982 - pango: Fix crash on Windows 32bit build
1983 - qml6: Add support for building the qml6 plugin on Windows and bump
1985 - vaapi: update vaapi variant/recipe for meson option changes
1986 - packages: Put libass in the same category as assrender
1987 - cerbero: Don’t extract if already extracted in fetch
1988 - darwin: Ensure errors on unguarded use of new APIs, require macOS
1991 Contributors to 1.22.4
1993 Andoni Morales Alastruey, Arun Raghavan, Colin Kinloch, Daniel Morin,
1994 Edward Hervey, ekwange, Elliot Chen, François Laignel, Guillaume
1995 Desmottes, Haihua Hu, He Junyan, Hou Qi, Jan Alexander Steffens
1996 (heftig), Jochen Henneberg, Jordan Petridis, Kevin Song, Maksym
1997 Khomenko, Marek Vasut, Mathieu Duponchelle, Matthew Waters,
1998 Mengkejiergeli Ba, Michael Olbrich, Nicolas Beland, Nicolas Dufresne,
1999 Nirbheek Chauhan, Philippe Normand, Piotr Brzeziński, Sebastian Dröge,
2000 Seungha Yang, Thibault Saunier, Tim-Philipp Müller, Víctor Manuel Jáquez
2001 Leal, William Manley, Xavier Claessens, Yuri Fedoseev,
2003 … and many others who have contributed bug reports, translations, sent
2004 suggestions or helped testing. Thank you all!
2006 List of merge requests and issues fixed in 1.22.4
2008 - List of Merge Requests applied in 1.22.4
2009 - List of Issues fixed in 1.22.4
2013 The fifth 1.22 bug-fix release (1.22.5) was released on 20 July 2023.
2015 This release only contains bugfixes and security fixes and it should be
2016 safe to update from 1.22.x.
2018 Highlighted bugfixes in 1.22.5
2020 - Security fixes for the RealMedia demuxer
2021 - vaapi decoders, postproc: Disable DMAbuf from caps negotiation to
2022 fix garbled video in some cases
2023 - decodebin3, playbin3, parsebin fixes, especially for stream
2025 - hlsdemux2: fix early seeking; don’t pass referer when updating
2026 playlists; webvtt fixes
2027 - gtk: Fix critical caused by pointer movement when stream is getting
2029 - qt6: Set sampler filtering method, fixes bad quality with qml6glsink
2031 - v4l2src: handle resolution change when buffers are copied
2032 - videoflip: update orientation tag in auto mode
2033 - video timecode: Add support for framerates lower than 1fps and
2034 accept 119.88 (120/1.001) fps
2035 - webrtcsink: fixes for x264enc and NVIDIA encoders
2036 - cerbero: Pull ninja from system if possible, avoid spurious
2038 - packages: Recipe updates for ffmpeg, libsoup, orc
2039 - various bug fixes, memory leak fixes, and other stability and
2040 reliability improvements
2044 - taglist, plugins: fix compiler warnings with GLib >= 2.76
2045 - tracerutils: allow casting parameter types
2046 - inputselector: fix playing variable is never set
2050 - appsink: add missing make_writable call
2051 - audioaggregator: Do not post message before being constructed
2052 - decodebin3: Prevent a critical warning when reassigning output slots
2053 - decodebin3: Fix slot input linking when the associated stream has
2055 - decodebin3: Remove spurious input locking during parsebin
2057 - urisourcebin: Set source element to READY before querying it
2058 - gl/viv-fb: meson build updates
2059 - plugins: fix compiler warnings with GLib >= 2.76
2060 - subtitleoverlay: fix mutex error if sink caps is not video
2061 - video: timecode: Add support for framerates lower than 1fps
2062 - video: accept timecode of 119.88 (120/1.001) FPS
2063 - video: cannot attach time code meta when frame rate is 119.88
2065 - videodecoder: fix copying buffer metas
2069 - adaptivedemux2: Fix early seeking
2070 - hlsdemux2: Ensure processed webvtt ends with empty new line
2071 - hlsdemux2: Don’t set a referer when updating playlists
2072 - matroska: demux: Strip signal byte when encrypted
2073 - rtspsrc: Fix crash when is-live=false
2074 - gtk: Fix critical caused by pointer movement when stream is getting
2076 - qt6: Set sampler filtering method, fixes bad quality with qml6glsink
2078 - qtdemux: opus: set entry as sampled
2079 - v4l2src: handle resolution change when buffers are copied
2080 - v4l2videodec: Fix handling of initial gaps
2081 - v4l2videodec: correctly register v4l2mpeg2dec
2082 - v4l2videoenc: replace custom QUERY_CAPS handling with getcaps
2084 - videoflip: update orientation tag in auto mode
2085 - videoflip: fix critical when tag list is not writable
2089 - d3d11bufferpool: Fix heavy CPU usage in case of fixed-size pool
2090 - jpegparser: jpegdecoder: Don’t pollute bus and comply with spec
2091 - plugins: fix compiler warnings with GLib >= 2.76
2092 - webrtcbin: Prevent critical warning when creating an additional data
2094 - webrtcstats: Properly report IceCandidate type
2098 - rmdemux: add some integer overflow checks
2102 - fallbackswitch: Change the threshold for trailing buffers
2103 - fallbackswitch: Fix pad health calculation and notifies
2104 - fmp4mux: Fix draining in chunk mode if keyframes are too late
2105 - livesync: Wait for the end timestamp of the previous buffer before
2107 - livesync: Improve EOS handling
2108 - togglerecord: Clip segment before calculating timestamp/duration
2109 - togglerecord: Error out if main stream buffer has no valid running
2111 - webrtcsink: fix pipeline when input caps contain max-framerate
2112 - webrtcsink: Configure only 4 threads for x264enc
2113 - webrtcsink: Translate force-keyunit events to force-IDR action
2114 signal for NVIDIA encoders
2115 - webrtcsink: Set config-interval=-1 and aggregate-mode=zero-latency
2116 on rtph264pay and rtph265pay
2117 - webrtcsink: Set VP8/VP9 payloader based on payloader element factory
2119 - webrtcink: Use correct property types for nvvideoconvert
2120 - webrtc/signalling: fix race condition in message ordering
2121 - videofx: Minimize dependencies of the image crate
2133 - vaapidecode,vaapipostproc: Disable DMAbuf from caps negotiation.
2147 gst-editing-services
2149 - ges: some fixes for 32-bit systems
2150 - ges, nle: Avoid setting state or sending query when constructing
2153 gst-validate + gst-integration-testsuites
2161 Development build environment
2165 Cerbero build tool and packaging changes in 1.22.5
2167 - Pull ninja from system if possible, avoid spurious bootstrap of
2169 - ffmpeg: update to 5.0.3
2170 - libsoup: update to 2.74.3
2171 - orc: update to 0.4.34
2173 Contributors to 1.22.5
2175 Andoni Morales Alastruey, Bastien Nocera, Carlos Rafael Giani, David
2176 Craven, Doug Nazar, Edward Hervey, François Laignel, Guillaume
2177 Desmottes, He Junyan, Hou Qi, Jan Alexander Steffens (heftig), Jan
2178 Schmidt, Maksym Khomenko, Mathieu Duponchelle, Matthew Waters, Michael
2179 Olbrich, Michael Tretter, Nicolas Dufresne, Nirbheek Chauhan, Philippe
2180 Normand, Ruslan Khamidullin, Sebastian Dröge, Seungha Yang, Théo
2181 Maillart, Thibault Saunier, Tim-Philipp Müller, Víctor Manuel Jáquez
2182 Leal, Vivia Nikolaidou, Yatin Maan,
2184 … and many others who have contributed bug reports, translations, sent
2185 suggestions or helped testing. Thank you all!
2187 List of merge requests and issues fixed in 1.22.5
2189 - List of Merge Requests applied in 1.22.5
2190 - List of Issues fixed in 1.22.5
2194 The sixth 1.22 bug-fix release (1.22.6) was released on 20 September
2197 This release only contains bugfixes and security fixes and it should be
2198 safe to update from 1.22.x.
2200 Highlighted bugfixes in 1.22.6
2202 - Security fixes for the MXF demuxer and H.265 video parser
2203 - Fix latency regression in H.264 hardware decoder base class
2204 - androidmedia: fix HEVC codec profile registration and fix coded_data
2206 - decodebin3: fix switching from a raw stream to an encoded stream
2207 - gst-inspect: prettier and more correct signal and action signals
2209 - rtmp2: Allow NULL flash version, omitting the field, for better RTMP
2210 server compatibility
2211 - rtspsrc: better compatibility with buggy RTSP servers that don’t set
2213 - rtpjitterbuffer: fix integer overflow that led to more packets being
2214 declared lost than have been lost
2215 - v4l2: fix video encoding regression on RPi and fix support for left
2217 - waylandsink: Crop surfaces to their display width height
2218 - cerbero: recognise Manjaro; add Rust support for MSVC ARM64; cmake
2220 - various bug fixes, build fixes, memory leak fixes, and other
2221 stability and reliability improvements
2225 - gst-inspect: prettier and more correct signal printing, and print
2226 action signals in g_signal_emit_by_name() format
2227 - gst-launch: Disable fault signal handlers on macOS
2231 - audio: Make sure to stop ringbuffer on error
2232 - decodebin3: avoid identity, sinkpad, parsebin leakage when reset
2234 - decodebin3: Ensure the slot is unlinked before linking to decoder
2235 - sdp: fix wrong debug log error message for missing clock-rate in
2237 - sdp: Parse zero clock-rate as default
2241 - adaptivedemux2: fix memory leak
2242 - pulsedeviceprovider: fix incorrect usage of GST_ELEMENT_ERROR
2243 - qt: Unbreak build with qt-egl enabled but viv_fb missing
2244 - qt: Fix searching of qt5/qt6 tools with qmake in Meson
2245 - qtdemux: Fix premature EOS when some files are played in push mode
2246 - qtdemux: attach cbcs crypt info at the right moment
2247 - rtpjitterbuffer: Avoid integer overflow in max saveable packets
2248 calculation with negative offset
2249 - videoflip: fix concurrent access when modifying the tag list
2250 - v4l2: allocator: Don’t close foreign dmabuf
2251 - v4l2: bufferpool: Fix large encoded stream regression
2252 - v4l2: bufferpool: Problems when checking for truncated buffer
2253 - v4l2: Fix support for left and top padding
2254 - v4l2object: clear format lists if source change event is received
2258 - androidmedia/enc: handle codec-data before popping
2260 - androidmedia: fix hevc codec profile registration
2261 - androidmedia: Small fixes
2262 - androidmedia: Add more null checks (of env) to JNI utilities
2263 - applemedia: Fix pixel format for I420 and NV12
2264 - audiolatency: Forward latency query and event upstream
2265 - av1parser: Fix segmentation params update
2266 - codecparsers: Fix MPEG-1 aspect ratio table
2267 - d3d11convert: Passthrough allocation query on same caps
2268 - h264decoder: Update latency dynamically
2269 - h265parser: Allow partially broken hvcC data
2270 - h265parser: Fix possible overflow using max_sub_layers_minus1
2271 - hlssink2: Always use forward slash separator
2272 - mdns: Fix a crash on context error
2273 - mxfdemux: Fix integer overflow causing out of bounds writes when
2274 handling invalid uncompressed video and check channels for AES3
2275 - nvencoder: Fix negotiation error when interlace-mode is unspecified
2276 - rtmp2: Allow NULL flash version, omitting the field
2277 - rtmp2sink: fix crash if message conversion failed
2278 - transcodebin: Fixes for upstream selectable support
2279 - va: Fix in error logs functions mismatches
2280 - waylandsink: Crop surfaces to their display width height
2281 - waylandsink: Fix cropping for video with non-square aspect ratio
2282 - webrtc: Fix docs for create-data-channel action signal
2283 - win32ipc: Fix pipe handle leak
2291 - fallbackswitch: locking/deadlock fixes
2292 - onvifmetadataparse: Skip metadata frames with unrepresentable UTC
2294 - transcriberbin: Configure audioresample in front of transcriber
2295 - webrtcsink: Propagate GstContext messages
2296 - webrtcsink: Add support for d3d11 memory and qsvh264enc
2297 - webrtcsink: fix TWCC extension adding
2298 - webrtcsink: don’t forget to setup encoders for discoveries
2299 - webrtcsink: NVIDIA V4L2 encoders always require NVMM memory
2300 - meson: Fix handling of optional deps, and don’t require Python 3.8
2326 gst-editing-services
2330 gst-validate + gst-integration-testsuites
2332 - gst-validate: Disable fault signal handlers on macOS
2338 Development build environment
2340 - macos-bison: Update to 3.8.2 and add an ARM64 build
2341 - wrap: update libpsl to 0.21.2
2343 Cerbero build tool and packaging changes in 1.22.6
2345 - Add Rust support for MSVC ARM64
2346 - Recognise PERL5LIB as a joinable Unix variable
2347 - Recognise Manjaro as an Arch derivative
2348 - Fix picking up cmake from build-tools
2350 Contributors to 1.22.6
2352 Akihiro Sagawa, Alicia Boya García, Guillaume Desmottes, Haihua Hu,
2353 Hugues Fruchet, Ivan Molodetskikh, Jan Alexander Steffens (heftig), Jan
2354 Schmidt, L. E. Segovia, Mathieu Duponchelle, Matthew Waters, Ming Qian,
2355 Nicolas Dufresne, Nirbheek Chauhan, Olivier Blin, Olivier Crête,
2356 Philippe Normand, Piotr Brzeziński, Robert Ayrapetyan, Ryan Pavlik,
2357 Sebastian Dröge, Seungha Yang, Stéphane Cerveau, Stephan Seitz, Thomas
2358 Schneider, Tim-Philipp Müller, Víctor Manuel Jáquez Leal, Wang Chuan,
2359 Xabier Rodriguez Calvar,
2361 … and many others who have contributed bug reports, translations, sent
2362 suggestions or helped testing. Thank you all!
2364 List of merge requests and issues fixed in 1.22.6
2366 - List of Merge Requests applied in 1.22.6
2367 - List of Issues fixed in 1.22.6
2371 The seventh 1.22 bug-fix release (1.22.7) was released on 13 November
2374 This release only contains bugfixes and security fixes and it should be
2375 safe to update from 1.22.x.
2377 Highlighted bugfixes in 1.22.7
2379 - Security fixes for the MXF demuxer and AV1 codec parser
2380 - glfilter: Memory leak fix for OpenGL filter elements
2381 - d3d11videosink: Fix toggling between fullscreen and maximized, and
2382 window switching in fullscreen mode
2383 - DASH / HLS adaptive streaming fixes
2384 - Decklink card device provider device name string handling fixes
2385 - interaudiosrc: handle non-interleaved audio properly
2386 - openh264: Fail gracefully if openh264 encoder/decoder creation fails
2387 - rtspsrc: improved whitespace handling in response headers by certain
2389 - v4l2codecs: avoid wrap-around after 1000000 frames; tiled formats
2391 - video-scaler, audio-resampler: downgraded “Can’t find exact taps”
2393 - wasapi2: Don’t use global volume control object
2394 - Rust plugins: various improvements in aws, fmp4mux, hlssink3,
2395 livesync, ndisrc, rtpav1depay, rsfilesink, s3sink, sccparse
2396 - WebRTC: various webrtchttp, webrtcsrc, and webrtcsink improvements
2398 - Cerbero build tools: recognise Windows 11; restrict parallelism of
2399 gst-plugins-rs build on small systems
2400 - Packages: ca-certificates update; fix gio module loading and TLS
2405 - debugutils: provide gst_debug_bin_to_dot_data() implementation even
2406 if debug system is disabled
2410 - audioaggregator, audiomixer: Make access to the pad list thread-safe
2412 - basetextoverlay: Fix overlay never rendering again if width reaches
2414 - glfiter: Protect GstGLContext access
2415 - glfilter: Only add parent meta if inbuf != outbuf
2416 - macOS: fix huge memory leak with glfilter-based elements
2417 - rtspconnection: Ignore trailing whitespace in rtsp headers
2418 - video-scaler, audio-resampler: downgrade ‘can’t find exact taps’ to
2423 - adaptivedemux2: Do not submit_transfer when cancelled
2424 - adaptivedemux2: Call GTasks’s return functions for blocking tasks
2425 - flacenc: Correctly handle up to 255 cue entries
2426 - flvmux: set the src segment position as running time
2427 - imagesequencesrc: fix deadlock when feeding the same image in a loop
2428 - pngenc: output one frame only in snapshot mode and mark output
2430 - qmlglsrc: sync on the streaming thread
2431 - souphttpsrc: Chain up to finalize to fix memory leak
2432 - wavparse: fix buffer leak with adtl tag
2433 - v4l2codecs: Avoid QBUF/DQBUF struct timeval .tv_usec wrap-around at
2435 - v4l2codecs: Fix tiled formats stride conversion
2439 - audiobuffersplit: disable max-silence-time if set to 0
2440 - libde265: Do not decode the non 4:2:0 8 bits format
2441 - codecparsers: av1: Clip max tile rows and cols values
2442 - codecs: h265: Do not free slice header before using it
2443 - d3d11converter: Fix 10/12bits planar output
2444 - d3d11decoder: Fix crash on negotiate() when decoder is not
2446 - d3d11videosink: Fix toggling between fullscreen and maximized
2447 - d3d11videosink: Fix window switching in case of fullscreen mode
2448 - d3d11screencapturesrc: Fix mouse cursor blending
2449 - decklink: Fix broken COM string conversion
2450 - decklink: Decklink Device Provider wrongly parses SDK strings
2451 - gstwayland: Don’t depend on wayland-protocols
2452 - interaudiosrc: Add audio meta to buffers containing non-interleaved
2454 - kmssink: Add TIDSS auto-detection
2455 - mfvideoencoder: Fix typo in template caps
2456 - mxfdemux: Store GstMXFDemuxEssenceTrack in their own fixed
2458 - nvcodec: fix bounds for auto-select GPU enumeration
2459 - openh264: Fail gracefully if openh264 encoder/decoder creation fails
2460 - tsmux: More cleanups
2461 - tsmux: Fill padding packets with stuffing bytes
2462 - v4l2codecs: Fix tiled formats stride conversion
2463 - v4l2videodec: Correctly free caps to avoid memory leak
2464 - wasapi2: Don’t use global volume control object
2465 - wasapi2device: Ignore activation failed device
2473 - aws: s3sink: Fix handling of special characters in key
2474 - aws: s3: Properly percent-decode GstS3Url
2475 - fmp4mux: Don’t overflow negative composition offset calculation
2476 - fmp4mux: specify the fragment duration unit
2477 - hlssink3: Use Path API for getting file name
2478 - hlssink3: Use sprintf for segment name formatting
2479 - hlssink3: Remove unused deps
2480 - hlssink3: Don’t remove old files if max-files is zero
2481 - hlssink3: Don’t remove uri from playlist if playlist-length is zero
2482 - hlssink3: Various cleanup
2483 - livesync: log new pending segments
2484 - livesync: display jitter when waiting on clock
2485 - livesync: Rename activatemode methods to *_activatemode
2486 - livesync: Simplify start_src_task and src_loop
2487 - livesync: Improve audio duration fixups
2488 - livesync: Log a category error when we are missing the segment
2489 - livesync: Clean up state handling
2490 - livesync: Replace an if-let with match
2491 - livesync: Move a notify closer to the interesting state change
2492 - livesync: Move num_in counting to the src task
2493 - livesync: Simplify num_duplicate counting
2494 - livesync: Handle flags and late buffer patching after queueing
2495 - livesync: Separate out_buffer duplicate status from GAP flag
2496 - livesync: Use fallback_duration for audio repeat buffers as well
2497 - livesync: example: Add identities single-segment=1
2498 - livesync: Split fallback_duration into in_ and out_duration
2499 - livesync: Keep existing buffer duration in some cases
2500 - livesync: Remove the stop from outgoing segments
2501 - ndisrc: Assume input with more than 8 raw audio channels is
2503 - rtpav1depay: Skip unexpected leading fragments
2504 - rtpav1depay: Don’t push stale temporal delimiters downstream
2505 - rsfilesink: set sync=false
2506 - s3sink: set sync=false
2507 - sccparse: Fix leading spaces between the tab and caption data
2508 - webrtchttp: Respect HTTP redirects
2509 - webrtcsrc: use @watch instead of @to-owned
2510 - webrtcsrc: add turn-servers property
2511 - webrtc: Fix paths in README
2512 - webrtcsink: don’t miss ice candidates
2520 - rtspclientsink: Don’t leak previous server_ip
2538 gst-editing-services
2542 gst-validate + gst-integration-testsuites
2544 - gst-validate: Fix compatibility with Python 3.12
2550 Development build environment
2554 Cerbero build tool and packaging changes in 1.22.7
2556 - Add Windows 11 to the supported versions list
2557 - ca-certificates: Update to version from 2023-08-22
2558 - cargo: Restrict parallelism if a small system is detected (for
2559 gst-plugins-rs build)
2560 - Fix venv setup on Python 3.11+
2561 - Fix unlinking of Android NDK directories if install fails midway
2562 - glib: Work around AppleClang + -Werror test build failure
2563 - glib: Re-add gio module loading patch for macOS, remove unused patch
2566 Contributors to 1.22.7
2568 Albert Sjölund, Arun Raghavan, Balló György, Benjamin Gaignard, Detlev
2569 Casanova, Doug Nazar, Eric, Florian Zwoch, François Laignel, Guillaume
2570 Desmottes, He Junyan, Hou Qi, James Oliver, Jan Alexander Steffens
2571 (heftig), Jan Schmidt, Johan Adam Nilsson, Jordan Yelloz, Kalev Lember,
2572 L. E. Segovia, Lieven Paulissen, Maksym Khomenko, Marek Vasut, Matthias
2573 Fuchs, Michiel Westerbeek, Nicolas Dufresne, Philippe Normand, Piotr
2574 Brzeziński, Rahul T R, Sean DuBois, Sebastian Dröge, Seungha Yang,
2575 Stéphane Cerveau, Thibault Saunier, Tim-Philipp Müller,
2577 … and many others who have contributed bug reports, translations, sent
2578 suggestions or helped testing. Thank you all!
2580 List of merge requests and issues fixed in 1.22.7
2582 - List of Merge Requests applied in 1.22.7
2583 - List of Issues fixed in 1.22.7
2587 The eight 1.22 bug-fix release (1.22.8) was released on 18 December
2590 This release only contains bugfixes and security fixes and it should be
2591 safe to update from 1.22.x.
2593 Highlighted bugfixes in 1.22.8
2595 - Security fixes for the AV1 video codec parser
2596 - avdec video decoder: fix another possible deadlock with FFmpeg 6.1
2597 - qtdemux: reverse playback and seeking fixes for files with raw audio
2599 - v4l2: fix “newly allocated buffer … is not free” warning log flood
2600 - GstPlay + GstPlayer library fixes
2601 - dtls: Fix build failure on Windows when compiling against OpenSSL
2603 - d3d11screencapturesrc: Fix wrong color with HDR enabled
2604 - Cerbero build tool: More python 3.12 string escape warning fixes;
2605 make sure to bundle build tools as well
2606 - various bug fixes, build fixes, memory leak fixes, and other
2607 stability and reliability improvements
2611 - buffer: Unref memories before metas
2612 - pad: Recheck pads when linking after temporary unlock
2613 - baseparse: Fixes to buffers extracted from adapter
2617 - appsrc: Fix flow return when buffer is dropped
2618 - audioringbuffer: Don’t try to map MONO channel
2619 - encoding-target: Properly free when missing type field in
2620 parse_encoding_profile
2621 - pbutils: Don’t include default vp9 parameters in resulting codec
2623 - videorate: Don’t forget last_ts on caps changes
2627 - dcaparse: keep upstream buffer meta
2628 - rtpklvdepay: Recover after invalid fragmented KLV unit
2629 - matroska-demux: fix accumulated base offset in segment seeks
2630 - qtdemux: fix bug report URL
2631 - qtdemux: Don’t overflow sample index
2632 - qtdemux: Fix reverse playback for pcm audio stream
2633 - qtdemux: Ignore raw audio streams when adjusting seek
2634 - qtdemux: Under-seeking to a key unit in certain (encoded by Adobe
2635 products) ProRes movies (macOS x86_64 & arm64, Windows x86_64, …)
2636 - rtpac3depay: should output audio/x-ac3 not audio/ac3
2637 - rtp: Fix incorrect RTP channel order lookup by name
2638 - v4l2bufferpool: add lock as atomic operation for seek
2642 - aesenc: Fix IV length addition to output buffer length
2643 - av1parser: Fix array sizes in scalability structure
2644 - camerabin: Fix source updates with user filters
2645 - codecparsers: av1: Clip max tile rows and cols values
2646 - dtlscertificate: Define WINSOCKAPI before including windows.h
2647 - d3d11: fix building with address sanitizer
2648 - d3d11screencapturesrc: Fix wrong color with HDR enabled
2649 - h264decoder: Fix GstVideoCodecFrame leak
2650 - ladspa: Make RDF parsing truly optional
2651 - rtponviftimestamp: Fix drop-out-of-segment=false mode
2652 - qsvdecoder: Fix stream format detection
2653 - webrtcsdp: Remove fingerprint validation that doesn’t make sense
2654 - GstPlay: Automatically flush the bus when disposing the signal
2656 - GstPlayer: Without dispatcher emit signals directly instead of via
2657 the default main context
2665 - threadshare: Fix a deadlock in used-socket notification
2666 - threadshare: Fix a typo while logging
2667 - webrtcsink: don’t panic on failure to request pad from webrtcbin
2668 - ndi: Remove wrong Clone impl on RecvInstance
2669 - ndi: Don’t mark private type as public
2670 - fallbacksrc: Fix timeout scheduling
2674 - avviddec: Unlock stream lock while waiting for decoded frame. Fixes
2676 - avviddec: Calculate latency only for fixed framerate
2698 gst-editing-services
2702 gst-validate + gst-integration-testsuites
2710 Development build environment
2714 Cerbero build tool and packaging changes in 1.22.8
2716 - cerbero: Fix some more python 3.12 string escape warnings
2717 - cerbero: Fix bundle-source not including build-tools recipes, fix
2718 CalledProcessError handling
2719 - pango: Add Perl interpreter consistency check
2721 Contributors to 1.22.8
2723 Alessandro Bono, Alexander Slobodeniuk, Arun Raghavan, Benjamin
2724 Gaignard, Daniel Moberg, Dongyun Seo, Doug Nazar, Guillaume Desmottes,
2725 Hosang Lee, Jan Alexander Steffens (heftig), jeri.li, Jimmy Ohn, L. E.
2726 Segovia, Mathieu Duponchelle, Nicolas Dufresne, Nirbheek Chauhan,
2727 Olivier Crête, Philippe Normand, Piotr Brzeziński, Rabindra Harlalka,
2728 Robert Mader, Robin Gustavsson, Sebastian Dröge, Seungha Yang, Stefan
2729 Brüns, Tim-Philipp Müller, Xavier Claessens,
2731 … and many others who have contributed bug reports, translations, sent
2732 suggestions or helped testing. Thank you all!
2734 List of merge requests and issues fixed in 1.22.8
2736 - List of Merge Requests applied in 1.22.8
2737 - List of Issues fixed in 1.22.8
2741 Our next major feature release will be 1.24, and 1.23 will be the
2742 unstable development version leading up to the stable 1.24 release. The
2743 development of 1.23/1.24 will happen in the git main branch of the
2744 GStreamer mono repository.
2746 The plan for the 1.24 development cycle is yet to be confirmed.
2748 1.24 will be backwards-compatible to the stable 1.22, 1.20, 1.18, 1.16,
2749 1.14, 1.12, 1.10, 1.8, 1.6, 1.4, 1.2 and 1.0 release series.
2751 ------------------------------------------------------------------------
2753 These release notes have been prepared by Tim-Philipp Müller with
2754 contributions from Edward Hervey, Matthew Waters, Nicolas Dufresne,
2755 Nirbheek Chauhan, Olivier Crête, Sebastian Dröge, Seungha Yang, and
2758 License: CC BY-SA 4.0