summaryrefslogtreecommitdiff
path: root/sources/generated/Gst.Video/VideoVBIEncoder.cs
diff options
context:
space:
mode:
authorAaron Boxer <aaron.boxer@collabora.com>2019-10-24 10:00:17 -0400
committerAaron Boxer <aaron.boxer@collabora.com>2019-11-18 14:19:39 -0500
commit38a0731461f470d38560f9766188f4f700987f3c (patch)
treec3244512508cd24c6e14177fbe1b25632d0d4801 /sources/generated/Gst.Video/VideoVBIEncoder.cs
parentde2554e637bda4dfe7466f6d3e8be6a0d2ed0538 (diff)
build: on Windows, use MSVC format for gst*, glib and gobject dlls
Generated files were generated using 'ninja -C build update-code' except for libgstfft, which had to be updated manually (see issue #25). Note: with these changes, building on MS Windows will require the msvc compiler - mingw will no longer work.
Diffstat (limited to 'sources/generated/Gst.Video/VideoVBIEncoder.cs')
-rw-r--r--sources/generated/Gst.Video/VideoVBIEncoder.cs8
1 files changed, 4 insertions, 4 deletions
diff --git a/sources/generated/Gst.Video/VideoVBIEncoder.cs b/sources/generated/Gst.Video/VideoVBIEncoder.cs
index ef7e517..8387f6c 100644
--- a/sources/generated/Gst.Video/VideoVBIEncoder.cs
+++ b/sources/generated/Gst.Video/VideoVBIEncoder.cs
@@ -21,7 +21,7 @@ namespace Gst.Video {
return (Gst.Video.VideoVBIEncoder) Marshal.PtrToStructure (raw, typeof (Gst.Video.VideoVBIEncoder));
}
- [DllImport("libgstvideo-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstvideo-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern IntPtr gst_video_vbi_encoder_new(int format, uint pixel_width);
public static VideoVBIEncoder New(Gst.Video.VideoFormat format, uint pixel_width)
@@ -30,7 +30,7 @@ namespace Gst.Video {
return result;
}
- [DllImport("libgstvideo-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstvideo-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern IntPtr gst_video_vbi_encoder_get_type();
public static GLib.GType GType {
@@ -41,7 +41,7 @@ namespace Gst.Video {
}
}
- [DllImport("libgstvideo-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstvideo-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern bool gst_video_vbi_encoder_add_ancillary(IntPtr raw, bool composite, byte DID, byte SDID_block_number, byte[] data, uint data_count);
public bool AddAncillary(bool composite, byte DID, byte SDID_block_number, byte[] data, uint data_count) {
@@ -54,7 +54,7 @@ namespace Gst.Video {
return ret;
}
- [DllImport("libgstvideo-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstvideo-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern void gst_video_vbi_encoder_write_line(IntPtr raw, byte data);
public void WriteLine(byte data) {