mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2025-01-23 17:38:20 +00:00
webrtcsink: Fix clippy warning
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/1327>
This commit is contained in:
parent
2a504bbf17
commit
c261dd4445
1 changed files with 1 additions and 1 deletions
|
@ -2238,7 +2238,7 @@ impl WebRTCSink {
|
|||
let mut elements = vec![src.clone()];
|
||||
|
||||
if codec.is_video() {
|
||||
elements.push(make_converter_for_video_caps(caps, &codec)?);
|
||||
elements.push(make_converter_for_video_caps(caps, codec)?);
|
||||
}
|
||||
|
||||
gst::debug!(
|
||||
|
|
Loading…
Reference in a new issue