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

gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2022-10-23Fix GObject type names, GStreamer debug category names and element factory namesSebastian Dröge
2022-10-23rtp: Move GCC bandwidth estimation element from webrtc to rtp pluginSebastian Dröge
2022-10-23Make GStreamer plugin/crate/library/directory names and descriptions consistentSebastian Dröge
2022-10-23Rename rtpav1 plugin to just rtpSebastian Dröge
2022-10-22Various minor cleanupsSebastian Dröge
2022-10-21Take advantage of `Into<Option<_>>` argsFrançois Laignel
2022-10-21onvifmetadatacombiner: On timeout don't wait for metadata to arrive anymore b...Sebastian Dröge
2022-10-21onvifmetadatacombiner: Add a lot of trace debug outputSebastian Dröge
2022-10-20webrtc: Rename and add to meson build the signalling serverThibault Saunier
2022-10-20webrtc: Enhance documentationThibault Saunier
2022-10-20webrtc: Minor cleanupSebastian Dröge
2022-10-20webrtc: Rename signaller and protocol cratesThibault Saunier
2022-10-20webrtc: Update an unify rust-version and editionThibault Saunier
2022-10-20webrtc: Uniformise GType namesThibault Saunier
2022-10-20webrtc: Port to new ElementBuilder APIThibault Saunier
2022-10-20webrtc: Enable more documentationThibault Saunier
2022-10-20webrtc: Fix fmt issuesThibault Saunier
2022-10-20webrtc: Add SDPX license header on every fileThibault Saunier
2022-10-20Plug webrtc inThibault Saunier
2022-10-20webrtc: Fix clippy issuesThibault Saunier
2022-10-20webrtc:signalling: Remove short option for 'host' in the cliThibault Saunier
2022-10-20Merge 'webrtcsink' from https://github.com/centricular/webrtcsink/commit/020c...Thibault Saunier
2022-10-19Update everything for element factory builder API changesSebastian Dröge
2022-10-19rtpav1pay: Track last known upstream PTS/DTS in case not all OBUs are properl...Sebastian Dröge
2022-10-19rtpav1pay: Use a `VecDeque` instead of a `Vec` for the queued OBUsSebastian Dröge
2022-10-18Update for GStreamer API changesSebastian Dröge
2022-10-18whipsink: Log error body along with status code when POST failsArun Raghavan
2022-10-18webrtc: Move to net/webrtcThibault Saunier
2022-10-18net/webrtc-http: whipsink: Return a proper error message & not panicSanchayan Maity
2022-10-18Use new format constructorsFrançois Laignel
2022-10-18aws: Add a test for s3src/s3sinkArun Raghavan
2022-10-17Update for pango API changesSebastian Dröge
2022-10-14onvifmetadataoverlay, cea608overlay: Fix pangocairo::FontMap::new()Vivia Nikolaidou
2022-10-13plugins, examples, tutorials: Use AudioCapsBuilder and VideoCapsBuilderVivia Nikolaidou
2022-10-13ndi: Remove unnecessary explicit `Send+Sync` implsSebastian Dröge
2022-10-13hlssink3: Use #[cfg(feature = "doc")] on gst::prelude importVivia Nikolaidou
2022-10-13ndi: Various code cleanupSebastian Dröge
2022-10-13onvif: Switch from minidom to xmltree for parsing ONVIF timed metadataSebastian Dröge
2022-10-12ndi: Add NDI plugin to the docsSebastian Dröge
2022-10-12ndi: Re-organize code a bit and don't make internal modules publicSebastian Dröge
2022-10-12ndi: Silence some more clippy warningsSebastian Dröge
2022-10-12ndi: Update for pad default functions API changesSebastian Dröge
2022-10-12ndi: Implement dynamic loading of the NDI SDKSebastian Dröge
2022-10-12ndi: Make element factory details and debug categories more consistentSebastian Dröge
2022-10-12ndi: Prefix GType names with `Gst`Sebastian Dröge
2022-10-12ndi: Integrate into the build systemSebastian Dröge
2022-10-12ndi: Relicense plugin from LGPL-2.1 to MPL-2Sebastian Dröge
2022-10-12ndi: Remove unnecessary reference-timestamps featureSebastian Dröge
2022-10-12ndi: Use AudioCapsBuilder and VideoCapsBuilderVivia Nikolaidou
2022-10-12ndi: Simplify code using ParamSpecBuilderVivia Nikolaidou