summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2018-06-01tutorial6: Do not use linux specific .so names for the glibThibault Saunier1-1/+1
And let the glib-2.0.dll.config do its job https://bugzilla.gnome.org/show_bug.cgi?id=796287
2018-06-01Make sure GStreamer is at least 1.14Thibault Saunier2-4/+19
Since we broke ABI with https://bugzilla.gnome.org/show_bug.cgi?id=743062#c30 it is the safest way to do handle. Update the README accordingly
2018-05-17samples: Fix Tutorial4 by making it actually seek at some point.Thibault Saunier1-4/+4
Thanks to "tomislavtustonic" for the bug report and patch. Also make the seek "Flushing" as the C tutorial. https://bugzilla.gnome.org/show_bug.cgi?id=796184
2018-04-22meson.build: ges is an optional dependencyMathieu Duponchelle1-1/+1
2018-03-31ges: Mark padding fields as paddingThibault Saunier4-295/+104
2018-03-24Meson: Use shared_library() because static build of C# is not supportedXavier Claessens3-3/+3
When gstreamer-sharp is used as a subproject (e.g. gst-build) and the master project is built with default-library=both, gstreamer-sharp should still only build shared libraries instead of failing to configure. https://bugzilla.gnome.org/show_bug.cgi?id=794656
2018-03-21tests: Test SDPMessage creationJustin Kim5-27/+233
https://bugzilla.gnome.org/show_bug.cgi?id=794349
2018-03-21Make GstSDPMessage an opaque structureThibault Saunier7-366/+372
Fixes https://bugzilla.gnome.org/show_bug.cgi?id=794483
2018-03-20Update generated files.Thibault Saunier2-9/+9
2018-03-20Back to developmentTim-Philipp Müller4-14/+14
2018-03-19Release 1.14.01.14.0Tim-Philipp Müller1-1/+1
2018-03-14Release 1.13.911.13.91Tim-Philipp Müller3-15/+7
2018-03-13Gst.Pipeline: Hide GetBusJustin Kim3-12/+4
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
2018-03-13message: Name all constructorsThibault Saunier5-57/+84
And fix examples. Fixes https://bugzilla.gnome.org/show_bug.cgi?id=793274
2018-03-13event: Make sure all constructor have a proper nameThibault Saunier3-43/+66
Fixes https://bugzilla.gnome.org/show_bug.cgi?id=793274
2018-03-13caps: Make sure that the empty constructor build an Empty capsThibault Saunier3-12/+18
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
2018-03-13DynamicSignal: Add Dispose to SignalInfoJustin Kim1-4/+15
SignalInfo implements IDisposable to free GCHandle. https://bugzilla.gnome.org/show_bug.cgi?id=793982
2018-03-11Move generated files to dedicated folders named by namespaceThibault Saunier836-852/+891
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.
2018-03-11Update to 1.13.90Thibault Saunier37-277/+824
* 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)
2018-01-29Add a way to simply update sources and document itThibault Saunier3-9/+68
2018-01-29Update GESThibault Saunier5-627/+628
2018-01-29Version control generated source codeThibault Saunier842-52/+148813
2018-01-29Update for current masterThibault Saunier3-133/+725
2018-01-26Fix few leaks after strdupJustin Kim3-7/+28
https://bugzilla.gnome.org/show_bug.cgi?id=792899
2018-01-12build: Fix running tests when not in gst-uninstalled envThibault Saunier3-23/+53
Making sure mono find the required and built libraries
2018-01-02DynamicSignal: Add UnmanagedFunctionPointer to GClosureMarshalJustin Kim1-0/+1
Without the convention, Gst.Object.Connect causes AccessViolationException. https://bugzilla.gnome.org/show_bug.cgi?id=792096
2017-11-30`is-padding` was renamed to `padding` in GtkSharpThibault Saunier1-6/+6
This fits the expected name in other parts of the code.
2017-11-23Fix circular dependencies in the generated nuggets1.13.0.1Thibault Saunier1-3/+1
2017-10-12Remove autotoolsThibault Saunier10-557/+229
It is not up to date anyway.
2017-10-12Remove some remaining reference to the glueThibault Saunier6-21/+12
2017-10-11Make our nugget depend on GLib-sharp onesThibault Saunier1-3/+3
2017-10-11Run tests only when using mono and set MONO_PATHThibault Saunier3-5/+24
2017-10-11Add ABI tests and fix related issuesThibault Saunier10-37/+134
2017-10-04Update .raw file with callbacks in structuresThibault Saunier1-1235/+1267
2017-09-29Do not ever try to generate managed structuresThibault Saunier2-4/+11
2017-09-29Fix GstTypeFind ABIThibault Saunier1-0/+14
2017-09-28Fix GstAudioBase* parent classesThibault Saunier1-3/+5
Those were miss generated in meson build girs
2017-09-28Remove GParamSpec subclasses as they are not handled in the code generatorThibault Saunier2-2/+5
2017-09-28Fix GstIterator.master_cookie typeThibault Saunier1-0/+1
It is a pointer to a guint32
2017-09-28Remove remaining reference to glueThibault Saunier1-1/+0
2017-09-26Make GstVideo/AudioInfo GLib.Opaque structuresThibault Saunier3-2/+4
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
2017-09-26meson: Fix generation of nugets.Thibault Saunier2-19/+40
2017-09-25meson: keysign only when using mono and use a project argumentThibault Saunier3-6/+9
2017-09-25Make sure to run exes within mono if requiredThibault Saunier1-14/+14
2017-09-25DynamicSignal: use NativeType property instead of doing unsafe pointer trickeryErlend Graff1-7/+3
(which doesn't work with MS csc) https://bugzilla.gnome.org/show_bug.cgi?id=788132
2017-09-22Update to current masterThibault Saunier6-97/+161
2017-09-22samples: Minor fix in the way we free resourcesThibault Saunier1-2/+4
2017-09-22Also generate 'unintrospectable' _unref methodThibault Saunier2-0/+5
Otherwise we will leak all Opaque structures
2017-09-22Make sure GstSample is declared as subclass of GstMiniObjectErlend Graff1-0/+6
2017-09-20meson: Fix gtk-sharp git repo urlThibault Saunier2-9/+1
We want to use the new gtk-sharp/gtk-sharp "upstream", not some random repo!