Justin Kim
5f63dac35e
tests: Test SDPMessage creation
...
https://bugzilla.gnome.org/show_bug.cgi?id=794349
2018-03-21 09:48:32 -03:00
Thibault Saunier
11215be945
Make GstSDPMessage an opaque structure
...
Fixes https://bugzilla.gnome.org/show_bug.cgi?id=794483
2018-03-21 09:22:38 -03:00
Thibault Saunier
067f13fcb4
Update generated files.
2018-03-20 09:03:47 -03:00
Tim-Philipp Müller
b897c8f9b6
Back to development
2018-03-20 10:04:54 +00:00
Tim-Philipp Müller
4d08e4f269
Release 1.14.0
2018-03-19 23:40:52 +00:00
Tim-Philipp Müller
b24674d51d
Release 1.13.91
2018-03-14 00:26:35 +00:00
Justin Kim
1bcec1ec3b
Gst.Pipeline: Hide GetBus
...
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-13 10:18:33 -03:00
Thibault Saunier
bbe45ebd91
message: Name all constructors
...
And fix examples.
Fixes https://bugzilla.gnome.org/show_bug.cgi?id=793274
2018-03-13 10:16:12 -03:00
Thibault Saunier
94f4d85af3
event: Make sure all constructor have a proper name
...
Fixes https://bugzilla.gnome.org/show_bug.cgi?id=793274
2018-03-13 10:04:35 -03:00
Thibault Saunier
de989e1800
caps: Make sure that the empty constructor build an Empty caps
...
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-13 09:28:01 -03:00
Justin Kim
b65093ab72
DynamicSignal: Add Dispose to SignalInfo
...
SignalInfo implements IDisposable to free GCHandle.
https://bugzilla.gnome.org/show_bug.cgi?id=793982
2018-03-13 08:56:41 -03:00
Thibault Saunier
2d00f898fb
Move generated files to dedicated folders named by namespace
...
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-11 21:47:35 -03:00
Thibault Saunier
f9044e93e1
Update to 1.13.90
...
* 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-03-11 21:23:12 -03:00
Thibault Saunier
422875b276
Add a way to simply update sources and document it
2018-01-29 18:39:32 -03:00
Thibault Saunier
525d8dab14
Update GES
2018-01-29 17:50:13 -03:00
Thibault Saunier
d246a73c3a
Version control generated source code
2018-01-29 16:25:26 -03:00
Thibault Saunier
689e4892e0
Update for current master
2018-01-29 15:31:16 -03:00
Justin Kim
894fee310f
Fix few leaks after strdup
...
https://bugzilla.gnome.org/show_bug.cgi?id=792899
2018-01-26 19:27:05 +02:00
Thibault Saunier
37f73f8865
build: Fix running tests when not in gst-uninstalled env
...
Making sure mono find the required and built libraries
2018-01-12 14:27:29 -03:00
Justin Kim
33c41a50a5
DynamicSignal: Add UnmanagedFunctionPointer to GClosureMarshal
...
Without the convention, Gst.Object.Connect causes AccessViolationException.
https://bugzilla.gnome.org/show_bug.cgi?id=792096
2018-01-02 10:12:59 -03:00
Thibault Saunier
d74a92212f
is-padding
was renamed to padding
in GtkSharp
...
This fits the expected name in other parts of the code.
2017-11-30 23:06:52 -03:00
Thibault Saunier
2b607442d9
Fix circular dependencies in the generated nuggets
2017-11-23 12:28:13 -03:00
Thibault Saunier
7548c54234
Remove autotools
...
It is not up to date anyway.
2017-10-12 09:45:50 +02:00
Thibault Saunier
0bd077718c
Remove some remaining reference to the glue
2017-10-12 00:19:37 +02:00
Thibault Saunier
00dd3def54
Make our nugget depend on GLib-sharp ones
2017-10-11 23:42:56 +02:00
Thibault Saunier
adeecf4b4a
Run tests only when using mono and set MONO_PATH
2017-10-11 18:27:53 +02:00
Thibault Saunier
288b061843
Add ABI tests and fix related issues
2017-10-11 18:27:53 +02:00
Thibault Saunier
e591823df7
Update .raw file with callbacks in structures
2017-10-04 16:01:25 -03:00
Thibault Saunier
a7fd8d6cb5
Do not ever try to generate managed structures
2017-09-29 11:43:48 -03:00
Thibault Saunier
2f86ec02ed
Fix GstTypeFind ABI
2017-09-29 11:42:39 -03:00
Thibault Saunier
b71f70bc35
Fix GstAudioBase* parent classes
...
Those were miss generated in meson build girs
2017-09-28 21:55:43 -03:00
Thibault Saunier
083115dd57
Remove GParamSpec subclasses as they are not handled in the code generator
2017-09-28 21:54:03 -03:00
Thibault Saunier
1b96d74926
Fix GstIterator.master_cookie type
...
It is a pointer to a guint32
2017-09-28 17:44:46 -03:00
Thibault Saunier
5f4dc2f119
Remove remaining reference to glue
2017-09-28 17:44:18 -03:00
Thibault Saunier
b5beac1217
Make GstVideo/AudioInfo GLib.Opaque structures
...
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-26 10:35:37 -03:00
Thibault Saunier
78b259e358
meson: Fix generation of nugets.
2017-09-26 09:35:20 -03:00
Thibault Saunier
7976844b56
meson: keysign only when using mono and use a project argument
2017-09-25 14:16:33 -03:00
Thibault Saunier
45140d7293
Make sure to run exes within mono if required
2017-09-25 14:16:33 -03:00
Erlend Graff
cdb4a5b84b
DynamicSignal: use NativeType property instead of doing unsafe pointer trickery
...
(which doesn't work with MS csc)
https://bugzilla.gnome.org/show_bug.cgi?id=788132
2017-09-25 14:16:25 -03:00
Thibault Saunier
d759ec9310
Update to current master
2017-09-22 15:42:41 -03:00
Thibault Saunier
356a35eda6
samples: Minor fix in the way we free resources
2017-09-22 15:42:41 -03:00
Thibault Saunier
7fde0e8fc4
Also generate 'unintrospectable' _unref method
...
Otherwise we will leak all Opaque structures
2017-09-22 15:42:41 -03:00
Erlend Graff
3f9dcf7198
Make sure GstSample is declared as subclass of GstMiniObject
2017-09-22 15:42:41 -03:00
Thibault Saunier
cd5b0e1992
meson: Fix gtk-sharp git repo url
...
We want to use the new gtk-sharp/gtk-sharp "upstream", not some random repo!
2017-09-20 17:50:13 -03:00
Thibault Saunier
ea37557f6e
meson: Fix some dependencies
2017-09-20 17:49:56 -03:00
Thibault Saunier
c48f812c3e
Bump versiom to 1.13
...
So it is usable from gst-build master.
2017-09-06 13:37:34 -03:00
Thibault Saunier
e9181c6772
metadata: Remove unused overrides and mark padding fields in objects as such
2017-09-06 13:23:18 -03:00
Thibault Saunier
1b6c109ba3
metadata: Add some documentation about our overrides
2017-09-06 13:23:00 -03:00
Thibault Saunier
a657259e5f
Update README
2017-09-06 13:23:00 -03:00
Thibault Saunier
f6334db736
dlopen the libname.so.0 instead of libname.so on linux
...
It should always be available and libname.so is not available on
some distros (ubuntu 32bits)
2017-09-06 13:23:00 -03:00