gstreamer_video::functions

Function convert_sample_async_unsafe

Source
unsafe fn convert_sample_async_unsafe<F>(
    sample: &Sample,
    caps: &Caps,
    timeout: Option<ClockTime>,
    func: F,
)
where F: FnOnce(Result<Sample, Error>) + 'static,