gstreamer-rs/gstreamer-video/src/subclass
Sebastian Dröge fc0fc99d1c audio/video: Fix some clippy warnings
warning: use of `unwrap_or` followed by a function call
   --> gstreamer-audio/src/subclass/audio_encoder.rs:360:18
    |
360 |                 .unwrap_or(element.proxy_getcaps(None, filter))
    |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    | help: try this: `unwrap_or_else(|| element.proxy_getcaps(None, filter))`
2019-09-24 15:03:45 +03:00
..
mod.rs Fix various clippy warnings 2019-07-11 22:02:01 +03:00
video_decoder.rs audio/video: Fix some clippy warnings 2019-09-24 15:03:45 +03:00
video_encoder.rs audio/video: Fix some clippy warnings 2019-09-24 15:03:45 +03:00