gstreamer/gst/rtsp-sink
Niels De Graef 45e77ecdd7 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-04 14:16:10 +00:00
..
gstrtspclientsink.c Don't pass default GLib marshallers for signals 2019-11-04 14:16:10 +00:00
gstrtspclientsink.h rtspclientsink: fix waiting for multiple streams 2018-06-21 20:56:46 +10:00
meson.build docs: Port to hotdoc 2019-05-13 11:38:39 -04:00
plugin.c rtspsink: Add rtspclientsink element 2016-01-29 01:44:26 +11:00