Sebastian Dröge
|
564f9faf84
|
Add support for CapsFeatures
Fixes https://github.com/sdroege/gstreamer-rs/issues/13
|
2018-09-28 13:15:18 +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 |
|