- Mar 20, 2018
-
-
Thibault Saunier authored
- Mar 19, 2018
-
-
Tim-Philipp Müller authored
-
- Mar 14, 2018
- Mar 13, 2018
-
-
Gst.Element has same method to return Gst.Bus so Gst.Pipeline doesn't need to define again. https://bugzilla.gnome.org/show_bug.cgi?id=793870
-
Thibault Saunier authored
And fix examples. Fixes https://bugzilla.gnome.org/show_bug.cgi?id=793274
-
-
Thibault Saunier authored
Moving the NewAny variant at the end of the nodes in the API definition file. Fixes https://bugzilla.gnome.org/show_bug.cgi?id=793054
-
SignalInfo implements IDisposable to free GCHandle. https://bugzilla.gnome.org/show_bug.cgi?id=793982
-
- Mar 12, 2018
-
-
Thibault Saunier authored
Making it cleaner and simpler to navigate and removing previous ugly and now useless hack where we were renaming files ourself to make meson happy.
-
Thibault Saunier authored
* Hide new GstAudioAggregator for now (needs some work) * Fix the GstAudioInfo.SetFormat API and its use in the samples (it was plain broken and fixes in the annotation fixed it)
-
- Jan 29, 2018
-
-
Thibault Saunier authored
-
Thibault Saunier authored
-
Thibault Saunier authored
-
Thibault Saunier authored
-
- Jan 26, 2018
- Jan 12, 2018
-
-
Thibault Saunier authored
Making sure mono find the required and built libraries
-
- Jan 02, 2018
-
-
Without the convention, Gst.Object.Connect causes AccessViolationException. https://bugzilla.gnome.org/show_bug.cgi?id=792096
-
- Dec 01, 2017
-
-
Thibault Saunier authored
This fits the expected name in other parts of the code.
-
- 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
-