summaryrefslogtreecommitdiff
path: root/sources/generated/Gst/StaticPadTemplate.cs
diff options
context:
space:
mode:
Diffstat (limited to 'sources/generated/Gst/StaticPadTemplate.cs')
-rw-r--r--sources/generated/Gst/StaticPadTemplate.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/sources/generated/Gst/StaticPadTemplate.cs b/sources/generated/Gst/StaticPadTemplate.cs
index d9b46fe..82d5668 100644
--- a/sources/generated/Gst/StaticPadTemplate.cs
+++ b/sources/generated/Gst/StaticPadTemplate.cs
@@ -25,7 +25,7 @@ namespace Gst {
return (Gst.StaticPadTemplate) Marshal.PtrToStructure (raw, typeof (Gst.StaticPadTemplate));
}
- [DllImport("libgstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern IntPtr gst_static_pad_template_get(IntPtr raw);
public Gst.PadTemplate Get() {
@@ -38,7 +38,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 IntPtr gst_static_pad_template_get_caps(IntPtr raw);
public Gst.Caps Caps {