webrtcbin: Move GstPromise reply to operation framework
[platform/upstream/gstreamer.git] / ext / webrtc / gstwebrtcbin.c
2021-04-12 Olivier Crêtewebrtcbin: Move GstPromise reply to operation framework
2021-04-12 Olivier Crêtewebrtcbin: Make sure PC_LOCK is release when replying...
2021-04-12 Olivier Crêtewebrtcbin: Take PC lock around all entry points
2021-04-12 Olivier Crêtewebrtcbin: Take PC_LOCK when requesting new pad
2021-04-12 Olivier Crêtewebrtcbin: Ensure that query caps method returns valid...
2021-04-12 Olivier Crêtewebrtcbin: Associate the stream with a new transceiver
2021-04-12 Olivier Crêtewebrtcbin: Match unassociated transceiver by kind too
2021-04-12 Olivier Crêtewebrtcbin: Fix typoe in name of error GstStructure
2021-04-12 Olivier Crêtewebrtcbin: Enforce direction on request sink pad with...
2021-04-12 Olivier Crêtewebrtcbin: Try to match an existing transceiver on...
2021-04-12 Olivier Crêtewebrtcbin: Validate locked m-lines in set*Description
2021-04-12 Olivier Crêtewebrtcbin: Remove unused session_mid_map
2021-04-12 Olivier Crêtewebrtcbin: Enforce m-line restrictions when creating...
2021-04-12 Olivier Crêtewebrtcbin: Remember if a transceiver had a forced m...
2021-04-12 Olivier Crêtewebrtcbin: Enforce same-kind on request sink pad with...
2021-04-12 Olivier Crêtewebrtcbin: Enforce compatible caps on pad request
2021-04-12 Olivier Crêtewebrtcbin: Reject pad request for a specific m-line...
2021-04-12 Olivier Crêtewebrtcbin: Make request-pad validation an early return
2021-04-12 Olivier Crêtewebrtcbin: Add document for webrtcbin itself to generat...
2021-04-12 Olivier Crêtewebrtc: Reset received_caps when releasing pad
2021-04-12 Olivier Crêtewebrtcbin: Split pad name from mline
2021-03-09 Matthew Waterswebrtc: don't generate duplicate rtx payloads when...
2021-01-08 Mathieu Duponchellewebrtcbin: try harder not to pick duplicate media ids
2021-01-06 Olivier Crêtewebrtcbin: Remove remnant of non-rtcp-mux mode
2020-11-24 Olivier Crêtewebrtc: Make ssrc map into separate data structures
2020-11-24 Olivier Crêtewebrtcbin: Implement getting stats for a specific pad
2020-11-24 Olivier Crêtewebrtcbin: Store the rtpjitterbuffer instances to extra...
2020-11-24 Olivier Crêtewebrtc: Remove non rtcp-mux code
2020-10-31 Jan Schmidtwebrtc: Fix a race on shutdown.
2020-10-30 Olivier Crêtewebrtc: Set the DSCP markings based on the priority
2020-10-30 Olivier Crêtertptransceiver: Store the SSRC of the current stream
2020-10-30 Olivier Crêtewebrtc: Save the media kind in the transceiver
2020-10-30 Olivier Crêtewebrtcbin: Remove unused function
2020-10-08 Sebastian DrögeRevert "webrtc: Save the media kind in the transceiver"
2020-10-08 Sebastian DrögeRevert "rtptransceiver: Store the SSRC of the current...
2020-10-08 Sebastian DrögeRevert "webrtcbin: Remove unused function"
2020-10-08 Sebastian DrögeRevert "webrtc: Set the DSCP markings based on the...
2020-10-06 Olivier Crêtewebrtc: Set the DSCP markings based on the priority
2020-10-06 Olivier Crêtewebrtcbin: Remove unused function
2020-10-06 Olivier Crêtertptransceiver: Store the SSRC of the current stream
2020-10-06 Olivier Crêtewebrtc: Save the media kind in the transceiver
2020-09-18 Olivier Crêtewebrtcbin: Accept end-of-candidate pass it to libnice
2020-09-18 Olivier Crêtewebrtcbin: Merge the RTX SSRCs from all transceivers...
2020-09-14 Matthew Waterswebrtc: propagate more errors through the promise
2020-07-20 Matthew Waterswebrtc: remove private properties/signals from the...
2020-06-30 Olivier Crêtewebrtcbin: Expose "latency" property
2020-06-22 Sebastian Drögewebrtcbin: Don't call gst_ghost_pad_construct() anymore
2020-06-22 Matthew Waterswebrtc: fix ice control mode when we offer initially
2020-06-05 Mathieu Duponchelleplugins: uddate gst_type_mark_as_plugin_api() calls
2020-06-04 Sebastian Drögeplugins: Use gst_type_mark_as_plugin_api() for all...
2020-06-02 Sebastian Drögewebrtc: Add GstWebRTCDataChannel to the library API
2020-05-28 Matthew Waterswebrtc: handle an ice-lite remote offer
2020-05-11 Chris Ayoupwebrtc: move filtering properties to webrtcice
2020-05-11 Chris Ayoupwebrtc: allow setting local IP addresses
2020-05-11 Chris Ayoupwebrtc: Allow toggling TCP and UDP candidates
2020-05-06 Matthew Waterswebrtc: remove debugging leftover
2020-05-06 Matthew Waterswebrtc: always reply to a promise
2020-05-06 Matthew Waterswebrtc: name threads based on the element name
2020-05-06 Matthew Waterswebrtc: correctly use the pad template
2020-05-06 Matthew Waterswebrtc: Fix a couple of renegotiation races
2020-05-01 Matthew Waterswebrtcbin: also mark data channel transports as active
2020-05-01 Matthew Waterswebrtcbin: fix bundle none case with remote offer bundling
2020-04-30 Matthew Waterswebrtcbin: only start gathering on local descriptions
2020-03-25 Matthew Waterswebrtc: mark streams as active on renegotiation as...
2020-03-09 Sebastian Drögewebrtcbin: Use GPtrArrays or store items inline instead...
2020-03-09 Jan Schmidtwebrtcbin: Prevent ICE gathering state reaching complet...
2020-03-09 Jan Schmidtwebrtc: Protect the pending ICE candidates array
2020-03-04 Jan Schmidtwebrtc: Don't crash in ICE gathering
2020-03-04 Jan Schmidtwebrtc: Unblock transportreceivebin for send-only bundl...
2020-03-04 Jan Schmidtwebrtc: Remove RECEIVE_STATE_DROP from transportreceivebin
2020-02-17 Jan Schmidtwebrtc: Merge ICE candidates to local descriptions
2020-02-11 Sebastian Drögewebrtc: In all blocking pad probes except for sink...
2020-02-11 Sebastian Drögewebrtcbin: Add a blocking pad probe for the receivebin...
2020-01-21 Mathieu Duponchellewebrtcbin: connect rtp funnel after updating ptmaps
2020-01-19 Sebastian Drögewebrtcbin: Start datachannel SCTP elements only after...
2020-01-19 Sebastian Drögewebrtcbin: Add handling of unspecified peer-connection...
2020-01-19 Sebastian Drögewebrtcbin: Return the old state if we ended up being...
2020-01-19 Sebastian Drögewebrtcbin: Fix transitions for the peer connection...
2020-01-19 Sebastian Drögewebrtcbin: Fix transitions for the connection state
2020-01-19 Sebastian Drögewebrtcbin: Don't consider transceivers without mid...
2020-01-19 Sebastian Drögewebrtcbin: Don't consider RTP receivers stopped
2020-01-19 Sebastian Drögewebrtcbin: Improve logging related to ICE/DTLS state...
2020-01-12 Jan SchmidtWebRTC: Support non-trickle ICE candidates in the SDP
2019-11-21 Edward Herveywebrtcbin: Fix memory leak
2019-11-06 Niels De GraefDon't pass default GLib marshallers for signals
2019-11-05 Aaron Boxerdocumentation: fixed a heap o' typos
2019-08-13 David Gunzingerwebrtc: fix type of max-retransmits, make it work
2019-07-29 Jakub Adamwebrtcbin: Support data channel SDP offers from Chrome
2019-07-08 Sebastian Drögewebrtcbin: Don't assert if an SDP media can't be conver...
2019-07-03 Matthew Waterswebrtcbin: use the latest self-generated SDP as the...
2019-06-04 Matthew Waterswebrtc: fix the location of signalling-state change...
2019-05-30 Matthew Waterswebrtc: only set sctp ports if they are different
2019-05-30 Matthew Waterswebrtc/dc: move some code from webrtcbin into the datac...
2019-05-30 Matthew Waterswebrtc: hold onto any unknown ICE candidates until...
2019-05-30 Matthew Waterswebrtc: Initial support for stream addition/removal
2019-05-30 Matthew Waterswebrtcbin: expose the transceiver as a pad property
2019-05-30 Matthew Waterswebrtc: track and log more rtpbin state
2019-05-30 Matthew Waterswebrtc: mark remote/local-description as readonly
2019-05-30 Matthew Waterswebrtc: don't reuse stopped transceivers at all
2019-05-30 Matthew Waterswebrtc: also check for a null mid to signify an unassoc...
next