format: Add `Signed<T>` <=> signed integer conversions
Merge request reports
Activity
- Resolved by Sebastian Dröge
- Resolved by Sebastian Dröge
This should probably be implemented more generically for other types too. My idea would be to use a macro to define it for all the usual types, but maybe @fengalin has an idea how to do it nicer?
assigned to @slomo
added 1 commit
- 10403e2c - format: Add Signed<gst::ClockTime> => i64 and other Signed => signed conversions
changed title from format: Add Signedgst::ClockTime => i64 conversion to format: Add Signedgst::ClockTime => i64 conversion and other Signed => signed conversions
requested review from @fengalin
- Resolved by Sebastian Dröge
- Resolved by Sebastian Dröge
added 1 commit
- d47bf101 - format: Add `Signed<T>` <=> signed integer conversions
@fengalin Can you take another short look?
assigned to @gstreamer-merge-bot and unassigned @slomo
mentioned in commit bilboed/gstreamer-rs@77fd1879
added 1 commit
- 77fd1879 - format: Add `Signed<T>` <=> signed integer conversions