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-19Update minimum supported Rust version to 1.70Sebastian Dröge
2023-07-11threadshare: Remove unnecessary call to `default()`Sebastian Dröge
2023-07-06Use re-exported once_cellBilal Elmoussaoui
2023-07-06Adapt to glib::Continue renameBilal Elmoussaoui
2023-07-06Fix a couple of typosSebastian Dröge
2023-05-30Fix a couple of trivial clippy warningsSebastian Dröge
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-14Make sure to keep around and drop bus watches after usage in all the examplesSebastian Dröge
2023-04-10fix typosGuillaume Desmottes
2023-04-04git: replace LICENSE file symlinks with copiesTim-Philipp Müller
2023-03-17threadshare: jitterbuffer: Rename C symbols to avoid conflicts with the same ...Sebastian Dröge
2023-03-09Fix indentation broken by `cargo clippy --fix`Sebastian Dröge
2023-03-09Fix a couple of new clippy warningsSebastian Dröge
2023-03-09Update for remaining `gst::Element::link_many()` and related API generalizationSebastian Dröge
2023-03-09Update for `gst::Element::link_many()` and related API generalizationSebastian Dröge
2023-03-01threadshare: Update to socket2 0.5Sebastian Dröge
2023-02-20Update minimum supported Rust version to 1.66Sebastian Dröge
2023-02-13Optimize various error message / debug message formattingSebastian Dröge
2023-02-10Update versions to 0.11.0-alpha.1Sebastian 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
2022-10-12Update for pad default functions API changesSebastian Dröge