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>2020-06-30 12:04:50 +0300
committerSebastian Dröge <sebastian@centricular.com>2020-06-30 12:04:50 +0300
commit48c20471d5c2fd877ee045510b252536e2fdf144 (patch)
tree7000d06e3654aee010099eba03c028588e57e3af /video/dav1d
parent11d17b8de97a6a7f499846425c11e07e81bbab89 (diff)
Fix compilation after flags cleanup
Diffstat (limited to 'video/dav1d')
-rw-r--r--video/dav1d/src/dav1ddec.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/video/dav1d/src/dav1ddec.rs b/video/dav1d/src/dav1ddec.rs
index ef75829f7..062268b0f 100644
--- a/video/dav1d/src/dav1ddec.rs
+++ b/video/dav1d/src/dav1ddec.rs
@@ -229,7 +229,7 @@ impl Dav1dDec {
if video_meta_supported {
gst_video::VideoMeta::add_full(
out_buffer.get_mut().unwrap(),
- gst_video::VideoFrameFlags::NONE,
+ gst_video::VideoFrameFlags::empty(),
info.format(),
info.width(),
info.height(),