summaryrefslogtreecommitdiff
path: root/ext/sctp
Commit message (Expand)AuthorAgeFilesLines
* Use gst_buffer_new_memdup()Tim-Philipp Müller2021-05-241-1/+1
* Use new gst_buffer_new_copy()Tim-Philipp Müller2021-05-231-1/+1
* sctp: Ensure pad is still a child of element before removalDoug Nazar2021-05-191-1/+4
* sctp: Fix race of pad removal during reset/stopDoug Nazar2021-05-191-1/+4
* webrtcbin: Support closing of data channelsJohan Sternerup2021-05-121-1/+2
* sctp: allow per feature registrationStéphane Cerveau2021-03-235-5/+12
* gst: don't use volatile to mean atomicMatthew Waters2021-03-221-1/+1
* sctp: Do downward state change logic after chaining up.Jan Schmidt2020-10-312-5/+13
* sctp: usrsctp: increase DIAG_MSG_LEN to accomodate longer file pathTim-Philipp Müller2020-08-261-1/+1
* sctpdec: unref after retrieving the static pad templateMatthew Waters2020-08-241-0/+1
* sctp: fix build with GST_DISABLE_GST_DEBUGSebastian Dröge2020-08-141-0/+6
* sctp: hook up internal copy of libusrsctp to buildTim-Philipp Müller2020-08-143-104/+84
* sctp: import internal copy of usrsctp libraryTim-Philipp Müller2020-08-1469-0/+93497
* sctp: enable usrsctp debug when supportedMatthew Waters2020-05-051-1/+25
* sctp: Take some socket configurations from Firefox's datachannel codeSebastian Dröge2020-02-121-5/+81
* sctp: Start connection synchronously when starting the associationSebastian Dröge2020-02-122-30/+7
* sctp: Switch back to a non-recursive mutex and don't hold it while calling an...Sebastian Dröge2020-02-122-47/+49
* sctpassociation: Add missing return to prevent double unlockSebastian Dröge2020-01-311-0/+1
* sctpenc: Report errors when sending out data and the association is in error ...Sebastian Dröge2020-01-313-16/+34
* sctp: Clean up association state handling and go into error/disconnected stat...Sebastian Dröge2020-01-312-28/+46
* sctpassociation: Use GStreamer logging system instead of g_warning() and g_log()Sebastian Dröge2020-01-311-44/+53
* sctp: Add more logging to the encoder/decoder elements on data processingSebastian Dröge2020-01-312-2/+29
* sctpenc: Correctly log/handle errors and handle short writesSebastian Dröge2020-01-312-16/+34
* sctp: Constify buffers in callbacks and functionsSebastian Dröge2020-01-313-12/+23
* sctp: Make receive/packetout callbacks thread-safeSebastian Dröge2020-01-304-51/+54
* sctp: Add logging and missing cleanup on errors when creating padsSebastian Dröge2020-01-302-7/+21
* sctpenc: Use g_signal_emit() instead of g_signal_emit_by_name()Sebastian Dröge2020-01-301-1/+2
* sctpenc: Propagate downstream flow errors upstreamSebastian Dröge2020-01-302-1/+33
* sctpdec: Use a flow combiner for the source pad flow returns and propagate er...Sebastian Dröge2020-01-302-7/+62
* Don't pass default GLib marshallers for signalsNiels De Graef2019-11-063-5/+4
* Remove autotools build systemTim-Philipp Müller2019-10-141-22/+0
* sctp: Fix crash on free() when using the MSVC binariesNirbheek Chauhan2019-08-201-1/+5
* meson: add more plugins to plugins listTim-Philipp Müller2019-05-301-0/+1
* sctp: increase DEFAULT_NUMBER_OF_SCTP_STREAMS to 1024Fabio D'Urso2019-04-261-1/+1
* sctp: Create plugin with $(GST_PLUGIN_LDFLAGS)Sebastian Dröge2019-04-121-0/+1
* sctp: link against ws2_32 on windowsMatthew Waters2018-10-171-1/+6
* sctp elements: avoid assertions on shutdownMathieu Duponchelle2018-09-212-3/+6
* sctpassociation: don't join a NULL threadMatthew Waters2018-09-211-1/+2
* sctpenc: don't require caps when requesting the padMatthew Waters2018-09-211-4/+8
* sctpenc: start pad task after the parent has activated padsMatthew Waters2018-09-211-6/+17
* Update sctp plugin for the current build systemMatthew Waters2018-09-211-0/+31
* Add new SCTP plugins (sctpenc/sctpdec)George Kiagiadakis2018-09-218-0/+2768