forked from mirrors/gstreamer-rs
fc0fc99d1c
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))` |
||
---|---|---|
.. | ||
auto | ||
subclass | ||
audio_channel_position.rs | ||
audio_decoder.rs | ||
audio_encoder.rs | ||
audio_format.rs | ||
audio_format_info.rs | ||
audio_info.rs | ||
audio_stream_align.rs | ||
lib.rs |