Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2023-08-10 16:45:51 +0300
committerSebastian Dröge <sebastian@centricular.com>2023-08-10 17:18:18 +0300
commit473bc94278d0f35111162b67052377728cf3c236 (patch)
treea1f92d754b8c590ac2a2a4e52d2b0a53327b89de /CHANGELOG.md
parent23e1bfa7201095d034954a85ce56e9ff54a7bce8 (diff)
Add CHANGELOG.md for 0.11.0
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md29
1 files changed, 27 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index c18e65fc7..fa493284c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,6 +5,30 @@ 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.11.0] - 2023-08-10
+### Changed
+- Updated MSRV to 1.70.
+- Compatible with gtk-rs 0.18 and gstreamer-rs 0.21.
+- awstranscriber: Move to HTTP2-based API via the aws-sdk-transcribestreaming
+ crate instead of our own implementation around the WebSocket API.
+
+### Added
+- webrtcsink: Add AWS KVS signaller and corresponding aws-kvs-webrtcsink
+ element.
+- awstranscriber / transcriberbin: Add support for translations and outputting
+ transcriptions from a single audio stream in multiple languages at once.
+- gstwebrtc-api: JavaScript API for interacting with the default signalling
+ protocol used by webrtcsink / webrtcsrc.
+- cea608to708: New element for converting CEA608 to CEA708 closed captions.
+- webrtcsink: Expose the signaller as property and allow implementing a
+ custom signaller by connecting signal handlers to the default signaller.
+- webrtcsink: Add support for pre-encoded streams.
+- togglerecord: Add support for non-live input streams.
+- webrtcsink: New whipwebrtcsink that implements WHIP around webrtcsink.
+ The existing whipsink still exists but will sooner or later be deprecated.
+- webrtcsink: Add LiveKit signaller and corresponding livekitwebrtcsink
+ element.
+
## [0.10.11] - 2023-07-20
### Fixed
- fallbackswitch: Fix pad health calculation and notifies.
@@ -213,8 +237,9 @@ specifically the [variant used by Rust](http://doc.crates.io/manifest.html#the-v
- webrtcsink: Make the `turn-server` property a `turn-servers` list
- webrtcsink: Move from async-std to tokio
-[Unreleased]: https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/compare/0.10.11...HEAD
-[0.10.11]: https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/compare/0.10.9...0.10.11
+[Unreleased]: https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/compare/0.11.0...HEAD
+[0.11.0]: https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/compare/0.10.11...0.11.0
+[0.10.11]: https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/compare/0.10.10...0.10.11
[0.10.10]: https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/compare/0.10.9...0.10.10
[0.10.9]: https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/compare/0.10.8...0.10.9
[0.10.8]: https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/compare/0.10.7...0.10.8