Thibault Saunier
c70e5494b3
Update GStreamer
2020-06-17 21:16:40 -04:00
Sebastian Dröge
a088475b9d
Bind gst_buffer_new_wrapped() manually
...
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-18 15:12:52 +00:00
Aaron Boxer
38a0731461
build: on Windows, use MSVC format for gst*, glib and gobject dlls
...
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-11-18 14:19:39 -05:00
Thibault Saunier
9f1fac402e
Update GStreamer with latest master
...
List of files in sources/meson.build is now aphabetically ordered.
2019-02-25 13:36:36 -03:00
Thibault Saunier
2d00f898fb
Move generated files to dedicated folders named by namespace
...
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.
2018-03-11 21:47:35 -03:00