summaryrefslogtreecommitdiff
path: root/ext/webrtc
Commit message (Expand)AuthorAgeFilesLines
...
* doc: Fix spelling of GstWebRTCICEThibault Saunier2020-06-041-1/+1
* plugins: Use gst_type_mark_as_plugin_api() for all non-element plugin typesSebastian Dröge2020-06-041-0/+3
* webrtc: Add GstWebRTCDataChannel to the library APISebastian Dröge2020-06-023-551/+195
* webrtc: handle an ice-lite remote offerMatthew Waters2020-05-283-7/+25
* webrtc: move filtering properties to webrtciceChris Ayoup2020-05-113-46/+25
* webrtc: allow setting local IP addressesChris Ayoup2020-05-113-5/+54
* webrtc: Allow toggling TCP and UDP candidatesChris Ayoup2020-05-112-2/+50
* webrtc: fix an off-by-one calculating low-thresholdMatthew Waters2020-05-061-1/+7
* webrtc: remove debugging leftoverMatthew Waters2020-05-061-1/+0
* webrtc: always reply to a promiseMatthew Waters2020-05-065-28/+112
* webrtc: name threads based on the element nameMatthew Waters2020-05-063-16/+42
* webrtc: correctly use the pad templateMatthew Waters2020-05-061-12/+36
* webrtc: Fix a couple of renegotiation racesMatthew Waters2020-05-061-9/+58
* webrtcbin: also mark data channel transports as activeMatthew Waters2020-05-011-0/+2
* webrtcbin: fix bundle none case with remote offer bundlingMatthew Waters2020-05-013-13/+35
* webrtcbin: only start gathering on local descriptionsMatthew Waters2020-04-301-6/+9
* webrtc: Correct symbol visibility to fix build warning on WindowsSeungha Yang2020-04-301-1/+0
* webrtc: mark streams as active on renegotiation as well.Matthew Waters2020-03-251-14/+17
* webrtcbin: Use GPtrArrays or store items inline instead of using GArrays of p...Sebastian Dröge2020-03-092-96/+65
* webrtcbin: Prevent ICE gathering state reaching complete earlyJan Schmidt2020-03-102-29/+90
* webrtc: Protect the pending ICE candidates arrayJan Schmidt2020-03-102-12/+26
* webrtc: Don't crash in ICE gatheringJan Schmidt2020-03-041-6/+24
* webrtc: Unblock transportreceivebin for send-only bundled streamsJan Schmidt2020-03-042-18/+51
* webrtc: Remove RECEIVE_STATE_DROP from transportreceivebinJan Schmidt2020-03-043-84/+57
* webrtc: Use the dtlssrtenc rtp-sync propertyJan Schmidt2020-02-271-3/+1
* webrtc: Configure transportsendbin latency internallyJan Schmidt2020-02-211-0/+82
* webrtc: Merge ICE candidates to local descriptionsJan Schmidt2020-02-171-0/+39
* webrtcbin: Block the source pads before dtlssrtpdec inside transportreceivebinSebastian Dröge2020-02-121-5/+9
* webrtc: In all blocking pad probes except for sink pads also handle serialize...Sebastian Dröge2020-02-113-12/+50
* webrtcbin: Add a blocking pad probe for the receivebin -> sctpdec connectionSebastian Dröge2020-02-112-8/+34
* webrtcbin/transportreceivebin: Use actual pad blocks instead of an additional...Sebastian Dröge2020-02-112-11/+16
* webrtc/transportsendbin: Clean up pad probe removalSebastian Dröge2020-02-111-16/+1
* webrtcbin: fix blocking of receive binMathieu Duponchelle2020-02-011-6/+9
* webrtcbin: connect rtp funnel after updating ptmapsMathieu Duponchelle2020-01-211-2/+2
* webrtcbin: Start datachannel SCTP elements only after the DTLS connection is ...Sebastian Dröge2020-01-191-4/+75
* webrtcbin: Add handling of unspecified peer-connection-state situationSebastian Dröge2020-01-191-0/+9
* webrtcbin: Return the old state if we ended up being in an unspecified situationSebastian Dröge2020-01-191-4/+5
* webrtcbin: Fix transitions for the peer connection stateSebastian Dröge2020-01-191-39/+62
* webrtcbin: Fix transitions for the connection stateSebastian Dröge2020-01-191-28/+35
* webrtcbin: Don't consider transceivers without mid as inactive during ICE gat...Sebastian Dröge2020-01-191-1/+2
* webrtcbin: Don't consider RTP receivers stoppedSebastian Dröge2020-01-191-0/+2
* webrtcbin: Improve logging related to ICE/DTLS state changesSebastian Dröge2020-01-191-6/+36
* WebRTC: Support non-trickle ICE candidates in the SDPJan Schmidt2020-01-131-0/+41
* webrtc: Unmap all non-binary buffers received via the datachannelSebastian Dröge2020-01-071-0/+2
* webrtcdatachannels: Don't leak stringsEdward Hervey2019-11-211-1/+4
* webrtcbin: Fix memory leakEdward Hervey2019-11-211-0/+2
* Don't pass default GLib marshallers for signalsNiels De Graef2019-11-064-53/+38
* documentation: fixed a heap o' typosAaron Boxer2019-11-053-8/+8
* Remove autotools build systemTim-Philipp Müller2019-10-141-59/+0
* webrtc/stats: redo considering internal sourcesMatthew Waters2019-09-121-142/+162