Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sdroege/gst-plugin-rs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2023-06-16webrtcsink: bring in signalling code from whipsink as a signallerMathieu Duponchelle
2023-06-15webrtcsrc: add twcc extension to codec-preferences when presentMathieu Duponchelle
2023-06-14webrtcsink: improve debugMathieu Duponchelle
2023-06-14net/webrtc: improve documentation layoutMathieu Duponchelle
2023-06-09webrtc: Update to fastrand 2Sebastian Dröge
2023-06-08webrtcsink: don't try to use cudaconvert if not presentMathieu Duponchelle
2023-06-08webrtcsink: dump discovery pipelines on state changesMathieu Duponchelle
2023-06-08webrtc/signalling: fix race condition in message orderingMathieu Duponchelle
2023-06-08gstwebrtc-api: fix firefox errors about more than two stun serversMathieu Duponchelle
2023-06-08webrtcsink/utils: remove unused decoders field in DecodingInfoMathieu Duponchelle
2023-06-07webrtcsink: avoid panic on unprepare from an async tokio contextMathieu Duponchelle
2023-06-07Use MPL as license specifier for plugins only requiring GStreamer < 1.20Sebastian Dröge
2023-06-06webrtcsink: encoded streams: address last review commentsMathieu Duponchelle
2023-06-06webrtcsink: Add support for pre encoded streamsThibault Saunier
2023-06-06webrtc: Unify the Codec structure between sink and sourceThibault Saunier
2023-06-06webrtc: Move make_element to the utilsThibault Saunier
2023-06-06webrtc: Minor documentation enhancementThibault Saunier
2023-06-02net/aws/transcriber: track discont offset in input streamMathieu Duponchelle
2023-05-30aws_kvs_signaller: don't force us-east-1 regionMathieu Duponchelle
2023-05-29rtpgccbwe: Improve packet handlingEdward Hervey
2023-05-26webrtcsink: use spawn_blocking instead of call_asyncFrançois Laignel
2023-05-25webrtcsink: expose consumer-pipeline-created signalMathieu Duponchelle
2023-05-25net: Update to AWS SDK 0.28Sebastian Dröge
2023-05-24webrtcsink: adapt commit "abort stats collection before stopping the Signaller"François Laignel
2023-05-24whipsink: Request pads with webrtcbin's pad templates and not our ownSebastian Dröge
2023-05-24webrtcsink: further refactor connection to stats signalsMathieu Duponchelle
2023-05-24webrtcsink: fix stats_sigid logicMathieu Duponchelle
2023-05-24webrtcsink: don't panic in twcc-stats callbackMathieu Duponchelle
2023-05-24webrtcsink: wait for Sessions to endFrançois Laignel
2023-05-24webrtcsink: remove unneeded mutFrançois Laignel
2023-05-18webrtcsrc: Do not pass raw caps in the transceiverThibault Saunier
2023-05-18webrtcsrc: Fix caps used when creating transceiverThibault Saunier
2023-05-12use Pad builders for optional name definitionFrançois Laignel
2023-05-12Update to argumentless {Bin,Pipeline}::newFrançois Laignel
2023-05-09net/webrtc: src: add signal "request-encoded-filter"François Laignel
2023-05-09net/webrtc: sink: add signal "request-encoded-filter"François Laignel
2023-05-09net/webrtc: sink: abort stats collection before stopping the SignallerFrançois Laignel
2023-05-09net/webrtc: src: don't set stun-server on webrtcbin when our property is NoneFrançois Laignel
2023-05-02Update to AWS SDK 0.27 and async-tungstenite 0.22Sebastian Dröge
2023-04-21Update async-tungstenite and AWS SDK dependenciesSebastian Dröge
2023-04-20Fix a couple of new Rust 1.69 clippy warningsSebastian Dröge
2023-04-15rtpgccbwe: Don't process empty listsEdward Hervey
2023-04-14webrtcsink: fix navigation data channelMathieu Duponchelle
2023-04-13webrtc: extract a BaseWebRTCSinkMathieu Duponchelle
2023-04-12webrtc: fix documentation after signaller interface changesLoïc Le Page
2023-04-12webrtcsrc: Return bool en 'end-session' as requiredThibault Saunier
2023-04-12net: ndi: Update to libloading 0.8Sebastian Dröge
2023-04-10awstranscriber: fix what we send over for translationsMathieu Duponchelle
2023-04-10awstranscriber: slight debug improvementMathieu Duponchelle
2023-04-10fix typosGuillaume Desmottes