summaryrefslogtreecommitdiff
path: root/sources/generated/Gst.Rtp/RTPBasePayload.cs
diff options
context:
space:
mode:
Diffstat (limited to 'sources/generated/Gst.Rtp/RTPBasePayload.cs')
-rw-r--r--sources/generated/Gst.Rtp/RTPBasePayload.cs18
1 files changed, 9 insertions, 9 deletions
diff --git a/sources/generated/Gst.Rtp/RTPBasePayload.cs b/sources/generated/Gst.Rtp/RTPBasePayload.cs
index 1135783..f9163d7 100644
--- a/sources/generated/Gst.Rtp/RTPBasePayload.cs
+++ b/sources/generated/Gst.Rtp/RTPBasePayload.cs
@@ -633,7 +633,7 @@ namespace Gst.Rtp {
// End of the ABI representation.
- [DllImport("libgstrtp-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstrtp-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern IntPtr gst_rtp_base_payload_get_type();
public static new GLib.GType GType {
@@ -644,7 +644,7 @@ namespace Gst.Rtp {
}
}
- [DllImport("libgstrtp-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstrtp-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern IntPtr gst_rtp_base_payload_allocate_output_buffer(IntPtr raw, uint payload_len, byte pad_len, byte csrc_count);
public Gst.Buffer AllocateOutputBuffer(uint payload_len, byte pad_len, byte csrc_count) {
@@ -653,7 +653,7 @@ namespace Gst.Rtp {
return ret;
}
- [DllImport("libgstrtp-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstrtp-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern uint gst_rtp_base_payload_get_source_count(IntPtr raw, IntPtr buffer);
public uint GetSourceCount(Gst.Buffer buffer) {
@@ -662,7 +662,7 @@ namespace Gst.Rtp {
return ret;
}
- [DllImport("libgstrtp-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstrtp-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern bool gst_rtp_base_payload_is_filled(IntPtr raw, uint size, ulong duration);
public bool IsFilled(uint size, ulong duration) {
@@ -671,7 +671,7 @@ namespace Gst.Rtp {
return ret;
}
- [DllImport("libgstrtp-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstrtp-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern bool gst_rtp_base_payload_is_source_info_enabled(IntPtr raw);
public bool IsSourceInfoEnabled {
@@ -682,7 +682,7 @@ namespace Gst.Rtp {
}
}
- [DllImport("libgstrtp-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstrtp-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern int gst_rtp_base_payload_push(IntPtr raw, IntPtr buffer);
public Gst.FlowReturn Push(Gst.Buffer buffer) {
@@ -691,7 +691,7 @@ namespace Gst.Rtp {
return ret;
}
- [DllImport("libgstrtp-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstrtp-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern int gst_rtp_base_payload_push_list(IntPtr raw, IntPtr list);
public Gst.FlowReturn PushList(Gst.BufferList list) {
@@ -700,7 +700,7 @@ namespace Gst.Rtp {
return ret;
}
- [DllImport("libgstrtp-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstrtp-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern void gst_rtp_base_payload_set_options(IntPtr raw, IntPtr media, bool dynamic, IntPtr encoding_name, uint clock_rate);
public void SetOptions(string media, bool dynamic, string encoding_name, uint clock_rate) {
@@ -711,7 +711,7 @@ namespace Gst.Rtp {
GLib.Marshaller.Free (native_encoding_name);
}
- [DllImport("libgstrtp-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ [DllImport("gstrtp-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern void gst_rtp_base_payload_set_source_info_enabled(IntPtr raw, bool enable);
public bool SourceInfoEnabled {