no way to convert from Bytes to usize
We don't have any way to convert from gst::format::Bytes
to usize
.
This is annoying as I'd like to create a sized buffer with a size returned by AudioInfo::convert::<Option<gst::format::Bytes>>(gst::ClockTime::from_mseconds(...))
but can't.
Should we implement From
on it?