diff --git a/subprojects/gstreamer-sharp/ges/generated/gst-editing-services-api.xml b/subprojects/gstreamer-sharp/ges/generated/gst-editing-services-api.xml index d08ca77077..39330b9d0e 100644 --- a/subprojects/gstreamer-sharp/ges/generated/gst-editing-services-api.xml +++ b/subprojects/gstreamer-sharp/ges/generated/gst-editing-services-api.xml @@ -4538,4 +4538,4 @@ - + \ No newline at end of file diff --git a/subprojects/gstreamer-sharp/sources/generated/Gst.Audio/AudioRingBuffer.cs b/subprojects/gstreamer-sharp/sources/generated/Gst.Audio/AudioRingBuffer.cs index 116201c6fb..7335c634fb 100644 --- a/subprojects/gstreamer-sharp/sources/generated/Gst.Audio/AudioRingBuffer.cs +++ b/subprojects/gstreamer-sharp/sources/generated/Gst.Audio/AudioRingBuffer.cs @@ -99,34 +99,6 @@ namespace Gst.Audio { } } - [DllImport("gstaudio-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)] - static extern ulong gst_audio_ring_buffer_get_segdone(IntPtr raw); - - [DllImport("gstaudio-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)] - static extern void gst_audio_ring_buffer_set_segdone(IntPtr raw, ulong segdone); - - public ulong Segdone { - get { - ulong raw_ret = gst_audio_ring_buffer_get_segdone(Handle); - ulong ret = raw_ret; - return ret; - } - set { - gst_audio_ring_buffer_set_segdone(Handle, value); - } - } - - [DllImport("gstaudio-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)] - static extern ulong gst_audio_ring_buffer_get_segbase(IntPtr raw); - - public ulong Segbase { - get { - ulong raw_ret = gst_audio_ring_buffer_get_segbase(Handle); - ulong ret = raw_ret; - return ret; - } - } - public int Waiting { get { unsafe { @@ -1076,6 +1048,34 @@ namespace Gst.Audio { return ret; } + [DllImport("gstaudio-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)] + static extern ulong gst_audio_ring_buffer_get_segbase(IntPtr raw); + + public ulong Segbase { + get { + ulong raw_ret = gst_audio_ring_buffer_get_segbase(Handle); + ulong ret = raw_ret; + return ret; + } + } + + [DllImport("gstaudio-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)] + static extern ulong gst_audio_ring_buffer_get_segdone(IntPtr raw); + + [DllImport("gstaudio-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)] + static extern void gst_audio_ring_buffer_set_segdone(IntPtr raw, ulong segdone); + + public ulong Segdone { + get { + ulong raw_ret = gst_audio_ring_buffer_get_segdone(Handle); + ulong ret = raw_ret; + return ret; + } + set { + gst_audio_ring_buffer_set_segdone(Handle, value); + } + } + [DllImport("gstaudio-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)] static extern bool gst_audio_ring_buffer_is_acquired(IntPtr raw); @@ -1497,14 +1497,14 @@ namespace Gst.Audio { public struct GstAudioRingBuffer_segdoneAlign { sbyte f1; - private ulong segdone; + private int segdone; } [StructLayout(LayoutKind.Sequential)] public struct GstAudioRingBuffer_segbaseAlign { sbyte f1; - private ulong segbase; + private int segbase; } [StructLayout(LayoutKind.Sequential)] diff --git a/subprojects/gstreamer-sharp/sources/generated/gstreamer-sharp-api.xml b/subprojects/gstreamer-sharp/sources/generated/gstreamer-sharp-api.xml index 10254e2cc6..c5d5d8a1e8 100644 --- a/subprojects/gstreamer-sharp/sources/generated/gstreamer-sharp-api.xml +++ b/subprojects/gstreamer-sharp/sources/generated/gstreamer-sharp-api.xml @@ -16780,8 +16780,8 @@ - - +