From 1ddf390dbc111215eb9d2fac550e1b6c789808b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Fri, 18 Oct 2024 14:30:05 +0100 Subject: [PATCH] Update CHANGELOG.md for 0.12.10 Part-of: --- CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2bf8be18..eae2ecb2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,21 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html), specifically the [variant used by Rust](http://doc.crates.io/manifest.html#the-version-field). +## [0.12.10] - 2024-10-18 +### Fixed +- transcriberbin: fix panic during gst-inspect-1.0 -u +- webrtcsink: fix segment format mismatch with remote offer +- webrtcsink: fix assertions when finalizing +- webrtcsink: Fix typo in "turn-servers" property description +- whepsrc: Fix incorrect default caps + +### Changed +- Build: turn lto off for dev profile for faster dev builds +- fmp4 hls_live example: Don't set header-update-mode=update, no need to update the header in live mode +- livesync: Log latency query results when handling latency query too +- onvifmetadatapay: Set output caps earlier, so upstream can send gap events earlier +- spotify: tweak dependencies + ## [0.12.9] - 2024-08-20 ### Fixed - video/gtk4: Move the dmabuf cfg to the correct bracket level