From e108a908dc7a8d011e5cf24b6f62f3c442d17f98 Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Mon, 10 Apr 2023 11:19:00 +0200 Subject: [PATCH] gstreamer: CHANGELOG: fix typo Part-of: --- gstreamer/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gstreamer/CHANGELOG.md b/gstreamer/CHANGELOG.md index fe5c88479..bfe2ed014 100644 --- a/gstreamer/CHANGELOG.md +++ b/gstreamer/CHANGELOG.md @@ -672,7 +672,7 @@ specifically the [variant used by Rust](http://doc.crates.io/manifest.html#the-v - `gst::MemoryRef::dump()` for dumping contents of a memory. - `gst::Bus::stream()` instead of a custom constructor on the `BusStream`. - Use more accurate types for `Seqnum`, `GroupId` and `MetaSeqnum`. These are - now proper wrapper types instead of plain integers, which makes miss-use + now proper wrapper types instead of plain integers, which makes misuse harder. - Provide `TryFrom` impls for conversion between `glib::DateTime` and `gst::DateTime`.