summaryrefslogtreecommitdiff
path: root/sources/generated/Gst.WebRTC/WebRTCRTPReceiver.cs
diff options
context:
space:
mode:
Diffstat (limited to 'sources/generated/Gst.WebRTC/WebRTCRTPReceiver.cs')
-rw-r--r--sources/generated/Gst.WebRTC/WebRTCRTPReceiver.cs8
1 files changed, 4 insertions, 4 deletions
diff --git a/sources/generated/Gst.WebRTC/WebRTCRTPReceiver.cs b/sources/generated/Gst.WebRTC/WebRTCRTPReceiver.cs
index 4ed2981..f5c4ca8 100644
--- a/sources/generated/Gst.WebRTC/WebRTCRTPReceiver.cs
+++ b/sources/generated/Gst.WebRTC/WebRTCRTPReceiver.cs
@@ -13,7 +13,7 @@ namespace Gst.WebRTC {
public WebRTCRTPReceiver (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_receiver_new();
public WebRTCRTPReceiver () : base (IntPtr.Zero)
@@ -25,7 +25,7 @@ namespace Gst.WebRTC {
Raw = gst_webrtc_rtp_receiver_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_receiver_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_receiver_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_receiver_get_type();
public static new GLib.GType GType {