Skip to content

gst/format: simplify some ops impl

The SpecificFormattedValue types are newtypes of u64 or u32 and they all implement Copy. It shouldn't be needed to implement operations on &Type nor &inner_type.

See consequences on gst-plugins-rs in this commit.

If you approve, I'll submit an MR to gst-plugins-rs without the Cargo.toml gst branch patch commit.

Edited by François Laignel

Merge request reports