Skip to content

gstreamer: Use usize instead of u32 for various indices

Sebastian Dröge requested to merge slomo/gstreamer-rs:usize-for-indices into main

This affects buffers, caps, caps features, structures and tag lists and makes it easier to use them with other Rust APIs that use usize-based indicing.

Merge request reports