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-06-19 20:42:58 +0300
committerSebastian Dröge <sebastian@centricular.com>2023-06-19 20:48:22 +0300
commit99fc5f16d235cfb814759ab4a71e6b93a1aeeacc (patch)
tree22b637b1fb3ab4408763e40203405495b555533d /CHANGELOG.md
parentf85106b86ae10ff276b0ff46371e0dd591c54025 (diff)
Update CHANGELOG.md for 0.10.9
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md15
1 files changed, 14 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 100269d50..bb73773e9 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,6 +5,18 @@ 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.10.9] - 2023-06-19
+### Fixed
+- mp4mux/fmp4mux: Fix byte order in Opus extension box.
+- webrtcsrc: Add twcc extension to the codec-preferences when present.
+- webrtcsink: Don't try using cudaconvert if it is not present.
+- mccparse: Don't offset the first timecode to a zero PTS.
+- Correctly use MPL as license specifier instead of MPL-2 for plugins that
+ compile with GStreamer < 1.20.
+
+### Added
+- fallbackswitch: Add `stop-on-eos` property.
+
## [0.10.8] - 2023-06-07
### Fixed
- fmp4mux: Use updated start PTS when checking if a stream is filled instead
@@ -170,7 +182,8 @@ 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.8...HEAD
+[Unreleased]: https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/compare/0.10.9...HEAD
+[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
[0.10.7]: https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/compare/0.10.6...0.10.7
[0.10.6]: https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/compare/0.10.5...0.10.6