summaryrefslogtreecommitdiff
path: root/sources/generated/Gst/Context.cs
diff options
context:
space:
mode:
Diffstat (limited to 'sources/generated/Gst/Context.cs')
-rw-r--r--sources/generated/Gst/Context.cs14
1 files changed, 7 insertions, 7 deletions
diff --git a/sources/generated/Gst/Context.cs b/sources/generated/Gst/Context.cs
index d45f9e0..a1c9b58 100644
--- a/sources/generated/Gst/Context.cs
+++ b/sources/generated/Gst/Context.cs
@@ -21,7 +21,7 @@ namespace Gst {
return (Gst.Context) Marshal.PtrToStructure (raw, typeof (Gst.Context));
}
- [DllImport("libgstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern IntPtr gst_context_new(IntPtr context_type, bool persistent);
public static Context New(string context_type, bool persistent)
@@ -32,7 +32,7 @@ namespace Gst {
return result;
}
- [DllImport("libgstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern IntPtr gst_context_get_type();
public static GLib.GType GType {
@@ -43,7 +43,7 @@ namespace Gst {
}
}
- [DllImport("libgstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern IntPtr gst_context_get_context_type(IntPtr raw);
public string ContextType {
@@ -58,7 +58,7 @@ namespace Gst {
}
}
- [DllImport("libgstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern IntPtr gst_context_get_structure(IntPtr raw);
public Gst.Structure Structure {
@@ -73,7 +73,7 @@ namespace Gst {
}
}
- [DllImport("libgstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern bool gst_context_has_context_type(IntPtr raw, IntPtr context_type);
public bool HasContextType(string context_type) {
@@ -88,7 +88,7 @@ namespace Gst {
return ret;
}
- [DllImport("libgstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern bool gst_context_is_persistent(IntPtr raw);
public bool IsPersistent {
@@ -103,7 +103,7 @@ namespace Gst {
}
}
- [DllImport("libgstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern IntPtr gst_context_writable_structure(IntPtr raw);
public Gst.Structure WritableStructure() {