webrtcbin: Add netsim and drop-probability-sender properties
[platform/upstream/gstreamer.git] / ext / webrtc / gstwebrtcbin.c
2021-12-20 Sangchul Leewebrtcbin: Add netsim and drop-probability-sender prope...
2021-12-17 Sangchul Leewebrtcbin: Fix invalid structure type
2021-11-17 Sangchul Leefixup! webrtcbin: Remove transceiver from array when...
2021-11-16 Sangchul Leewebrtcbin: Notify missing ice-gathering-state for COMPLETE
2021-10-18 Sangchul Leewebrtcbin: Remove transceiver from array when releasing pad
2021-09-06 Sangchul LeeMerge changes from topic "webrtc_based_on_1.19.1" into...
2021-09-03 Matthew Waterswebrtc: don't generate duplicate rtx payloads when...
2021-09-03 Mathieu Duponchellewebrtcbin: try harder not to pick duplicate media ids
2021-08-24 Sangchul Leewebrtcbin: Reset need_negotiation flag in case of READY...
2021-08-23 Olivier Crêtewebrtc: Make ssrc map into separate data structures
2021-08-18 Olivier Crêtewebrtcbin: Remove remnant of non-rtcp-mux mode
2021-08-18 Olivier Crêtewebrtcbin: Implement getting stats for a specific pad
2021-08-18 Olivier Crêtewebrtcbin: Store the rtpjitterbuffer instances to extra...
2021-08-17 Olivier Crêtewebrtc: Remove non rtcp-mux code
2021-08-17 Olivier Crêtewebrtc: Set the DSCP markings based on the priority
2021-08-13 Olivier Crêtewebrtc: Save the media kind in the transceiver
2021-08-13 Olivier Crêtewebrtcbin: Remove unused function
2021-08-13 Olivier Crêtewebrtcbin: Accept end-of-candidate pass it to libnice
2021-08-13 Olivier Crêtewebrtcbin: Merge the RTX SSRCs from all transceivers...
2021-08-13 Matthew Waterswebrtc: propagate more errors through the promise
2021-07-07 Sangchul Leewebrtcbin: Fix memory leak in _set_rtx_ptmap_from_stream()
2021-06-24 Sangchul Leewebrtcbin: Remove unreachable codes and redundant condition
2021-06-04 Olivier Crêtewebrtcbin: Remove remnant of non-rtcp-mux mode
2021-06-04 Olivier Crêtewebrtc: Remove non rtcp-mux code
2021-06-03 Sangchul Leewebrtcbin: Call the missing gst_ghost_pad_construct()
2021-06-03 Sangchul Leewebrtc: Update codes based on 1.18.4
2021-04-12 Sangchul Leewebrtcbin: Make it possible to create data channel...
2020-05-25 HyunilAdd webrtcsendrecv test app to tests/example/webrtc
2020-02-21 Gilbok LeeMerge branch 'tizen_gst_1.16.2' into tizen
2020-01-29 Gilbok LeeMerge branch 'upstream/1.16' into tizen_gst_1.16.2
2019-08-20 Niels De Graefwebrtc: Fix signals documentation
2019-08-13 David Gunzingerwebrtc: fix type of max-retransmits, make it work
2019-03-15 Mathieu Duponchellewebrtcbin: fix pt selection for FEC and RTX when BUNDLE
2019-03-12 Mathieu Duponchellewebrtcbin: add get-transceiver signal
2019-02-15 Matthew Waterswebrtc: fix rtx + bundle
2019-01-23 Mathieu Duponchellewebrtc: expose ice-transport-policy property
2018-12-19 Matthew Waterswebrtcbin: only change the receive state after setting...
2018-12-19 Matthew Waterswebrtc: A couple of documentation fixes
2018-11-26 Matthew Waterstests/webrtc: use the existing functions in the plugin
2018-11-26 Matthew Waterswebrtc: fix typo in RTCRemoteOutboundRTPStreamStats
2018-11-26 Matthew Waterswebrtc: add a few comments on bundle and src pad exposure
2018-11-26 Matthew Waterswebrtcbin: factor out dtls fingerprint setting
2018-11-26 Matthew Waterswebrtc: remove extra 'pad' from log line
2018-11-26 Matthew Waterswebrtc: move some functions to the appropriate files
2018-10-26 Luis de Bethencourtwebrtcbin: options is a placeholder argument
2018-10-26 Luis de Bethencourtwebrtcbin: ws-semantic is not supported
2018-10-15 Mathieu Duponchellewebrtcbin: implement support for group: BUNDLE
2018-10-08 Matthew Waterswebrtc: start in the closed state
2018-10-08 Aleix Conchillo... webrtcbin: start and stop thread when changing state
2018-09-21 Matthew Waterswebrtcbin: add support for data channels based on SCTP
2018-09-21 Matthew Waterswebrtcbin: functionify dependent element checks
2018-09-19 Mathieu Duponchellewebrtcbin: New add-turn-server API
2018-07-19 Sam Gigliottiwebrtc: fix memory leak
2018-07-15 Jan Schmidtwebrtc: Add a warning in sdp_media_from_transceiver()
2018-07-14 Jan Schmidtwebrtc: Fix memory leak
2018-07-12 Mathieu Duponchellefind_codec_preferences: use received caps
2018-07-01 Jan Schmidtwebrtc: Explicitly initialise mutex and condition
2018-06-23 Tim-Philipp Müllerwebrtc: Update for g_type_class_add_private() deprecati...
2018-05-29 Mathieu Duponchellewebrtcbin: copy sticky events on our ghostpads
2018-05-28 Tim-Philipp Müllerwebrtcbin: rtpstorage takes a 64-bit integer for "size...
2018-05-09 Mathieu Duponchellewebrtcbin: implement support for FEC and RTX
2018-03-16 Sebastian Drögewebrtcbin: Remove parameter from gst_webrtc_rtp_sender_...
2018-02-08 Matthew Waterswebrtc: Fix ffeb09e4 conditional
2018-02-08 Matthew Waterswebrtc: change dead code to an assert
2018-02-08 Matthew Waterswebrtc: bail on invalid rtpbin names
2018-02-02 Matthew Waterswebrtcbin: an element that handles the transport aspect...