gstreamer/subprojects/gstreamer-sharp/sources
Tim-Philipp Müller 3523ba76ae csharp: fix GstAudioRingBuffer structure size and field offset mismatches
.. which caused the gstreamer_sharp_abi unit test to fail.

GstAudioRingBuffer has segdone and segbase as struct fields and
a get/set API with the same name but different types. The fields
have been deprecated and are no longer used now, and they need to
be hidden and we also need to rename them so that the generator
does not mix types (the setter/getters use guint64 but the fields
have gint types, which caused some type confusion in the generator).

Co-authored by: Andoni Morales Alastruey <ylatuya@gmail.com>

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8541>
2025-02-27 17:38:57 +00:00
..
custom csharp: update c# bindings 2023-12-07 17:34:34 +01:00
generated csharp: fix GstAudioRingBuffer structure size and field offset mismatches 2025-02-27 17:38:57 +00:00
AssemblyInfo.cs.in Move files from gstreamer-sharp into the "subprojects/gstreamer-sharp/" subdir 2021-09-24 16:16:29 -03:00
Gst-1.0-merged.metadata Move files from gstreamer-sharp into the "subprojects/gstreamer-sharp/" subdir 2021-09-24 16:16:29 -03:00
gstreamer-sharp-api.raw csharp: gstreamer: update for 1.26 API 2025-02-27 15:03:00 +00:00
gstreamer-sharp.csproj csharp: update c# bindings 2023-12-07 17:34:34 +01:00
gstreamer-sharp.dll.config csharp: Add GstRtspServer bindings 2024-02-21 19:00:50 +00:00
gstreamer-sharp.metadata csharp: fix GstAudioRingBuffer structure size and field offset mismatches 2025-02-27 17:38:57 +00:00
meson.build csharp: Add GstRtspServer bindings 2024-02-21 19:00:50 +00:00