Commit graph

769 commits

Author SHA1 Message Date
Thibault Saunier
9f1fac402e Update GStreamer with latest master
List of files in sources/meson.build is now aphabetically ordered.
2019-02-25 13:36:36 -03:00
Thibault Saunier
06ad721f91 Add an option to disable tests 2019-02-25 13:28:51 -03:00
Thibault Saunier
dd3e1854ef build: Generate the list of files to use in meson.build
Making it simpler to update it
2019-02-25 13:28:51 -03:00
Olivier Crête
ba65377f06 README: Add a little explanation on how to add this as a dependency. 2019-01-21 17:53:53 -05:00
Thibault Saunier
f71db86e13 ges: Remove wrongly commited check for libxml2 2018-12-06 17:19:42 -03:00
Thibault Saunier
03ceb07dc8 ges: Remove GESPitiviFormatter as it is deprecated and useless 2018-12-06 17:03:05 -03:00
Tomislav Tustonić
c58cfe4b6e A bug in PlaybackTutorial7.cs
A custom sink is set after starting playback and the equalizer has no effect.

https://bugzilla.gnome.org/show_bug.cgi?id=796690
2018-10-12 09:20:04 -03:00
Thibault Saunier
3acb989f40 tests: Fix ABI tests with latest change in GstMiniObject
Some private fields in the structure where renamed.
2018-07-12 17:41:55 -04:00
Thibault Saunier
6bada6f67d Generate bindings for the new GstWebRTC library 2018-07-03 10:03:27 -04:00
Thibault Saunier
2a9149734f Update the gtk-sharp wrap to point to the right place 2018-06-05 10:55:15 -04:00
Thibault Saunier
741cb333df Update code with latest GIR fixes.
Hide the following method that were previously totally broken and
now are wrongly auto generated (and fail to build):

    gst_rtsp_message_parse_auth_credentials
    gst_audio_ring_buffer_prepare_read
2018-06-05 10:55:15 -04:00
Thibault Saunier
ff453e5f0d Update .raw files 2018-06-05 10:55:15 -04:00
Thibault Saunier
29f0c340ab Use bindinator as a subproject 2018-06-05 10:55:15 -04:00
Thibault Saunier
9439399cd5 Do not try to generated binding for libgstriff and libgstfft which are not introspected 2018-06-05 10:33:50 -04:00
Thibault Saunier
d3ad9cdfe4 Checkout gir files 2018-06-05 10:33:49 -04:00
andy.green@datapath.co.uk
10f0476c9f Fix for pointer arithmetic error in DynamicSignal.cs
Marshal.ReadIntPtr offset property is in byte.

https://bugzilla.gnome.org/show_bug.cgi?id=796497
2018-06-05 09:48:36 -04:00
Thibault Saunier
a4223fcb42 tutorial6: Do not use linux specific .so names for the glib
And let the glib-2.0.dll.config do its job

https://bugzilla.gnome.org/show_bug.cgi?id=796287
2018-06-01 09:15:48 -04:00
Thibault Saunier
2f6752b3fe Make sure GStreamer is at least 1.14
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-06-01 09:15:48 -04:00
Thibault Saunier
c40730fe93 samples: Fix Tutorial4 by making it actually seek at some point.
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-05-17 21:39:29 -04:00
Mathieu Duponchelle
936e5b8f32 meson.build: ges is an optional dependency 2018-04-22 02:56:23 +02:00
Thibault Saunier
1c68c81313 ges: Mark padding fields as padding 2018-03-31 11:21:56 -03:00
Xavier Claessens
ca6e5d4a78 Meson: Use shared_library() because static build of C# is not supported
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-24 11:37:22 -03:00
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