summaryrefslogtreecommitdiff
path: root/sources/generated/Gst/SystemClock.cs
diff options
context:
space:
mode:
Diffstat (limited to 'sources/generated/Gst/SystemClock.cs')
-rw-r--r--sources/generated/Gst/SystemClock.cs6
1 files changed, 3 insertions, 3 deletions
diff --git a/sources/generated/Gst/SystemClock.cs b/sources/generated/Gst/SystemClock.cs
index 3d551c9..909ac2c 100644
--- a/sources/generated/Gst/SystemClock.cs
+++ b/sources/generated/Gst/SystemClock.cs
@@ -57,7 +57,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_system_clock_get_type();
public static new GLib.GType GType {
@@ -68,7 +68,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_system_clock_obtain();
public static Gst.Clock Obtain() {
@@ -77,7 +77,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 void gst_system_clock_set_default(IntPtr new_clock);
public static Gst.Clock Default {