gstreamer/gst-libs/gst
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
..
allocators Use G_DEFINE_AUTOPTR_CLEANUP_FUNC unconditionally 2019-06-04 20:31:09 -04:00
app Don't pass default GLib marshallers for signals 2019-08-27 07:31:57 +02:00
audio audioaggregator: add missing Since tag 2019-08-12 19:11:06 +02:00
fft libs: fix API export/import and 'inconsistent linkage' on MSVC 2018-09-24 08:45:34 +01:00
gl Don't pass default GLib marshallers for signals 2019-08-27 07:31:57 +02:00
pbutils Don't pass default GLib marshallers for signals 2019-08-27 07:31:57 +02:00
riff libs: fix API export/import and 'inconsistent linkage' on MSVC 2018-09-24 08:45:34 +01:00
rtp basedepayload: do not create segment in onvif mode 2019-07-18 17:54:04 +02:00
rtsp Don't pass default GLib marshallers for signals 2019-08-27 07:31:57 +02:00
sdp sdp: Add support for parsing the extmap attribute from caps and storing inside caps 2019-07-13 12:18:15 +00:00
tag exiftag: Don't output rational numbers with denominator = 0 2019-07-30 04:01:55 +10:00
video video-hdr: Update documentation 2019-08-20 21:16:24 +09:00
gettext.h Fix FSF address 2012-11-03 23:05:09 +00:00
glib-compat-private.h Fix FSF address 2012-11-03 23:05:09 +00:00
gst-i18n-app.h tools: add simple command-line gst-play utility for testing purposes 2013-08-16 15:45:23 +01:00
gst-i18n-plugin.h Fix FSF address 2012-11-03 23:05:09 +00:00
Makefile.am gl: hook up to build system 2017-12-19 12:01:48 +00:00
meson.build meson: Add feature options for all plugins 2018-07-27 18:42:11 +05:30