summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2020-02-18Bind gst_buffer_new_wrapped() manuallySebastian Dröge4-13/+14
The memory must be allocated with g_malloc() as we will free it again later with g_free(), as such allocate and copy the array that is passed in.
2020-02-17samples: Explicitly use Gtk rangeThibault Saunier1-2/+2
Avoiding: error CS0104: `Range' is an ambiguous reference between `System.Range' and `Gtk.Range`
2020-01-28Declare GstVideoOverlayComposition/Rectangle as opaque type and subclasses ↵Sebastian Dröge6-90/+56
of Gst.MiniObject This changes the API. Without this change all usage will cause memory corruption and simply does not work.
2020-01-15Fix gst_promise_new_with_change_funcThibault Saunier3-2/+15
For some reason bindinator doesn't properly detect that the `func` passed in gst_promise_new_with_change_func is a closure and what the destroy function is (because it is a constructor?) Mark it manually. From suggestion from Alex Dircksen: https://gitlab.freedesktop.org/gstreamer/gstreamer-sharp/issues/9#note_166633 Fixes https://gitlab.freedesktop.org/gstreamer/gstreamer-sharp/issues/9
2019-11-18build: on Windows, use MSVC format for gst*, glib and gobject dllsAaron Boxer461-3448/+3448
Generated files were generated using 'ninja -C build update-code' except for libgstfft, which had to be updated manually (see issue #25). Note: with these changes, building on MS Windows will require the msvc compiler - mingw will no longer work.
2019-05-28gst: Mark fields called '_padding' as padding in structuresThibault Saunier4-32/+13
2019-04-19Back to developmentTim-Philipp Müller7-17/+17
2019-04-19Release 1.16.01.16.0Tim-Philipp Müller48-681/+1086
2019-04-13meson: Fix some deprecation warningsNirbheek Chauhan2-2/+2
We require 0.48 and this was added in 0.47
2019-04-13meson: Fix test failures on the CI around nunit-runnerNirbheek Chauhan2-13/+21
environment().prepend() does not stack. None of the operations on that object stack. This is documented in the Meson reference manual. Also avoid overriding previously-set operations because that will cause a warning in a future version of Meson. Also, we do not need to manually construct MONO_PATH values. We can pass an array and have Meson construct it for us.
2019-04-11Release 1.15.901.15.90Tim-Philipp Müller7-9/+9
2019-03-04tests: Require at least nunit 2.6Thibault Saunier1-1/+1
2019-03-04Back to developmentTim-Philipp Müller1-1/+1
2019-02-27Add Gitlab CI configurationJordan Petridis1-0/+1
This commit adds a .gitlab-ci.yml file, which uses a feature to fetch the config from a centralized repository. The intent is to have all the gstreamer modules use the same configuration. The configuration is currently hosted at the gst-ci repository under the gitlab/ci_template.yml path. Part of https://gitlab.freedesktop.org/gstreamer/gstreamer-project/issues/29
2019-02-27Release 1.15.21.15.2Tim-Philipp Müller7-9/+9
2019-02-26update-all: Handle using the update-all target from gst-buildThibault Saunier1-4/+9
2019-02-25Bump meson minimum requirementThibault Saunier2-2/+2
We use 'features' now
2019-02-25tests: Use mono-nunit if avalaibleThibault Saunier1-10/+15
2019-02-25Update GES with latest masterThibault Saunier14-165/+371
2019-02-25Update GStreamer with latest masterThibault Saunier96-1347/+11458
List of files in sources/meson.build is now aphabetically ordered.
2019-02-25Add an option to disable testsThibault Saunier3-2/+3
2019-02-25build: Generate the list of files to use in meson.buildThibault Saunier1-0/+6
Making it simpler to update it
2019-01-21README: Add a little explanation on how to add this as a dependency.Olivier Crête1-1/+14
2018-12-06ges: Remove wrongly commited check for libxml2Thibault Saunier1-1/+1
2018-12-06ges: Remove GESPitiviFormatter as it is deprecated and uselessThibault Saunier6-28/+2
2018-10-12A bug in PlaybackTutorial7.csTomislav Tustonić1-11/+10
A custom sink is set after starting playback and the equalizer has no effect. https://bugzilla.gnome.org/show_bug.cgi?id=796690
2018-07-12tests: Fix ABI tests with latest change in GstMiniObjectThibault Saunier3-13/+13
Some private fields in the structure where renamed.
2018-07-03Generate bindings for the new GstWebRTC libraryThibault Saunier32-6/+3589
2018-06-05Update the gtk-sharp wrap to point to the right placeThibault Saunier1-1/+1
2018-06-05Update code with latest GIR fixes.Thibault Saunier35-509/+440
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-05Update .raw filesThibault Saunier1-279/+137
2018-06-05Use bindinator as a subprojectThibault Saunier3-27/+34
2018-06-05Do not try to generated binding for libgstriff and libgstfft which are not ↵Thibault Saunier1-5/+7
introspected
2018-06-05Checkout gir filesThibault Saunier13-0/+122178
2018-06-05Fix for pointer arithmetic error in DynamicSignal.csandy.green@datapath.co.uk1-1/+1
Marshal.ReadIntPtr offset property is in byte. https://bugzilla.gnome.org/show_bug.cgi?id=796497
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