- Nov 23, 2017
-
-
Thibault Saunier authored
-
- Oct 12, 2017
-
-
Thibault Saunier authored
It is not up to date anyway.
-
- Oct 11, 2017
-
-
Thibault Saunier authored
-
Thibault Saunier authored
-
Thibault Saunier authored
-
Thibault Saunier authored
-
- Oct 04, 2017
-
-
Thibault Saunier authored
-
- Sep 29, 2017
-
-
Thibault Saunier authored
-
Thibault Saunier authored
-
Thibault Saunier authored
Those were miss generated in meson build girs
-
Thibault Saunier authored
-
- Sep 28, 2017
-
-
Thibault Saunier authored
It is a pointer to a guint32
-
Thibault Saunier authored
-
- Sep 26, 2017
-
-
Thibault Saunier authored
So that we generate a ABI compatible structure and make it working. Also this is the way we do it for almost all other structures of this kind. I first tried to keep having a managed structure that properly matches the C structure ABI generating in the gtk-sharp generator Explicit structure for the union as we do with non managed structures but this is not possible and leads to the following assertion in mono: Type Gst.Video.VideoInfo/__ABI which has an [ExplicitLayout] attribute cannot have a reference field at the same offset as another field. This sensibly changes the API but I bet noone will even notice. https://bugzilla.gnome.org/show_bug.cgi?id=788133
-
Thibault Saunier authored
-
- Sep 25, 2017
-
-
Thibault Saunier authored
-
Thibault Saunier authored
-
Erlend Graff authored
(which doesn't work with MS csc) https://bugzilla.gnome.org/show_bug.cgi?id=788132
-
- Sep 22, 2017
-
-
Thibault Saunier authored
-
Thibault Saunier authored
-
Thibault Saunier authored
Otherwise we will leak all Opaque structures
-
Erlend Graff authored
-
- Sep 20, 2017
-
-
Thibault Saunier authored
We want to use the new gtk-sharp/gtk-sharp "upstream", not some random repo!
-
Thibault Saunier authored
-
- Sep 06, 2017
-
-
Thibault Saunier authored
So it is usable from gst-build master.
-
Thibault Saunier authored
-
Thibault Saunier authored
-
Thibault Saunier authored
-
Thibault Saunier authored
It should always be available and libname.so is not available on some distros (ubuntu 32bits)
-
Thibault Saunier authored
This is not needed anymore as ABI compatible structures are now generated and used by the code generator.
-
- Sep 05, 2017
-
-
Thibault Saunier authored
-
- Aug 30, 2017
-
-
Thibault Saunier authored
-
Thibault Saunier authored
-
Thibault Saunier authored
-
Thibault Saunier authored
-
Thibault Saunier authored
-
Thibault Saunier authored
-
Thibault Saunier authored
-
Thibault Saunier authored
-
Thibault Saunier authored
Removing ambuiguity about what Application namespace we target
-