summaryrefslogtreecommitdiff
path: root/sources/generated/Gst/Pipeline.cs
diff options
context:
space:
mode:
Diffstat (limited to 'sources/generated/Gst/Pipeline.cs')
-rw-r--r--sources/generated/Gst/Pipeline.cs22
1 files changed, 11 insertions, 11 deletions
diff --git a/sources/generated/Gst/Pipeline.cs b/sources/generated/Gst/Pipeline.cs
index b8210ca..8baf449 100644
--- a/sources/generated/Gst/Pipeline.cs
+++ b/sources/generated/Gst/Pipeline.cs
@@ -13,7 +13,7 @@ namespace Gst {
public Pipeline (IntPtr raw) : base(raw) {}
- [DllImport("libgstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern IntPtr gst_pipeline_new(IntPtr name);
public Pipeline (string name) : base (IntPtr.Zero)
@@ -31,10 +31,10 @@ namespace Gst {
GLib.Marshaller.Free (native_name);
}
- [DllImport("libgstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern bool gst_pipeline_get_auto_flush_bus(IntPtr raw);
- [DllImport("libgstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern void gst_pipeline_set_auto_flush_bus(IntPtr raw, bool auto_flush);
[GLib.Property ("auto-flush-bus")]
@@ -49,10 +49,10 @@ namespace Gst {
}
}
- [DllImport("libgstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern ulong gst_pipeline_get_delay(IntPtr raw);
- [DllImport("libgstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern void gst_pipeline_set_delay(IntPtr raw, ulong delay);
[GLib.Property ("delay")]
@@ -67,10 +67,10 @@ namespace Gst {
}
}
- [DllImport("libgstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern ulong gst_pipeline_get_latency(IntPtr raw);
- [DllImport("libgstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern void gst_pipeline_set_latency(IntPtr raw, ulong latency);
[GLib.Property ("latency")]
@@ -136,7 +136,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_pipeline_get_type();
public static new GLib.GType GType {
@@ -147,14 +147,14 @@ namespace Gst {
}
}
- [DllImport("libgstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern void gst_pipeline_auto_clock(IntPtr raw);
public void AutoClock() {
gst_pipeline_auto_clock(Handle);
}
- [DllImport("libgstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern IntPtr gst_pipeline_get_pipeline_clock(IntPtr raw);
public Gst.Clock PipelineClock {
@@ -165,7 +165,7 @@ namespace Gst {
}
}
- [DllImport("libgstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern void gst_pipeline_use_clock(IntPtr raw, IntPtr clock);
public void UseClock(Gst.Clock clock) {