mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs.git
synced 2024-11-22 17:41:05 +00:00
gstreamer: CHANGELOG: fix typo
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/-/merge_requests/1247>
This commit is contained in:
parent
98a8b75646
commit
e108a908dc
1 changed files with 1 additions and 1 deletions
|
@ -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::MemoryRef::dump()` for dumping contents of a memory.
|
||||||
- `gst::Bus::stream()` instead of a custom constructor on the `BusStream`.
|
- `gst::Bus::stream()` instead of a custom constructor on the `BusStream`.
|
||||||
- Use more accurate types for `Seqnum`, `GroupId` and `MetaSeqnum`. These are
|
- 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.
|
harder.
|
||||||
- Provide `TryFrom` impls for conversion between `glib::DateTime` and
|
- Provide `TryFrom` impls for conversion between `glib::DateTime` and
|
||||||
`gst::DateTime`.
|
`gst::DateTime`.
|
||||||
|
|
Loading…
Reference in a new issue