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-07-20Update version to 0.10.11Sebastian Dröge
2023-07-05Update versions to 0.10.10Sebastian Dröge
2023-07-05Correctly declare 1.64 as minimum supported Rust versionSebastian Dröge
2023-06-19Update versions to 0.10.9Sebastian Dröge
2023-06-07Update versions to 0.10.8Sebastian Dröge
2023-06-06Fix a couple of trivial clippy warningsSebastian Dröge
2023-05-09Update version to 0.10.7Sebastian Dröge
2023-04-22Fix a couple of new Rust 1.69 clippy warningsSebastian Dröge
2023-04-06Update versions to 0.10.6Sebastian Dröge
2023-04-05git: replace LICENSE file symlinks with copiesTim-Philipp Müller
2023-03-19Update versions to 0.10.50.10.5Sebastian Dröge
2023-03-19threadshare: jitterbuffer: Rename C symbols to avoid conflicts with the same ...Sebastian Dröge
2023-03-14Update versions to 0.10.4Sebastian Dröge
2023-03-10Fix indentation broken by `cargo clippy --fix`Sebastian Dröge
2023-03-10Fix a couple of new clippy warningsSebastian Dröge
2023-03-02Update versions to 0.10.3Sebastian Dröge
2023-03-02threadshare: Update to socket2 0.5Sebastian Dröge
2023-02-23Update versions to 0.10.2Sebastian Dröge
2023-02-13Update versions to 0.10.1Sebastian Dröge
2023-02-10Add versions to local dependenciesSebastian Dröge
2023-02-10Update to gtk-rs-core 0.17, gtk4-rs 0.6 and gstreamer-rs 0.20 branchesSebastian Dröge
2023-02-10Update versions to 0.10.0Sebastian Dröge
2023-01-31Update for glib API changesSebastian Dröge
2023-01-25Fix various new clippy warningsSebastian Dröge
2023-01-22Update for various deprecated APIsSebastian Dröge
2023-01-21Update for glib API changesSebastian Dröge
2022-12-28meson: Add an option to build examplesNirbheek Chauhan
2022-12-13Fix various new clippy warningsSebastian Dröge
2022-11-27Update for gst::Array / gst::List API improvementsSebastian Dröge
2022-11-09ts/udpsink: handle items in the PadSinkHandlerFrançois Laignel
2022-11-09ts: introduce ts-audiotestsrcFrançois Laignel
2022-11-09ts/standalone: add new SinksFrançois Laignel
2022-11-09ts/standalone: move current sink under task_sinkFrançois Laignel
2022-11-09threadshare: Update to concurrent-queue 2Sebastian Dröge
2022-11-01Fix various new clippy warningsSebastian Dröge
2022-10-24Update versions to 0.10.0-alpha.1Sebastian Dröge
2022-10-24ts/pad: use `gst::Pad` in handlers trait functions...François Laignel
2022-10-24ts/pad: don't pass self as ref in remaining handler traits functionsFrançois Laignel
2022-10-23Move from `imp.instance()` to `imp.obj()`Sebastian Dröge
2022-10-23Remove `&` for `obj` in log macrosFrançois Laignel
2022-10-23Fix GObject type names, GStreamer debug category names and element factory namesSebastian Dröge
2022-10-23Add new mux subdirectory for container formatsSebastian 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-18Update for GStreamer API changesSebastian Dröge
2022-10-18Use new format constructorsFrançois Laignel
2022-10-14plugins: Use .into() instead of gst::Fraction::new() where applicableVivia Nikolaidou
2022-10-13plugins, examples, tutorials: Use AudioCapsBuilder and VideoCapsBuilderVivia Nikolaidou