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-01-22 13:18:02 +0300
committerSebastian Dröge <sebastian@centricular.com>2022-01-22 13:18:02 +0300
commitf44b86cd30cf49879b14d759b0c8c8284c9437b5 (patch)
treecbf9f30fa5738a60fc031338932d0ccafcb82efd /video/ffv1
parent65fcd55160d126c549a89b613cdf84714a5b346e (diff)
Simplify some code around event/query views
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 da359954f..046c23051 100644
--- a/video/ffv1/src/ffv1dec/imp.rs
+++ b/video/ffv1/src/ffv1dec/imp.rs
@@ -458,7 +458,7 @@ impl VideoDecoderImpl for Ffv1Dec {
fn decide_allocation(
&self,
element: &Self::Type,
- query: &mut gst::query::Allocation<gst::QueryRef>,
+ query: &mut gst::query::Allocation,
) -> Result<(), gst::LoggableError> {
let supported = query
.find_allocation_meta::<gst_video::VideoMeta>()