summaryrefslogtreecommitdiff
path: root/sources/generated/Gst.Sdp
AgeCommit message (Collapse)AuthorFilesLines
2019-11-18build: on Windows, use MSVC format for gst*, glib and gobject dllsAaron Boxer10-175/+175
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üller4-10/+4
2019-02-25Update GStreamer with latest masterThibault Saunier2-0/+26
List of files in sources/meson.build is now aphabetically ordered.
2018-03-21Make GstSDPMessage an opaque structureThibault Saunier2-361/+337
Fixes https://bugzilla.gnome.org/show_bug.cgi?id=794483
2018-03-11Move generated files to dedicated folders named by namespaceThibault Saunier36-0/+3779
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.