gstreamer/ext
Niels De Graef 0314b482f3 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-08-27 07:31:57 +02:00
..
alsa alsa: Implement a DeviceProvider 2019-06-04 14:07:37 +00:00
cdparanoia Don't pass default GLib marshallers for signals 2019-08-27 07:31:57 +02:00
gl Don't pass default GLib marshallers for signals 2019-08-27 07:31:57 +02:00
libvisual doc: Port to hotdoc 2019-05-13 11:34:08 -04:00
ogg doc: Port to hotdoc 2019-05-13 11:34:08 -04:00
opus doc: Port to hotdoc 2019-05-13 11:34:08 -04:00
pango timeoverlay: chain up finalize 2019-08-07 20:18:34 +02:00
theora docstrings: port ulinks to markdown links 2019-08-23 18:28:16 +02:00
vorbis docstrings: port ulinks to markdown links 2019-08-23 18:28:16 +02:00
Makefile.am gl: hook up to build system 2017-12-19 12:01:48 +00:00
meson.build meson: Remove outdated msvc-specific disabling code 2019-02-21 19:19:09 +05:30