summaryrefslogtreecommitdiff
path: root/sources/generated/Gst/Stream.cs
diff options
context:
space:
mode:
Diffstat (limited to 'sources/generated/Gst/Stream.cs')
-rw-r--r--sources/generated/Gst/Stream.cs22
1 files changed, 11 insertions, 11 deletions
diff --git a/sources/generated/Gst/Stream.cs b/sources/generated/Gst/Stream.cs
index 4e0f294..de20e81 100644
--- a/sources/generated/Gst/Stream.cs
+++ b/sources/generated/Gst/Stream.cs
@@ -13,7 +13,7 @@ namespace Gst {
public Stream (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_stream_new(IntPtr stream_id, IntPtr caps, int type, int flags);
public Stream (string stream_id, Gst.Caps caps, Gst.StreamType type, Gst.StreamFlags flags) : base (IntPtr.Zero)
@@ -35,10 +35,10 @@ namespace Gst {
GLib.Marshaller.Free (native_stream_id);
}
- [DllImport("libgstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern IntPtr gst_stream_get_caps(IntPtr raw);
- [DllImport("libgstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern void gst_stream_set_caps(IntPtr raw, IntPtr caps);
[GLib.Property ("caps")]
@@ -53,10 +53,10 @@ namespace Gst {
}
}
- [DllImport("libgstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern int gst_stream_get_stream_flags(IntPtr raw);
- [DllImport("libgstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern void gst_stream_set_stream_flags(IntPtr raw, int flags);
[GLib.Property ("stream-flags")]
@@ -71,7 +71,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_stream_get_stream_id(IntPtr raw);
[GLib.Property ("stream-id")]
@@ -83,10 +83,10 @@ namespace Gst {
}
}
- [DllImport("libgstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern int gst_stream_get_stream_type(IntPtr raw);
- [DllImport("libgstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern void gst_stream_set_stream_type(IntPtr raw, int stream_type);
[GLib.Property ("stream-type")]
@@ -101,10 +101,10 @@ namespace Gst {
}
}
- [DllImport("libgstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern IntPtr gst_stream_get_tags(IntPtr raw);
- [DllImport("libgstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern void gst_stream_set_tags(IntPtr raw, IntPtr tags);
[GLib.Property ("tags")]
@@ -152,7 +152,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_stream_get_type();
public static new GLib.GType GType {