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/dav1d
parent65fcd55160d126c549a89b613cdf84714a5b346e (diff)
Simplify some code around event/query views
Diffstat (limited to 'video/dav1d')
-rw-r--r--video/dav1d/src/dav1ddec/imp.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/video/dav1d/src/dav1ddec/imp.rs b/video/dav1d/src/dav1ddec/imp.rs
index 9ce371d90..eb15f424d 100644
--- a/video/dav1d/src/dav1ddec/imp.rs
+++ b/video/dav1d/src/dav1ddec/imp.rs
@@ -463,7 +463,7 @@ impl VideoDecoderImpl for Dav1dDec {
fn decide_allocation(
&self,
element: &Self::Type,
- query: &mut gst::query::Allocation<gst::QueryRef>,
+ query: &mut gst::query::Allocation,
) -> Result<(), gst::LoggableError> {
self.negotiation_infos.lock().unwrap().video_meta_supported = query
.find_allocation_meta::<gst_video::VideoMeta>()