gstreamer/sys/ipcpipeline
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
..
gstipcpipeline.c ipcpipeline: move to sys/ and make it dependent on platform support for unix sockets 2017-08-02 10:40:24 +03:00
gstipcpipelinecomm.c ipcpipeline: Don't leak structure 2017-11-23 08:09:36 +01:00
gstipcpipelinecomm.h ipcpipeline: cleanup header includes 2017-09-04 16:03:17 +03:00
gstipcpipelinesink.c Don't pass default GLib marshallers for signals 2019-11-06 14:27:46 +00:00
gstipcpipelinesink.h ipcpipeline: move to sys/ and make it dependent on platform support for unix sockets 2017-08-02 10:40:24 +03:00
gstipcpipelinesrc.c Don't pass default GLib marshallers for signals 2019-11-06 14:27:46 +00:00
gstipcpipelinesrc.h ipcpipeline: move to sys/ and make it dependent on platform support for unix sockets 2017-08-02 10:40:24 +03:00
gstipcslavepipeline.c documentation: fixed a heap o' typos 2019-11-05 09:11:25 -05:00
gstipcslavepipeline.h ipcpipeline: move to sys/ and make it dependent on platform support for unix sockets 2017-08-02 10:40:24 +03:00
meson.build docs: Build documentation with hotdoc 2019-05-13 17:00:00 -04:00
protocol.txt ipcpipeline: move to sys/ and make it dependent on platform support for unix sockets 2017-08-02 10:40:24 +03:00