summaryrefslogtreecommitdiff
path: root/sources/generated/Gst/Device.cs
diff options
context:
space:
mode:
Diffstat (limited to 'sources/generated/Gst/Device.cs')
-rw-r--r--sources/generated/Gst/Device.cs18
1 files changed, 9 insertions, 9 deletions
diff --git a/sources/generated/Gst/Device.cs b/sources/generated/Gst/Device.cs
index 3767808..d56e128 100644
--- a/sources/generated/Gst/Device.cs
+++ b/sources/generated/Gst/Device.cs
@@ -18,7 +18,7 @@ namespace Gst {
CreateNativeObject (new string [0], new GLib.Value [0]);
}
- [DllImport("libgstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern IntPtr gst_device_get_caps(IntPtr raw);
[GLib.Property ("caps")]
@@ -30,7 +30,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_device_get_device_class(IntPtr raw);
[GLib.Property ("device-class")]
@@ -42,7 +42,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_device_get_display_name(IntPtr raw);
[GLib.Property ("display-name")]
@@ -54,7 +54,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_device_get_properties(IntPtr raw);
[GLib.Property ("properties")]
@@ -283,7 +283,7 @@ namespace Gst {
// End of the ABI representation.
- [DllImport("libgstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern IntPtr gst_device_get_type();
public static new GLib.GType GType {
@@ -294,7 +294,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_device_create_element(IntPtr raw, IntPtr name);
public Gst.Element CreateElement(string name) {
@@ -309,7 +309,7 @@ namespace Gst {
return CreateElement (null);
}
- [DllImport("libgstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern bool gst_device_has_classes(IntPtr raw, IntPtr classes);
public bool HasClasses(string classes) {
@@ -320,7 +320,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_device_has_classesv(IntPtr raw, IntPtr[] classes);
public bool HasClassesv(string[] classes) {
@@ -338,7 +338,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_device_reconfigure_element(IntPtr raw, IntPtr element);
public bool ReconfigureElement(Gst.Element element) {