gstreamer/ext
Marcos Kintschner e05e8117e7 opusenc: fix segmentation fault at x86 version
The argument 0x0 is interpreted by the x86 compiler as a 32-bit int, but
it is consumed as a 64-bit uint causing a segmentation fault. We need to
explicit cast it to guint64 in order for the va_list to be built correctly.

https://bugzilla.gnome.org/show_bug.cgi?id=797092
2018-09-13 20:00:02 -04:00
..
alsa meson: Add feature options for all plugins 2018-07-27 18:42:11 +05:30
cdparanoia meson: Fix detection of cdparanoia library 2018-07-31 13:30:46 +05:30
gl gluploadelement: try to avoid dropping buffers 2018-09-10 23:29:10 -04:00
libvisual meson: Add feature options for all plugins 2018-07-27 18:42:11 +05:30
ogg oggdemux: Ensure that no pad values are set when setting up the mapper 2018-08-27 11:07:47 +03:00
opus opusenc: fix segmentation fault at x86 version 2018-09-13 20:00:02 -04:00
pango pango: Create one context per instance and remove class mutex 2018-08-27 15:41:31 +03:00
theora meson: Add feature options for all plugins 2018-07-27 18:42:11 +05:30
vorbis meson: Add an option for the 'Tremor' Vorbis implementation 2018-09-10 22:22:16 +05:30
Makefile.am gl: hook up to build system 2017-12-19 12:01:48 +00:00
meson.build meson: remove obsolete FIXME 2018-08-16 11:35:33 +01:00