summaryrefslogtreecommitdiff
path: root/sources/generated/Gst.Video/VideoConverter.cs
diff options
context:
space:
mode:
Diffstat (limited to 'sources/generated/Gst.Video/VideoConverter.cs')
-rw-r--r--sources/generated/Gst.Video/VideoConverter.cs8
1 files changed, 4 insertions, 4 deletions
diff --git a/sources/generated/Gst.Video/VideoConverter.cs b/sources/generated/Gst.Video/VideoConverter.cs
index bbe2d9c..5468ee8 100644
--- a/sources/generated/Gst.Video/VideoConverter.cs
+++ b/sources/generated/Gst.Video/VideoConverter.cs
@@ -11,7 +11,7 @@ namespace Gst.Video {
#region Autogenerated code
public partial class VideoConverter : GLib.Opaque {
- [DllImport("libgstvideo-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstvideo-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern void gst_video_converter_frame(IntPtr raw, IntPtr src, IntPtr dest);
public void Frame(Gst.Video.VideoFrame src, Gst.Video.VideoFrame dest) {
@@ -22,7 +22,7 @@ namespace Gst.Video {
Marshal.FreeHGlobal (native_dest);
}
- [DllImport("libgstvideo-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstvideo-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern IntPtr gst_video_converter_get_config(IntPtr raw);
public Gst.Structure Config {
@@ -33,7 +33,7 @@ namespace Gst.Video {
}
}
- [DllImport("libgstvideo-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstvideo-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern bool gst_video_converter_set_config(IntPtr raw, IntPtr config);
public bool SetConfig(Gst.Structure config) {
@@ -45,7 +45,7 @@ namespace Gst.Video {
public VideoConverter(IntPtr raw) : base(raw) {}
- [DllImport("libgstvideo-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstvideo-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern void gst_video_converter_free(IntPtr raw);
protected override void Free (IntPtr raw)