- 09 Sep, 2018 1 commit
-
-
Sebastian Dröge authored
-
- 07 Sep, 2018 1 commit
-
-
Víctor Manuel Jáquez Leal authored
Using Debian gir files
-
- 06 Sep, 2018 1 commit
-
-
Sebastian Dröge authored
-
- 30 Aug, 2018 1 commit
-
-
Sebastian Dröge authored
-
- 27 Aug, 2018 1 commit
-
-
Sebastian Dröge authored
-
- 18 Aug, 2018 1 commit
-
-
Arun Raghavan authored
-
- 17 Aug, 2018 1 commit
-
-
Sebastian Dröge authored
-
- 13 Aug, 2018 3 commits
-
-
Sebastian Dröge authored
-
Sebastian Dröge authored
It does not work well with possibly errors during iteration and requiring to possibly resync.
-
Sebastian Dröge authored
-
- 10 Aug, 2018 1 commit
-
-
Sebastian Dröge authored
No need for a custom enum
-
- 08 Aug, 2018 1 commit
-
-
Sebastian Dröge authored
-
- 06 Aug, 2018 1 commit
-
-
Sebastian Dröge authored
-
- 04 Aug, 2018 1 commit
-
-
Philippe Normand authored
This function is especially usefull when using the leaks tracer. It was removed in commit e7a0543c.
-
- 01 Aug, 2018 2 commits
-
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
- 30 Jul, 2018 24 commits
-
-
Sebastian Dröge authored
-
François Laignel authored
-
François Laignel authored
Serialization and deserialization are asymetrical: ser uses string literals and de uses a dedicated `struct`, leading to possible inconsistencies. The idea is to rely on a single `struct` for both ser and de. The only problem is that, in order to avoid unneeded copies, `buffer` requires an owned `ByteBuf` for de and a borrowed `Bytes` for ser. `Either` could help adapting to both situations.
-
François Laignel authored
-
François Laignel authored
-
François Laignel authored
This allows making sure serialization and deserialization are in sync for types with asymetrical implementations.
-
François Laignel authored
`Caps` can be `any`, `empty` or matching a list of `Structures`.
-
François Laignel authored
-
François Laignel authored
... and use the same `struct` for serialization and deserialization so that fields mapping consistency is ensured at compilation time.
-
François Laignel authored
Note: clippy didn't raise any warning
-
François Laignel authored
-
François Laignel authored
`CapsFeature` is not available in `gstreamer-rs` yet. Use a placeholder with a `None` value for now.
-
François Laignel authored
Use a `DeserializeSeed` to pass the newly created and named `Structure`.
-
François Laignel authored
-
François Laignel authored
-
François Laignel authored
-
François Laignel authored
+ fix erroneous `datetime` instead of `buffer` in `BufferRef::serialize` + remove ser/de for `Value`s with types `ULong` & `ILong`
-
François Laignel authored
-
François Laignel authored
-
François Laignel authored
-
François Laignel authored
-
François Laignel authored
-
François Laignel authored
-
François Laignel authored
-