summaryrefslogtreecommitdiff
path: root/sources/generated/Gst.Video
AgeCommit message (Collapse)AuthorFilesLines
2020-01-28Declare GstVideoOverlayComposition/Rectangle as opaque type and subclasses ↵Sebastian Dröge4-88/+48
of Gst.MiniObject This changes the API. Without this change all usage will cause memory corruption and simply does not work.
2019-11-18build: on Windows, use MSVC format for gst*, glib and gobject dllsAaron Boxer84-383/+383
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-19Release 1.16.01.16.0Tim-Philipp Müller3-1/+7
2019-02-25Update GStreamer with latest masterThibault Saunier22-14/+1495
List of files in sources/meson.build is now aphabetically ordered.
2018-06-05Update code with latest GIR fixes.Thibault Saunier6-48/+50
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-11Move generated files to dedicated folders named by namespaceThibault Saunier101-0/+12077
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.