Skip to content

Option Operations implementations for ClockTime & co

This MR aims at improving usability for numeric types, such as ClockTime, which are often used as Options. Most of the logic is generically implemented in the crate option-operations.

The first commit fixes an issue with overflow handling for these types.

See gst-plugins-rs!577 (merged).

Fixes #355 (closed)

Edited by François Laignel

Merge request reports