summaryrefslogtreecommitdiff
path: root/ext/webrtc/gstwebrtcbin.c
Commit message (Expand)AuthorAgeFilesLines
...
* webrtcbin: Make request-pad validation an early returnOlivier Crête2021-04-121-48/+48
* webrtcbin: Add document for webrtcbin itself to generated docOlivier Crête2021-04-121-1/+4
* webrtc: Reset received_caps when releasing padOlivier Crête2021-04-121-0/+1
* webrtcbin: Split pad name from mlineOlivier Crête2021-04-121-29/+45
* webrtc: don't generate duplicate rtx payloads when bundle-policy is setMatthew Waters2021-03-091-0/+22
* webrtcbin: try harder not to pick duplicate media idsMathieu Duponchelle2021-01-081-26/+92
* webrtcbin: Remove remnant of non-rtcp-mux modeOlivier Crête2021-01-061-15/+2
* webrtc: Make ssrc map into separate data structuresOlivier Crête2020-11-241-14/+3
* webrtcbin: Implement getting stats for a specific padOlivier Crête2020-11-241-33/+5
* webrtcbin: Store the rtpjitterbuffer instances to extract stats from themOlivier Crête2020-11-241-2/+18
* webrtc: Remove non rtcp-mux codeOlivier Crête2020-11-241-96/+6
* webrtc: Fix a race on shutdown.Jan Schmidt2020-10-311-3/+16
* webrtc: Set the DSCP markings based on the priorityOlivier Crête2020-10-301-0/+267
* rtptransceiver: Store the SSRC of the current streamOlivier Crête2020-10-301-0/+8
* webrtc: Save the media kind in the transceiverOlivier Crête2020-10-301-1/+68
* webrtcbin: Remove unused functionOlivier Crête2020-10-301-12/+0
* Revert "webrtc: Save the media kind in the transceiver"Sebastian Dröge2020-10-081-68/+1
* Revert "rtptransceiver: Store the SSRC of the current stream"Sebastian Dröge2020-10-081-8/+0
* Revert "webrtcbin: Remove unused function"Sebastian Dröge2020-10-081-0/+12
* Revert "webrtc: Set the DSCP markings based on the priority"Sebastian Dröge2020-10-081-267/+0
* webrtc: Set the DSCP markings based on the priorityOlivier Crête2020-10-061-0/+267
* webrtcbin: Remove unused functionOlivier Crête2020-10-061-12/+0
* rtptransceiver: Store the SSRC of the current streamOlivier Crête2020-10-061-0/+8
* webrtc: Save the media kind in the transceiverOlivier Crête2020-10-061-1/+68
* webrtcbin: Accept end-of-candidate pass it to libniceOlivier Crête2020-09-181-5/+8
* webrtcbin: Merge the RTX SSRCs from all transceivers when bundlingOlivier Crête2020-09-181-8/+26
* webrtc: propagate more errors through the promiseMatthew Waters2020-09-141-40/+118
* webrtc: remove private properties/signals from the now public ice objectMatthew Waters2020-07-201-9/+18
* webrtcbin: Expose "latency" propertyOlivier Crête2020-06-291-2/+57
* webrtcbin: Don't call gst_ghost_pad_construct() anymoreSebastian Dröge2020-06-221-5/+0
* webrtc: fix ice control mode when we offer initiallyMatthew Waters2020-06-221-2/+6
* plugins: uddate gst_type_mark_as_plugin_api() callsMathieu Duponchelle2020-06-061-2/+2
* 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-021-38/+34
* webrtc: handle an ice-lite remote offerMatthew Waters2020-05-281-4/+19
* webrtc: move filtering properties to webrtciceChris Ayoup2020-05-111-43/+8
* webrtc: allow setting local IP addressesChris Ayoup2020-05-111-2/+28
* webrtc: Allow toggling TCP and UDP candidatesChris Ayoup2020-05-111-0/+18
* webrtc: remove debugging leftoverMatthew Waters2020-05-061-1/+0
* webrtc: always reply to a promiseMatthew Waters2020-05-061-23/+103
* webrtc: name threads based on the element nameMatthew Waters2020-05-061-5/+22
* 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-011-13/+16
* webrtcbin: only start gathering on local descriptionsMatthew Waters2020-04-301-6/+9
* 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-091-92/+61
* webrtcbin: Prevent ICE gathering state reaching complete earlyJan Schmidt2020-03-101-29/+89
* webrtc: Protect the pending ICE candidates arrayJan Schmidt2020-03-101-11/+24