summaryrefslogtreecommitdiff
path: root/sources/generated/Gst.Video/VideoOverlayRectangle.cs
diff options
context:
space:
mode:
Diffstat (limited to 'sources/generated/Gst.Video/VideoOverlayRectangle.cs')
-rw-r--r--sources/generated/Gst.Video/VideoOverlayRectangle.cs7
1 files changed, 3 insertions, 4 deletions
diff --git a/sources/generated/Gst.Video/VideoOverlayRectangle.cs b/sources/generated/Gst.Video/VideoOverlayRectangle.cs
index cc48d3f..9adefb7 100644
--- a/sources/generated/Gst.Video/VideoOverlayRectangle.cs
+++ b/sources/generated/Gst.Video/VideoOverlayRectangle.cs
@@ -9,7 +9,7 @@ namespace Gst.Video {
using System.Runtime.InteropServices;
#region Autogenerated code
- public partial class VideoOverlayRectangle : GLib.Opaque {
+ public partial class VideoOverlayRectangle : Gst.MiniObject {
[DllImport("gstvideo-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern IntPtr gst_video_overlay_rectangle_get_type();
@@ -153,11 +153,10 @@ namespace Gst.Video {
// Internal representation of the wrapped structure ABI.
static GLib.AbiStruct _abi_info = null;
- static public GLib.AbiStruct abi_info {
+ static public new GLib.AbiStruct abi_info {
get {
if (_abi_info == null)
- _abi_info = new GLib.AbiStruct (new List<GLib.AbiField>{
- });
+ _abi_info = new GLib.AbiStruct (Gst.MiniObject.abi_info.Fields);
return _abi_info;
}