gstreamer/sys
Niels De Graef 7cf4ab6229 Don't pass default GLib marshallers for signals
By passing `NULL` to `g_signal_new` instead of a marshaller, GLib will
actually internally optimize the signal (if the marshaller is available
in GLib itself) by also setting the valist marshaller. This makes the
signal emission a bit more performant than the regular marshalling,
which still needs to box into `GValue` and call libffi in case of a
generic marshaller.

Note that for custom marshallers, one would use
`g_signal_set_va_marshaller()` with the valist marshaller instead.
2019-11-17 15:32:30 +00:00
..
directsound Remove autotools build system 2019-10-14 11:04:18 +01:00
oss Remove autotools build system 2019-10-14 11:04:18 +01:00
oss4 Remove autotools build system 2019-10-14 11:04:18 +01:00
osxaudio osxaudio: misspelled dependency 2019-10-14 15:33:30 +00:00
osxvideo Remove autotools build system 2019-10-14 11:04:18 +01:00
v4l2 Don't pass default GLib marshallers for signals 2019-11-17 15:32:30 +00:00
waveform Remove autotools build system 2019-10-14 11:04:18 +01:00
ximage Remove autotools build system 2019-10-14 11:04:18 +01:00
meson.build meson: Add build files for osxaudio, osxvideo, waveform 2018-08-17 20:05:25 +05:30