gstreamer/ext/opus
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
..
gstopus.c
gstopuscommon.c
gstopuscommon.h
gstopusdec.c opusdec: Add property to control phase inversion 2018-08-01 09:45:07 -04:00
gstopusdec.h opusdec: Add property to control phase inversion 2018-08-01 09:45:07 -04:00
gstopusenc.c opusenc: fix segmentation fault at x86 version 2018-09-13 20:00:02 -04:00
gstopusenc.h
gstopusheader.c
gstopusheader.h
Makefile.am
meson.build meson: Add feature options for all plugins 2018-07-27 18:42:11 +05:30