François Laignel
|
53be8e5f58
|
fix-getters-{def,calls} pass
|
2021-04-13 17:54:40 +02:00 |
|
Marijn Suijten
|
7ed20090d1
|
Fix clippy::field_reassign_with_defaults instead of ignoring it
Fixes: fc2d7fc4 ("ci: Add some more ignored lints to the clippy configuration")
|
2021-01-08 11:01:02 +01:00 |
|
Guillaume Gomez
|
ff5a36561a
|
Fix license header situation
|
2020-12-15 11:53:31 +01:00 |
|
Sebastian Dröge
|
9d9522016b
|
gstreamer: Update manual code to 2018 edition
|
2020-11-22 19:15:20 +02:00 |
|
Sebastian Dröge
|
947ac8db5c
|
Name functions returning a builder builder(), not new()
And also make the video event API more consistent with the normal event
API.
Fixes https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/-/issues/269
|
2020-06-25 19:42:33 +03:00 |
|
Guillaume Gomez
|
c07fe14191
|
gstreamer*: Add missing init checks
|
2020-04-12 17:25:54 +03:00 |
|
Guillaume Gomez
|
a58cd4b5bc
|
Manual code fixes
|
2019-11-11 11:34:09 +01:00 |
|
Sebastian Dröge
|
8dcf3fec20
|
gstreamer: Change Sample constructor to the builder pattern
Simplifies construction of Samples considerably.
|
2019-10-23 09:55:56 +03:00 |
|
Sebastian Dröge
|
37071c9d60
|
gstreamer: Fix build with serde feature enabled
|
2019-05-28 04:35:12 +02:00 |
|
Sebastian Dröge
|
b2b8bfab52
|
Add manual implementations for various new 1.16 functions
|
2019-04-23 20:45:39 +03:00 |
|
Sebastian Dröge
|
005f436631
|
Buffer::from_slice() / from_mut_slice() can't possibly return None
|
2018-12-26 12:13:23 +01:00 |
|
Sebastian Dröge
|
eb0a804a50
|
Run everything through latest rustfmt
|
2018-10-08 15:02:23 +03:00 |
|
François Laignel
|
6bda3ef174
|
serde: add roundtrip tests
This allows making sure serialization and deserialization are in sync for
types with asymetrical implementations.
|
2018-07-30 23:18:30 +03:00 |
|
François Laignel
|
64ea419839
|
Caps: serde as an enum
`Caps` can be `any`, `empty` or matching a list of `Structures`.
|
2018-07-30 23:18:30 +03:00 |
|
François Laignel
|
ab9cd29bd6
|
serde: fmt pass
Note: clippy didn't raise any warning
|
2018-07-30 23:18:30 +03:00 |
|
François Laignel
|
0aac055727
|
Caps: serde: use a placeholder for CapsFeature
`CapsFeature` is not available in `gstreamer-rs` yet. Use a placeholder
with a `None` value for now.
|
2018-07-30 23:18:30 +03:00 |
|
François Laignel
|
90b046fbcf
|
serde: separate serde impl and tests from base module
+ fix erroneous `datetime` instead of `buffer` in `BufferRef::serialize`
+ remove ser/de for `Value`s with types `ULong` & `ILong`
|
2018-07-30 23:18:30 +03:00 |
|