summaryrefslogtreecommitdiff
path: root/ext/sctp
AgeCommit message (Expand)AuthorFilesLines
2021-04-13gst: don't use volatile to mean atomicMatthew Waters1-1/+1
2020-10-31sctp: Do downward state change logic after chaining up.Jan Schmidt2-5/+13
2020-08-26sctp: usrsctp: increase DIAG_MSG_LEN to accomodate longer file pathTim-Philipp Müller1-1/+1
2020-08-24sctpdec: unref after retrieving the static pad templateMatthew Waters1-0/+1
2020-08-14sctp: fix build with GST_DISABLE_GST_DEBUGSebastian Dröge1-0/+6
2020-08-14sctp: hook up internal copy of libusrsctp to buildTim-Philipp Müller3-104/+84
2020-08-14sctp: import internal copy of usrsctp libraryTim-Philipp Müller69-0/+93497
2020-05-05sctp: enable usrsctp debug when supportedMatthew Waters1-1/+25
2020-02-12sctp: Take some socket configurations from Firefox's datachannel codeSebastian Dröge1-5/+81
2020-02-12sctp: Start connection synchronously when starting the associationSebastian Dröge2-30/+7
2020-02-12sctp: Switch back to a non-recursive mutex and don't hold it while calling an...Sebastian Dröge2-47/+49
2020-01-31sctpassociation: Add missing return to prevent double unlockSebastian Dröge1-0/+1
2020-01-31sctpenc: Report errors when sending out data and the association is in error ...Sebastian Dröge3-16/+34
2020-01-31sctp: Clean up association state handling and go into error/disconnected stat...Sebastian Dröge2-28/+46
2020-01-31sctpassociation: Use GStreamer logging system instead of g_warning() and g_log()Sebastian Dröge1-44/+53
2020-01-31sctp: Add more logging to the encoder/decoder elements on data processingSebastian Dröge2-2/+29
2020-01-31sctpenc: Correctly log/handle errors and handle short writesSebastian Dröge2-16/+34
2020-01-31sctp: Constify buffers in callbacks and functionsSebastian Dröge3-12/+23
2020-01-30sctp: Make receive/packetout callbacks thread-safeSebastian Dröge4-51/+54
2020-01-30sctp: Add logging and missing cleanup on errors when creating padsSebastian Dröge2-7/+21
2020-01-30sctpenc: Use g_signal_emit() instead of g_signal_emit_by_name()Sebastian Dröge1-1/+2
2020-01-30sctpenc: Propagate downstream flow errors upstreamSebastian Dröge2-1/+33
2020-01-30sctpdec: Use a flow combiner for the source pad flow returns and propagate er...Sebastian Dröge2-7/+62
2019-11-06Don't pass default GLib marshallers for signalsNiels De Graef3-5/+4
2019-10-14Remove autotools build systemTim-Philipp Müller1-22/+0
2019-08-20sctp: Fix crash on free() when using the MSVC binariesNirbheek Chauhan1-1/+5
2019-05-30meson: add more plugins to plugins listTim-Philipp Müller1-0/+1
2019-04-26sctp: increase DEFAULT_NUMBER_OF_SCTP_STREAMS to 1024Fabio D'Urso1-1/+1
2019-04-12sctp: Create plugin with $(GST_PLUGIN_LDFLAGS)Sebastian Dröge1-0/+1
2018-10-17sctp: link against ws2_32 on windowsMatthew Waters1-1/+6
2018-09-21sctp elements: avoid assertions on shutdownMathieu Duponchelle2-3/+6
2018-09-21sctpassociation: don't join a NULL threadMatthew Waters1-1/+2
2018-09-21sctpenc: don't require caps when requesting the padMatthew Waters1-4/+8
2018-09-21sctpenc: start pad task after the parent has activated padsMatthew Waters1-6/+17
2018-09-21Update sctp plugin for the current build systemMatthew Waters1-0/+31
2018-09-21Add new SCTP plugins (sctpenc/sctpdec)George Kiagiadakis8-0/+2768