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
AgeCommit message (Expand)Author
2023-11-02Update for `gst::Rank` API changesSebastian Dröge
2023-10-30Use let-else instead of match for weak reference upgradesSebastian Dröge
2023-10-25hlssink3: Close the playlist giostreamsink on stop if possibleArun Raghavan
2023-09-25hlssink3: Update READMESeungha Yang
2023-09-25hlscmafsink: Add live recording exampleSeungha Yang
2023-09-25hlsbasesink: Add enable-endlist propertySeungha Yang
2023-09-25hlssink3: Add hlscmafsink elementSeungha Yang
2023-09-25hlssink3: Add baseclass implementationSeungha Yang
2023-09-25hlssink3: Various cleanupSeungha Yang
2023-09-25hlssink3: Don't remove uri from playlist if playlist-length is zeroSeungha Yang
2023-09-25hlssink3: Don't remove old files if max-files is zeroSeungha Yang
2023-09-25hlssink3: Remove unused depsSeungha Yang
2023-09-25hlssink3: Use Path API for getting file nameSeungha Yang
2023-09-25hlssink3: Use sprintf for segment name formattingSeungha Yang
2023-09-20hlssink3: Minor PDT-related naming fixupsArun Raghavan
2023-09-20hlssink3: Add property track-pipeline-clock-for-pdt.rajneeshksoni
2023-09-20hlssink3: Allow adding EXT-X-PROGRAM-DATE-TIME tag.rajneeshksoni
2023-08-10Update versions to 0.12.0-alpha.1Sebastian Dröge
2023-08-09Don't generate .def files for pluginsSebastian Dröge
2023-07-19Update minimum supported Rust version to 1.70Sebastian Dröge
2023-07-06Use re-exported once_cellBilal Elmoussaoui
2023-05-12use Pad builders for optional name definitionFrançois Laignel
2023-05-12Update to argumentless {Bin,Pipeline}::newFrançois Laignel
2023-04-20Fix a couple of new Rust 1.69 clippy warningsSebastian Dröge
2023-04-04git: replace LICENSE file symlinks with copiesTim-Philipp Müller
2023-03-09Update for `gst::Element::link_many()` and related API generalizationSebastian Dröge
2023-02-20Update minimum supported Rust version to 1.66Sebastian Dröge
2023-02-14hlssink3: Allow GIOStream signal handlers to return NoneArun Raghavan
2023-02-11hlssink3: Fix case on unspecified playlist type nick for consistencyArun Raghavan
2023-02-10Update versions to 0.11.0-alpha.1Sebastian Dröge
2023-02-08hlssink3: Allow setting i-frame-only playlist.rajneeshksoni
2023-01-25Fix various new clippy warningsSebastian Dröge
2023-01-21Update for glib API changesSebastian Dröge
2023-01-15Update for caps/structure-related string API changesSebastian Dröge
2023-01-05Update for API changesSebastian Dröge
2022-12-13Fix various new clippy warningsSebastian Dröge
2022-10-24Update versions to 0.10.0-alpha.1Sebastian Dröge
2022-10-23Move from `imp.instance()` to `imp.obj()`Sebastian Dröge
2022-10-23Make GStreamer plugin/crate/library/directory names and descriptions consistentSebastian Dröge
2022-10-22Various minor cleanupsSebastian Dröge
2022-10-21Take advantage of `Into<Option<_>>` argsFrançois Laignel
2022-10-19Update everything for element factory builder API changesSebastian Dröge
2022-10-18Use new format constructorsFrançois Laignel
2022-10-13hlssink3: Use #[cfg(feature = "doc")] on gst::prelude importVivia Nikolaidou
2022-10-10Change *Impl trait methods to only take &self and not Self::Type in additionSebastian Dröge
2022-10-04build: Update versions to be 0.9.0-alpha.1Nirbheek Chauhan
2022-09-22Fixes for removal of SpecificFormattedValues ops on refFrançois Laignel
2022-09-05Update for GLib ParamSpec builder API changesSebastian Dröge
2022-09-04Update minimum supported Rust version to 1.63Sebastian Dröge
2022-08-30Allow "unused_doc_comments" as we use hotdoc and not rustdocThibault Saunier