| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2021-09-23 | Release 1.19.2HEAD1.19.2masterdiscontinued-for-monorepo | Tim-Philipp Müller | 4 | -13/+13 | |
| 2021-08-05 | Fix GstDebugGraphDetails enum | Andoni Morales Alastruey | 4 | -7/+4 | |
| This fix is needed after applying https://github.com/GLibSharp/GtkSharp/pull/59 that fixes bindings for "flags" enumerations Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer-sharp/-/merge_requests/34> | |||||
| 2021-08-05 | Update bindings with latests GtkSharp | Andoni Morales Alastruey | 101 | -595/+153 | |
| Update GtkSharp to 4c85f1479cf2e0dc056c0d288785e5a1d7251cb1 and regenerate bindings Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer-sharp/-/merge_requests/34> | |||||
| 2021-06-24 | Update webrtc bindings | Olivier Crête | 15 | -2530/+507 | |
| Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer-sharp/-/merge_requests/29> | |||||
| 2021-06-01 | Back to development | Tim-Philipp Müller | 4 | -11/+11 | |
| 2021-06-01 | Release 1.19.11.19.1 | Tim-Philipp Müller | 4 | -13/+13 | |
| 2020-11-20 | Update bindings | Olivier Crête | 27 | -809/+2360 | |
| 2020-10-16 | Update bindings for new WebRTC symbols | Olivier Crête | 9 | -22/+293 | |
| Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer-sharp/-/merge_requests/25> | |||||
| 2020-10-16 | Update bindings | Olivier Crête | 34 | -1685/+3526 | |
| Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer-sharp/-/merge_requests/25> | |||||
| 2020-10-16 | README: Update doc on how to update generated files | Olivier Crête | 1 | -1/+5 | |
| Fix the command, and also document how it can be done with gst-build Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer-sharp/-/merge_requests/25> | |||||
| 2020-10-16 | Update bindings to 1.18 | Olivier Crête | 41 | -4848/+6183 | |
| Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer-sharp/-/merge_requests/25> | |||||
| 2020-09-08 | Back to development | Tim-Philipp Müller | 4 | -14/+14 | |
| 2020-09-08 | Release 1.18.01.18.0 | Tim-Philipp Müller | 4 | -13/+13 | |
| 2020-08-20 | Release 1.17.901.17.90 | Tim-Philipp Müller | 4 | -13/+13 | |
| 2020-07-03 | Back to development | Tim-Philipp Müller | 4 | -11/+11 | |
| 2020-07-03 | Release 1.17.21.17.2 | Tim-Philipp Müller | 4 | -13/+13 | |
| 2020-06-20 | Back to development | Tim-Philipp Müller | 4 | -11/+11 | |
| 2020-06-19 | Release 1.17.11.17.1 | Tim-Philipp Müller | 4 | -13/+13 | |
| 2020-06-17 | Update GES | Thibault Saunier | 49 | -3161/+15591 | |
| 2020-06-17 | Update GStreamer | Thibault Saunier | 106 | -17056/+83896 | |
| 2020-02-18 | Bind gst_buffer_new_wrapped() manually | Sebastian Dröge | 4 | -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-17 | samples: Explicitly use Gtk range | Thibault Saunier | 1 | -2/+2 | |
| Avoiding: error CS0104: `Range' is an ambiguous reference between `System.Range' and `Gtk.Range` | |||||
| 2020-01-28 | Declare GstVideoOverlayComposition/Rectangle as opaque type and subclasses ↵ | Sebastian Dröge | 6 | -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-15 | Fix gst_promise_new_with_change_func | Thibault Saunier | 3 | -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-18 | build: on Windows, use MSVC format for gst*, glib and gobject dlls | Aaron Boxer | 461 | -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-28 | gst: Mark fields called '_padding' as padding in structures | Thibault Saunier | 4 | -32/+13 | |
| 2019-04-19 | Back to development | Tim-Philipp Müller | 7 | -17/+17 | |
| 2019-04-19 | Release 1.16.01.16.0 | Tim-Philipp Müller | 48 | -681/+1086 | |
| 2019-04-13 | meson: Fix some deprecation warnings | Nirbheek Chauhan | 2 | -2/+2 | |
| We require 0.48 and this was added in 0.47 | |||||
| 2019-04-13 | meson: Fix test failures on the CI around nunit-runner | Nirbheek Chauhan | 2 | -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-11 | Release 1.15.901.15.90 | Tim-Philipp Müller | 7 | -9/+9 | |
| 2019-03-04 | tests: Require at least nunit 2.6 | Thibault Saunier | 1 | -1/+1 | |
| 2019-03-04 | Back to development | Tim-Philipp Müller | 1 | -1/+1 | |
| 2019-02-27 | Add Gitlab CI configuration | Jordan Petridis | 1 | -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-27 | Release 1.15.21.15.2 | Tim-Philipp Müller | 7 | -9/+9 | |
| 2019-02-26 | update-all: Handle using the update-all target from gst-build | Thibault Saunier | 1 | -4/+9 | |
| 2019-02-25 | Bump meson minimum requirement | Thibault Saunier | 2 | -2/+2 | |
| We use 'features' now | |||||
| 2019-02-25 | tests: Use mono-nunit if avalaible | Thibault Saunier | 1 | -10/+15 | |
| 2019-02-25 | Update GES with latest master | Thibault Saunier | 14 | -165/+371 | |
| 2019-02-25 | Update GStreamer with latest master | Thibault Saunier | 96 | -1347/+11458 | |
| List of files in sources/meson.build is now aphabetically ordered. | |||||
| 2019-02-25 | Add an option to disable tests | Thibault Saunier | 3 | -2/+3 | |
| 2019-02-25 | build: Generate the list of files to use in meson.build | Thibault Saunier | 1 | -0/+6 | |
| Making it simpler to update it | |||||
| 2019-01-21 | README: Add a little explanation on how to add this as a dependency. | Olivier Crête | 1 | -1/+14 | |
| 2018-12-06 | ges: Remove wrongly commited check for libxml2 | Thibault Saunier | 1 | -1/+1 | |
| 2018-12-06 | ges: Remove GESPitiviFormatter as it is deprecated and useless | Thibault Saunier | 6 | -28/+2 | |
| 2018-10-12 | A bug in PlaybackTutorial7.cs | Tomislav 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-12 | tests: Fix ABI tests with latest change in GstMiniObject | Thibault Saunier | 3 | -13/+13 | |
| Some private fields in the structure where renamed. | |||||
| 2018-07-03 | Generate bindings for the new GstWebRTC library | Thibault Saunier | 32 | -6/+3589 | |
| 2018-06-05 | Update the gtk-sharp wrap to point to the right place | Thibault Saunier | 1 | -1/+1 | |
| 2018-06-05 | Update code with latest GIR fixes. | Thibault Saunier | 35 | -508/+439 | |
| 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 | |||||
