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
2020-04-05Reorganise plugins into directories by functionArun Raghavan
2019-12-22Fix various new clippy warnings from 1.40Sebastian Dröge
2019-12-18Fix compilation after gstreamer-rs!383Sebastian Dröge
2019-12-14Fix audio plugins build after gstreamer-rs!376Philippe Normand
2019-11-21Update for new BaseTransformImpl::set_caps() return typeSebastian Dröge
2019-11-01Move debug categories from an instance member to lazy_staticSebastian Dröge
2019-10-04Various fixes for from_string() -> from_str(), to_string() vs. to_str()Sebastian Dröge
2019-09-07Fix or silence all remaining clippy warningsSebastian Dröge
2019-08-13Update for new `{Value, StructureRef}::get` signatureFrançois Laignel
2019-06-04port all plugins to new register APIGuillaume Desmottes
2019-05-24Update for gstreamer-rs API changesSebastian Dröge
2019-04-16Update for gstreamer-rs/glib/etc API changes and add more explicit Some()Sebastian Dröge
2019-01-29Fixes for gstreamer-rs API changesSebastian Dröge
2019-01-26Update signatures further to gstreamer-base changesFrançois Laignel
2019-01-12Update for gstreamer-rs MR 200François Laignel
2018-12-18Update for glib property API changesSebastian Dröge
2018-11-30Port audiofx plugin with audioecho element to new subclassing APISebastian Dröge
2018-11-04use BoolError for plugin registrationThijs Vermeir
2018-10-11Run everything through latest rustfmtSebastian Dröge
2018-10-11Fix various clippy warningsSebastian Dröge
2018-07-27Run everything through latest rustfmtSebastian Dröge
2018-06-01Update to byte-slice-cast 0.2Sebastian Dröge
2018-05-01Move export/re-export cleanupSebastian Dröge
2018-05-01Run everything through rustfmt againSebastian Dröge
2018-04-05Run everything through rustfmt againSebastian Dröge
2018-01-02audioecho: Minor cleanup and move code to the right placeSebastian Dröge
2017-12-20Fix various clippy warningsSebastian Dröge
2017-11-20Remove Rs prefix from everythingSebastian Dröge
2017-11-11Update to latest gstreamer-rs master API changesSebastian Dröge
2017-10-19Move properties code to a separate fileSebastian Dröge
2017-10-19audioecho: Don't unnecessarily mark variable as mutableSebastian Dröge
2017-10-17Run everything through latest rustfmt-nightlySebastian Dröge
2017-10-12Fix compilation after GstRc<T>::get_mut() API fixes in gstreamer-rsSebastian Dröge
2017-10-07Don't have to store the size of the slice twiceSebastian Dröge
2017-10-07Some more RingBufferIterator cleanupSebastian Dröge
2017-10-07Run everything through rustfmt againSebastian Dröge
2017-10-07Simplify audioecho code a bitSebastian Dröge
2017-10-07Add audiofx plugin with audioecho elementSebastian Dröge