forked from mirrors/gstreamer-rs
gl/gir: Add all used external parent classes as manual
As collected with: xmlstarlet sel -t -v "//_:field[@name = \"parent_class\"]/_:type/@name" gir-files/GstGL-1.0.gir | uniq This adds GstBase.BaseTransform for GLBaseFilter and GLFilter, and Gst.Element for gst::panic_to_error.
This commit is contained in:
parent
b8756a3bd8
commit
d200a869bc
1 changed files with 6 additions and 1 deletions
|
@ -47,9 +47,14 @@ manual = [
|
|||
"GLib.Error",
|
||||
"GLib.Thread",
|
||||
"GObject.Object",
|
||||
"Gst.Object",
|
||||
"Gst.Allocator",
|
||||
"Gst.BufferPool",
|
||||
"Gst.Element",
|
||||
"Gst.FlowReturn",
|
||||
"Gst.Object",
|
||||
"Gst.PadDirection",
|
||||
"GstBase.BaseTransform",
|
||||
"GstBase.PushSrc",
|
||||
"GstVideo.VideoMultiviewFlags",
|
||||
"GstVideo.VideoMultiviewMode",
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue