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
2018-02-19Raise gstreamer-video and gstreamer-base requirements as needed0.1Sebastian Dröge
2018-02-19tutorials: Implement a sine wave source elementSebastian Dröge
2018-02-12Update version to 0.1.40.1.4Sebastian Dröge
2018-02-12Update CHANGELOG.md for 0.1.4Sebastian Dröge
2018-02-12Add tutorial to README.mdSebastian Dröge
2018-02-12Fix BaseSrc::unlock_stop() calling unlock(), and BaseSinkSebastian Dröge
2018-01-18Catch panics during plugin initialization and log themSebastian Dröge
2018-01-15Update version to 0.1.30.1.3Sebastian Dröge
2018-01-15Update CHANGELOG.md for 0.1.3Sebastian Dröge
2018-01-15Add BaseTransform::transform_ip_passthrough()Sebastian Dröge
2018-01-15Also update version in the plugin metadata to 1.8Sebastian Dröge
2018-01-15Don't require GStreamer 1.10Sebastian Dröge
2018-01-13Add gst-plugin-tutorial sub-crate and rgb2gray elementSebastian Dröge
2018-01-03Update version to 0.1.20.1.2Sebastian Dröge
2018-01-03Update CHANGELOG.md for 0.1.2Sebastian Dröge
2018-01-03Also the default BaseTransform::transform_caps() should not take the caps par...Sebastian Dröge
2018-01-03Update version to 0.1.10.1.1Sebastian Dröge
2018-01-03Update CHANGELOG.md for 0.1.1Sebastian Dröge
2018-01-03Caps in BaseTransform::transform_caps() are not ownedSebastian Dröge
2018-01-03audioecho: Minor cleanup and move code to the right placeSebastian Dröge
2018-01-03Use gst_element_error!() instead of Element::post_error_message(&gst_error_ms...Sebastian Dröge
2017-12-22Fix documentation URL0.1.0Sebastian Dröge
2017-12-22Add CHANGELOG.md to gst-pluginSebastian Dröge
2017-12-22Update versions of all dependencies and point to releases instead of GITSebastian Dröge
2017-12-22Update README.md and include it in the gst-plugin crate tooSebastian Dröge
2017-12-22Update gst-plugin Cargo.toml with lots of metadataSebastian Dröge
2017-12-22Mention that gst-plugin-togglerecord is LGPL in README.mdSebastian Dröge
2017-12-20Add support for adding signals/action-signalsSebastian Dröge
2017-12-20Don't panic when getting a property failedSebastian Dröge
2017-12-20Move more things into gst-plugin-simpleSebastian Dröge
2017-12-20Fix various clippy warningsSebastian Dröge
2017-12-20Use the Into trait instead of custom into_*() functionsSebastian Dröge
2017-12-20Use ErrorMessage from gstreamer bindingsSebastian Dröge
2017-12-20Run everything through rustfmt againSebastian Dröge
2017-12-20Implement Error/Display for AdapterErrorSebastian Dröge
2017-12-20Remove unused utils moduleSebastian Dröge
2017-12-16Fix build of togglerecord unit testSebastian Dröge
2017-12-16Run everything through rustfmt againSebastian Dröge
2017-12-16Fix compilation after gstreamer-rs API changesSebastian Dröge
2017-12-10Update for simplified force-keyunit event APISebastian Dröge
2017-12-10Send force-keyunit events laterSebastian Dröge
2017-12-10Request a keyframe whenever we're going to wait for a keyframeSebastian Dröge
2017-12-10Improve togglerecord example UI a bitSebastian Dröge
2017-12-09Fixes/simplifications for GStreamer API changesSebastian Dröge
2017-12-06Add read-only "recording" property to togglerecordSebastian Dröge
2017-12-06Fix build after gstreamer-rs API changesSebastian Dröge
2017-12-05The either crate is only a dependency for the togglerecord testSebastian Dröge
2017-12-05Add gst-plugin-togglerecordSebastian Dröge
2017-12-04Require fallback value in Element::catch_panic() to be given as closureSebastian Dröge
2017-12-04Never fail downwards state changesSebastian Dröge