summaryrefslogtreecommitdiff
path: root/sources/generated/Gst
AgeCommit message (Collapse)AuthorFilesLines
2020-10-16Update bindings to 1.18Olivier Crête6-0/+35
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer-sharp/-/merge_requests/25>
2020-09-08Back to developmentTim-Philipp Müller1-2/+2
2020-09-08Release 1.18.01.18.0Tim-Philipp Müller1-2/+2
2020-08-20Release 1.17.901.17.90Tim-Philipp Müller1-2/+2
2020-07-03Back to developmentTim-Philipp Müller1-1/+1
2020-07-03Release 1.17.21.17.2Tim-Philipp Müller1-2/+2
2020-06-20Back to developmentTim-Philipp Müller1-1/+1
2020-06-19Release 1.17.11.17.1Tim-Philipp Müller1-2/+2
2020-06-17Update GStreamerThibault Saunier32-24/+688
2020-02-18Bind gst_buffer_new_wrapped() manuallySebastian Dröge1-8/+0
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-01-15Fix gst_promise_new_with_change_funcThibault Saunier1-1/+10
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 Boxer167-1552/+1552
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-04-19Back to developmentTim-Philipp Müller1-2/+2
2019-04-19Release 1.16.01.16.0Tim-Philipp Müller9-102/+32
2019-04-11Release 1.15.901.15.90Tim-Philipp Müller1-1/+1
2019-02-27Release 1.15.21.15.2Tim-Philipp Müller1-1/+1
2019-02-25Update GStreamer with latest masterThibault Saunier19-97/+296
List of files in sources/meson.build is now aphabetically ordered.
2018-07-12tests: Fix ABI tests with latest change in GstMiniObjectThibault Saunier1-9/+9
Some private fields in the structure where renamed.
2018-06-05Update code with latest GIR fixes.Thibault Saunier4-45/+115
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-03-20Back to developmentTim-Philipp Müller1-3/+3
2018-03-13Gst.Pipeline: Hide GetBusJustin Kim1-11/+0
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 Saunier1-52/+78
And fix examples. Fixes https://bugzilla.gnome.org/show_bug.cgi?id=793274
2018-03-13event: Make sure all constructor have a proper nameThibault Saunier1-42/+63
Fixes https://bugzilla.gnome.org/show_bug.cgi?id=793274
2018-03-13caps: Make sure that the empty constructor build an Empty capsThibault Saunier1-11/+11
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-11Move generated files to dedicated folders named by namespaceThibault Saunier338-0/+39691
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.