From eda46ac74dbfdd8a74df49705540ec8629d93f0c Mon Sep 17 00:00:00 2001 From: Marijn Suijten Date: Mon, 4 Jan 2021 23:51:18 +0100 Subject: [PATCH] gl/gir: Add external types used by GL to manual list These types will be used by the newly generated GLFilter class and/or its dependencies. --- gstreamer-gl/Gir.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gstreamer-gl/Gir.toml b/gstreamer-gl/Gir.toml index 7ec7d8e29..6feba0069 100644 --- a/gstreamer-gl/Gir.toml +++ b/gstreamer-gl/Gir.toml @@ -47,14 +47,18 @@ manual = [ "GLib.Error", "GLib.Thread", "GObject.Object", + "Gst.AllocationParams", "Gst.Allocator", "Gst.BufferPool", "Gst.Element", "Gst.FlowReturn", + "Gst.Memory", "Gst.Object", "Gst.PadDirection", "GstBase.BaseTransform", "GstBase.PushSrc", + "GstVideo.VideoAlignment", + "GstVideo.VideoInfo", "GstVideo.VideoMultiviewFlags", "GstVideo.VideoMultiviewMode", ]