gstreamer/sys/shm
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
..
gstshm.c Fix FSF address 2012-11-04 00:09:59 +00:00
gstshmsink.c Don't pass default GLib marshallers for signals 2019-11-06 14:27:46 +00:00
gstshmsink.h shmsink: Add custom allocator to allow for zero-copy shared memory use 2013-02-28 18:46:02 -05:00
gstshmsrc.c shmsrc: delay fd removal until there's no uses 2018-10-10 13:42:05 -04:00
gstshmsrc.h Fix FSF address 2012-11-04 00:09:59 +00:00
meson.build docs: Build documentation with hotdoc 2019-05-13 17:00:00 -04:00
shmalloc.c shm: Make sure to not allocate blocks larger than the shared mem area 2013-02-27 20:57:56 -05:00
shmalloc.h shmalloc: Manually decide to use GLib or not in the shmalloc 2010-11-24 19:12:10 -05:00
shmpipe.c Minor documentation fixes 2019-05-13 11:36:27 -04:00
shmpipe.h shmsink: add an shm-area-name property 2015-04-02 18:11:37 -04:00