gstreamer/ext/dtls
Sebastian Dröge fd609f6bc0 dtls: Use a shared thread pool for the timeouts
This way we will share threads with other DTLS connections if possible, and
don't have to start/stop threads for timeouts if there are many to be handled
in a short period of time.

Also use the system clock and async waiting on it for scheduling the timeouts.
2015-03-19 13:30:00 +01:00
..
gstdtlsagent.c dtls: Initialize debug category earlier 2015-03-17 11:43:00 +01:00
gstdtlsagent.h dtls: Re-namespace from Er to Gst 2015-03-16 18:23:27 +01:00
gstdtlscertificate.c dtls: make sure we actually log into the right debug category 2015-03-16 17:51:20 +00:00
gstdtlscertificate.h dtls: Re-namespace from Er to Gst 2015-03-16 18:23:27 +01:00
gstdtlsconnection.c dtls: Use a shared thread pool for the timeouts 2015-03-19 13:30:00 +01:00
gstdtlsconnection.h dtls: Use a shared thread pool for the timeouts 2015-03-19 13:30:00 +01:00
gstdtlsdec.c dtlsdec: Fix locking 2015-03-18 10:06:47 +01:00
gstdtlsdec.h dtls: Fix some search & replace mistakes from renaming the elements 2015-03-18 09:46:40 +01:00
gstdtlsenc.c dtls: Use a shared thread pool for the timeouts 2015-03-19 13:30:00 +01:00
gstdtlsenc.h dtlsenc: Handle pad activity states properly 2015-03-18 17:40:34 +01:00
gstdtlssrtpbin.c dtls: Re-namespace from Er to Gst 2015-03-16 18:23:27 +01:00
gstdtlssrtpbin.h dtls: Re-namespace from Er to Gst 2015-03-16 18:23:27 +01:00
gstdtlssrtpdec.c dtls: Fix some search & replace mistakes from renaming the elements 2015-03-18 09:46:40 +01:00
gstdtlssrtpdec.h dtls: Re-namespace from Er to Gst 2015-03-16 18:23:27 +01:00
gstdtlssrtpdemux.c dtls: Re-namespace from Er to Gst 2015-03-16 18:23:27 +01:00
gstdtlssrtpdemux.h dtls: Re-namespace from Er to Gst 2015-03-16 18:23:27 +01:00
gstdtlssrtpenc.c dtls: Fix some search & replace mistakes from renaming the elements 2015-03-18 09:46:40 +01:00
gstdtlssrtpenc.h dtls: Fix some search & replace mistakes from renaming the elements 2015-03-18 09:46:40 +01:00
Makefile.am dtls: Unconditionally use GStreamer debug log system 2015-03-16 18:23:27 +01:00
plugin.c dtls: Re-namespace from Er to Gst 2015-03-16 18:23:27 +01:00