summaryrefslogtreecommitdiff
path: root/sources/generated/Gst.WebRTC/WebRTCRTPSender.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.WebRTC/WebRTCRTPSender.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.WebRTC/WebRTCRTPSender.cs')
-rw-r--r--sources/generated/Gst.WebRTC/WebRTCRTPSender.cs8
1 files changed, 4 insertions, 4 deletions
diff --git a/sources/generated/Gst.WebRTC/WebRTCRTPSender.cs b/sources/generated/Gst.WebRTC/WebRTCRTPSender.cs
index d6b4924..d96de34 100644
--- a/sources/generated/Gst.WebRTC/WebRTCRTPSender.cs
+++ b/sources/generated/Gst.WebRTC/WebRTCRTPSender.cs
@@ -13,7 +13,7 @@ namespace Gst.WebRTC {
public WebRTCRTPSender (IntPtr raw) : base(raw) {}
- [DllImport("libgstwebrtc-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstwebrtc-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern IntPtr gst_webrtc_rtp_sender_new();
public WebRTCRTPSender () : base (IntPtr.Zero)
@@ -25,7 +25,7 @@ namespace Gst.WebRTC {
Raw = gst_webrtc_rtp_sender_new();
}
- [DllImport("libgstwebrtc-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstwebrtc-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern void gst_webrtc_rtp_sender_set_transport(IntPtr raw, IntPtr transport);
public Gst.WebRTC.WebRTCDTLSTransport Transport {
@@ -40,7 +40,7 @@ namespace Gst.WebRTC {
}
}
- [DllImport("libgstwebrtc-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstwebrtc-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern void gst_webrtc_rtp_sender_set_rtcp_transport(IntPtr raw, IntPtr transport);
public Gst.WebRTC.WebRTCDTLSTransport RtcpTransport {
@@ -79,7 +79,7 @@ namespace Gst.WebRTC {
// End of the ABI representation.
- [DllImport("libgstwebrtc-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstwebrtc-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern IntPtr gst_webrtc_rtp_sender_get_type();
public static new GLib.GType GType {