gstreamer/subprojects/gstreamer-sharp/ges/generated
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
..
GES csharp: gstreamer: update for 1.26 API 2025-02-27 15:03:00 +00:00
GLib
GtkSharp csharp: update c# bindings 2023-12-07 17:34:34 +01:00
gst-editing-services-abi.c csharp: update c# bindings 2023-12-07 17:34:34 +01:00
gst-editing-services-abi.cs csharp: update c# bindings 2023-12-07 17:34:34 +01:00
gst-editing-services-api.xml csharp: fix GstAudioRingBuffer structure size and field offset mismatches 2025-02-27 17:38:57 +00:00
meson.build csharp: ges: update for 1.26 API 2025-02-27 15:02:32 +00:00