gstreamer/ext
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
..
aalib Remove autotools build system 2019-10-14 11:04:18 +01:00
cairo Don't pass default GLib marshallers for signals 2019-11-17 15:32:30 +00:00
dv Remove autotools build system 2019-10-14 11:04:18 +01:00
flac Remove autotools build system 2019-10-14 11:04:18 +01:00
gdk_pixbuf Remove autotools build system 2019-10-14 11:04:18 +01:00
gtk Remove autotools build system 2019-10-14 11:04:18 +01:00
jack Remove autotools build system 2019-10-14 11:04:18 +01:00
jpeg jpegdec: don't overwrite the last valid line 2019-11-10 11:24:40 +01:00
lame Remove autotools build system 2019-10-14 11:04:18 +01:00
libcaca Remove autotools build system 2019-10-14 11:04:18 +01:00
libpng Remove autotools build system 2019-10-14 11:04:18 +01:00
mpg123 Remove autotools build system 2019-10-14 11:04:18 +01:00
pulse Remove autotools build system 2019-10-14 11:04:18 +01:00
qt qmlglsrc: read from the back buffer when use-default-fbo = TRUE 2019-10-25 22:09:20 +11:00
raw1394 Don't pass default GLib marshallers for signals 2019-11-17 15:32:30 +00:00
shout2 Don't pass default GLib marshallers for signals 2019-11-17 15:32:30 +00:00
soup Remove autotools build system 2019-10-14 11:04:18 +01:00
speex Remove autotools build system 2019-10-14 11:04:18 +01:00
taglib Remove autotools build system 2019-10-14 11:04:18 +01:00
twolame Remove autotools build system 2019-10-14 11:04:18 +01:00
vpx vpx: Error out if enabled and no features found 2019-11-05 21:42:12 +05:30
wavpack Remove autotools build system 2019-10-14 11:04:18 +01:00
meson.build meson: Don't skip plugins that don't build with MSVC 2018-09-05 20:15:57 +05:30