gstreamer/sys
Niels De Graef d8f61515d8 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-06 14:27:46 +00:00
..
androidmedia documentation: fixed a heap o' typos 2019-11-05 09:11:25 -05:00
applemedia documentation: fixed a heap o' typos 2019-11-05 09:11:25 -05:00
bluez Remove autotools build system 2019-10-14 13:54:27 +01:00
d3d11 Don't pass default GLib marshallers for signals 2019-11-06 14:27:46 +00:00
d3dvideosink d3dvideosink: support OverlayComposition for GPU overlay compositing 2019-11-06 01:05:33 +00:00
decklink documentation: fixed a heap o' typos 2019-11-05 09:11:25 -05:00
directsound documentation: fixed a heap o' typos 2019-11-05 09:11:25 -05:00
dshowdecwrapper documentation: fixed a heap o' typos 2019-11-05 09:11:25 -05:00
dshowsrcwrapper documentation: fixed a heap o' typos 2019-11-05 09:11:25 -05:00
dshowvideosink documentation: fixed a heap o' typos 2019-11-05 09:11:25 -05:00
dvb Don't pass default GLib marshallers for signals 2019-11-06 14:27:46 +00:00
fbdev Remove autotools build system 2019-10-14 13:54:27 +01:00
ipcpipeline Don't pass default GLib marshallers for signals 2019-11-06 14:27:46 +00:00
kms documentation: fixed a heap o' typos 2019-11-05 09:11:25 -05:00
msdk documentation: fixed a heap o' typos 2019-11-05 09:11:25 -05:00
nvcodec documentation: fixed a heap o' typos 2019-11-05 09:11:25 -05:00
opensles Remove autotools build system 2019-10-14 13:54:27 +01:00
shm Don't pass default GLib marshallers for signals 2019-11-06 14:27:46 +00:00
tinyalsa Remove autotools build system 2019-10-14 13:54:27 +01:00
uvch264 documentation: fixed a heap o' typos 2019-11-05 09:11:25 -05:00
wasapi wasapi: minor cleanup 2019-11-06 08:18:59 +00:00
winks documentation: fixed a heap o' typos 2019-11-05 09:11:25 -05:00
winscreencap documentation: fixed a heap o' typos 2019-11-05 09:11:25 -05:00
meson.build nvdec,nvenc: Port to dynamic library loading 2019-07-08 10:37:46 +00:00