summaryrefslogtreecommitdiff
path: root/sources/generated/Gst/TocSetterAdapter.cs
diff options
context:
space:
mode:
Diffstat (limited to 'sources/generated/Gst/TocSetterAdapter.cs')
-rw-r--r--sources/generated/Gst/TocSetterAdapter.cs8
1 files changed, 4 insertions, 4 deletions
diff --git a/sources/generated/Gst/TocSetterAdapter.cs b/sources/generated/Gst/TocSetterAdapter.cs
index 5735e61..8323c17 100644
--- a/sources/generated/Gst/TocSetterAdapter.cs
+++ b/sources/generated/Gst/TocSetterAdapter.cs
@@ -47,7 +47,7 @@ namespace Gst {
implementor = GLib.Object.GetObject (handle);
}
- [DllImport("libgstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern IntPtr gst_toc_setter_get_type();
private static GLib.GType _gtype = new GLib.GType (gst_toc_setter_get_type ());
@@ -100,10 +100,10 @@ namespace Gst {
}
}
- [DllImport("libgstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern IntPtr gst_toc_setter_get_toc(IntPtr raw);
- [DllImport("libgstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern void gst_toc_setter_set_toc(IntPtr raw, IntPtr value);
public Gst.Toc Toc {
@@ -119,7 +119,7 @@ namespace Gst {
}
}
- [DllImport("libgstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern void gst_toc_setter_reset(IntPtr raw);
public void Reset() {