gstreamer-rs/gstreamer/src/format
François Laignel 274a5bd020 gst/format: implement GenericSignedFormattedValue
The `Signed` version for `GenericFormattedValue` was implemented as
`Signed<GenericFormattedValue>`, which failed to represent properly
the `None` variants when applicable and could represent inconsistent
`Signed` variant combined with `GenericFormattedValue` formats which
are internaly represented as signed integers.
2022-10-09 20:00:40 +02:00
..
clock_time.rs gst/format: fix some ops and add others 2022-10-01 13:15:11 +02:00
clock_time_serde.rs gst/format: move related modules under a directory 2022-10-01 00:49:39 +02:00
compatible.rs gst/format: module doc 2022-10-01 13:16:06 +02:00
format_serde.rs format/Other: use u64 internally instead of i64 2022-10-09 20:00:38 +02:00
generic.rs gst/format: implement GenericSignedFormattedValue 2022-10-09 20:00:40 +02:00
macros.rs format/Other: use u64 internally instead of i64 2022-10-09 20:00:38 +02:00
mod.rs gst/format: implement GenericSignedFormattedValue 2022-10-09 20:00:40 +02:00
signed.rs format/Other: use u64 internally instead of i64 2022-10-09 20:00:38 +02:00
specific.rs format/Other: use u64 internally instead of i64 2022-10-09 20:00:38 +02:00
undefined.rs format/Other: use u64 internally instead of i64 2022-10-09 20:00:38 +02:00