gstreamer/gst-libs/gst/webrtc
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
..
dtlstransport.c docstrings: port ulinks to markdown links 2019-08-23 20:14:12 +02:00
dtlstransport.h Use G_DEFINE_AUTOPTR_CLEANUP_FUNC unconditionally 2019-06-05 08:12:10 +02:00
icetransport.c Don't pass default GLib marshallers for signals 2019-11-06 14:27:46 +00:00
icetransport.h Use G_DEFINE_AUTOPTR_CLEANUP_FUNC unconditionally 2019-06-05 08:12:10 +02:00
meson.build libs: fix API export/import and 'inconsistent linkage' on MSVC 2018-09-24 14:45:56 +01:00
rtcsessiondescription.c docstrings: port ulinks to markdown links 2019-08-23 20:14:12 +02:00
rtcsessiondescription.h docstrings: port ulinks to markdown links 2019-08-23 20:14:12 +02:00
rtpreceiver.c docstrings: port ulinks to markdown links 2019-08-23 20:14:12 +02:00
rtpreceiver.h Use G_DEFINE_AUTOPTR_CLEANUP_FUNC unconditionally 2019-06-05 08:12:10 +02:00
rtpsender.c docstrings: port ulinks to markdown links 2019-08-23 20:14:12 +02:00
rtpsender.h Use G_DEFINE_AUTOPTR_CLEANUP_FUNC unconditionally 2019-06-05 08:12:10 +02:00
rtptransceiver.c docstrings: port ulinks to markdown links 2019-08-23 20:14:12 +02:00
rtptransceiver.h rtptransceiver: Remove direction setter and vfunc and replace it by a property 2019-08-06 12:22:21 +00:00
webrtc.h webrtcbin: an element that handles the transport aspects of webrtc connections 2018-02-02 15:02:21 +11:00
webrtc_fwd.h docstrings: port ulinks to markdown links 2019-08-23 20:14:12 +02:00