Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2022-11-01 11:27:48 +0300
committerGStreamer Marge Bot <gitlab-merge-bot@gstreamer-foundation.org>2022-11-12 18:52:49 +0300
commit07f3b0f504d418d4e81bdfdac0c3c5efd00eb52f (patch)
treef8b15bfbc75d3131a71bbd3499ea8da0a8184503 /video/ffv1
parent8dc22d3bf144c249f094dbb2c74b49dc33e3e397 (diff)
Fix various new clippy warnings
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/977>
Diffstat (limited to 'video/ffv1')
-rw-r--r--video/ffv1/src/ffv1dec/imp.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/video/ffv1/src/ffv1dec/imp.rs b/video/ffv1/src/ffv1dec/imp.rs
index 14b7ef4fc..6eece27c8 100644
--- a/video/ffv1/src/ffv1dec/imp.rs
+++ b/video/ffv1/src/ffv1dec/imp.rs
@@ -350,7 +350,7 @@ impl ElementImpl for Ffv1Dec {
vec![sink_pad_template, src_pad_template]
});
- &*PAD_TEMPLATES
+ &PAD_TEMPLATES
}
}