dtls: Use a plain function pointer instead of a GClosure for the send callback
authorSebastian Dröge <sebastian@centricular.com>
Sun, 12 Jan 2020 09:24:15 +0000 (11:24 +0200)
committerGStreamer Merge Bot <gitlab-merge-bot@gstreamer-foundation.org>
Sun, 19 Jan 2020 11:16:34 +0000 (11:16 +0000)
commitee55dac8d4f7a021e0ce18ad078c62d528158df7
treec96e5b3099ecc8aff11a111881ecd4c2cf34303f
parent47ce34d32c7f4beab0aa5c6de9550bcf20344599
dtls: Use a plain function pointer instead of a GClosure for the send callback

There's not point in using GClosure and going through all the
GValue/libffi infrastructure for each DTLS packet.
ext/dtls/gstdtlsconnection.c
ext/dtls/gstdtlsconnection.h
ext/dtls/gstdtlsenc.c