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.
This commit is contained in:
Marijn Suijten 2021-01-04 23:51:18 +01:00 committed by Sebastian Dröge
parent d200a869bc
commit eda46ac74d

View file

@ -47,14 +47,18 @@ manual = [
"GLib.Error", "GLib.Error",
"GLib.Thread", "GLib.Thread",
"GObject.Object", "GObject.Object",
"Gst.AllocationParams",
"Gst.Allocator", "Gst.Allocator",
"Gst.BufferPool", "Gst.BufferPool",
"Gst.Element", "Gst.Element",
"Gst.FlowReturn", "Gst.FlowReturn",
"Gst.Memory",
"Gst.Object", "Gst.Object",
"Gst.PadDirection", "Gst.PadDirection",
"GstBase.BaseTransform", "GstBase.BaseTransform",
"GstBase.PushSrc", "GstBase.PushSrc",
"GstVideo.VideoAlignment",
"GstVideo.VideoInfo",
"GstVideo.VideoMultiviewFlags", "GstVideo.VideoMultiviewFlags",
"GstVideo.VideoMultiviewMode", "GstVideo.VideoMultiviewMode",
] ]