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
AgeCommit message (Collapse)Author
2022-10-20build(deps): bump minimist in /net/webrtc/examples/webrtcsink-statsdependabot/npm_and_yarn/net/webrtc/examples/webrtcsink-stats/minimist-1.2.7dependabot[bot]
Bumps [minimist](https://github.com/minimistjs/minimist) from 1.2.5 to 1.2.7. - [Release notes](https://github.com/minimistjs/minimist/releases) - [Changelog](https://github.com/minimistjs/minimist/blob/main/CHANGELOG.md) - [Commits](https://github.com/minimistjs/minimist/compare/v1.2.5...v1.2.7) --- updated-dependencies: - dependency-name: minimist dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
2022-10-20webrtc: Rename signaller and protocol cratesThibault Saunier
2022-10-20webrtc: Update an unify rust-version and editionThibault Saunier
So it all matches the rest of the plugins
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
It clashes with `--help`
2022-10-20Merge 'webrtcsink' from ↵Thibault Saunier
https://github.com/centricular/webrtcsink/commit/020c7e2900ff6b1db9a68c7abae8d282c9e896fb
2022-10-19fallbacksrc: Fix for imagefreeze framerate setupSeungha Yang
Put imagefreeze before capsfilter so that user specified framerate for fallback image can be applied as expected
2022-10-19fallbacksrc: Drop QoS event while pad is blockedSeungha Yang
An element which creates QoS event might reference different GstSegment timeline (e.g., fallback testsrc's one). Then it can cause lots of buffers are being dropped in decoder, because of the QoS events. Drops the QoS event before we calculate appropriate pad offsets from blocking pad probe.
2022-10-19Update everything for element factory builder API changesSebastian Dröge
And set properties as part of object construction wherever it makes sense.
2022-10-19rtpav1pay: Track last known upstream PTS/DTS in case not all OBUs are ↵Sebastian Dröge
properly timestamped
2022-10-19rtpav1pay: Use a `VecDeque` instead of a `Vec` for the queued OBUsSebastian Dröge
And use a `Vec` plus offset for consuming partial byte buffers. Removing the first element from a `Vec` repeatedly is not very cheap. Also simplify calculation of the current packet by removing a mostly unused type and keeping track of the calculations always locally instead of sometimes storing it in the element state.
2022-10-19docs: fix references to renamed function gst_plugin_version_helper::get_info()Michael Oultram
2022-10-19gtk4: Update to fragile 2.0Sebastian Dröge
2022-10-18fallbacksrc: Configure clocksyncSeungha Yang
It's missed in the previous refactoring
2022-10-18fallbacksrc: Don't use fallback caps to normal streamSeungha Yang
fallback-{audio,video}-caps should be applied only to fallback branches
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-18Add video comparison elementRafael Caricio
New video/image comparison element, find images in the stream and post metadata of comparisons of the video frames to the application.
2022-10-18webrtc: Move to net/webrtcThibault Saunier
2022-10-18Update clap and uuid to latest versionThibault Saunier
2022-10-18Update dependenciesThibault Saunier
2022-10-18net/webrtc-http: whipsink: Return a proper error message & not panicSanchayan Maity
On a server error, we currently crash and panic. Return a proper error message instead. Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/914>
2022-10-18Use new format constructorsFrançois Laignel
See https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/-/merge_requests/1128
2022-10-18aws: Add a test for s3src/s3sinkArun Raghavan
This does rely on AWS credentials being provided in the environment, but the test will be ignored if those are missing.
2022-10-18spotifyaudiosrc: implement URI handlerGuillaume Desmottes
Fix #204
2022-10-17Update for pango API changesSebastian Dröge
2022-10-17textahead: fix pango markup URLGuillaume Desmottes
The old one no longer works.
2022-10-16meson: optionalize pango dependency used by video/videofxJan Beich
Similar to -Dcairo=<auto|enabled|disabled> in gst-plugins-good.
2022-10-14audio: Use channel_mask() for AudioCapsBuilderVivia Nikolaidou
2022-10-14plugins: Use .into() instead of gst::Fraction::new() where applicableVivia Nikolaidou
2022-10-14onvifmetadataoverlay, cea608overlay: Fix pangocairo::FontMap::new()Vivia Nikolaidou
It doesn't return an Option anymore.
2022-10-13plugins, examples, tutorials: Use AudioCapsBuilder and VideoCapsBuilderVivia Nikolaidou
Simplify caps creation code
2022-10-13ndi: Remove unnecessary explicit `Send+Sync` implsSebastian Dröge
These are automatically available now.
2022-10-13hlssink3: Use #[cfg(feature = "doc")] on gst::prelude importVivia Nikolaidou
It otherwise gives a warning about the unused import
2022-10-13ndi: Various code cleanupSebastian Dröge
2022-10-13onvif: Switch from minidom to xmltree for parsing ONVIF timed metadataSebastian Dröge
minidom doesn't handle various valid but suboptimal XML documents.
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
And build the plugin on the CI and via meson.
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