Sebastian Dröge
|
6913e930cd
|
Fix / silence new Rust 1.83 clippy warnings
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/-/merge_requests/1604>
|
2024-11-30 14:48:22 +02:00 |
|
Sebastian Dröge
|
abbc85c3d0
|
Remove unnecessary trait sealing
For all these traits only the implementation that already exists is possible.
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/-/merge_requests/1563>
|
2024-10-20 17:48:45 +00:00 |
|
Bilal Elmoussaoui
|
8cf099f0ab
|
Seal manual traits
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/-/merge_requests/1292>
|
2023-07-06 14:21:45 +03:00 |
|
Guillaume Desmottes
|
1df5b0d028
|
pbutils: implement debug() method on DiscovererInfo related structs
The default Debug implementation is not very useful but unfortunately
cannot be overridden.
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/-/merge_requests/1276>
|
2023-06-14 14:33:59 +02:00 |
|
Sebastian Dröge
|
b89b135c93
|
pbutils: Move DiscovererStreamInfo iterators to an extension trait
This way it can also be called directly on subclasses.
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/-/merge_requests/1273>
|
2023-06-06 14:09:48 +03:00 |
|
Sebastian Dröge
|
567ce0a3bf
|
Group and merge imports in all manual code
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/-/merge_requests/1182>
|
2023-01-04 13:25:17 +02:00 |
|
Sebastian Dröge
|
d4430ecc6a
|
Implement more iterator functions / traits in custom iterators for efficiency reasons
|
2022-05-22 12:42:42 +03:00 |
|
Marijn Suijten
|
2c40ce10ab
|
gstreamer,pbutils: Only import traits from prelude
Future changes will make all traits - both manual and auto - unavailable
from the crate root; they can then only be imported from the `prelude`.
|
2021-04-26 13:24:02 +02:00 |
|
François Laignel
|
53be8e5f58
|
fix-getters-{def,calls} pass
|
2021-04-13 17:54:40 +02:00 |
|
Guillaume Gomez
|
ff5a36561a
|
Fix license header situation
|
2020-12-15 11:53:31 +01:00 |
|
Sebastian Dröge
|
0c17f32eee
|
gstreamer-pbutils: Update manual code to 2018 edition
|
2020-11-22 19:15:20 +02:00 |
|
Sebastian Dröge
|
bd0cbe99b3
|
Add more Debug impls to everything possible
|
2019-01-22 17:46:08 +02:00 |
|
Sebastian Dröge
|
694bcaa697
|
Fix all clippy warnings
Or silence the ones we don't care about.
|
2018-07-20 10:28:20 +03:00 |
|
Sebastian Dröge
|
cd95920436
|
Run everything through rustfmt
|
2018-03-02 21:06:45 +02:00 |
|
Sebastian Dröge
|
7f265a23bd
|
Rename DiscovererStreamInfo iterator simply to Iter and don't re-export it top-level
|
2018-03-02 21:02:30 +02:00 |
|
Thiago Santos
|
c81e177cfb
|
pbutils: add discoverer APIs
Fixes https://github.com/sdroege/gstreamer-rs/pull/84
|
2018-03-02 21:02:24 +02:00 |
|