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-05-09Fix diff links in the CHANGELOG.md0.2Sebastian Dröge
2018-05-09Update CHANGELOG.md for 0.2.10.2.1Sebastian Dröge
2018-05-09Update versions to 0.2.1Sebastian Dröge
2018-05-09Fix memory leak in ElementClass::add_pad_template()Sebastian Dröge
2018-03-20Fix travis.ymlSebastian Dröge
2018-03-20Update travis.yml for the new 1.14 pathsSebastian Dröge
2018-03-20Update CHANGELOG.md for 0.2.00.2.0Sebastian Dröge
2018-03-20Update versions to 0.2.0Sebastian Dröge
2018-03-20Update versions of everything and use releases instead of GITSebastian Dröge
2018-03-20Update CHANGELOG.md for 0.1.4Sebastian Dröge
2018-03-06Implement Send+Sync for all wrapper typesSebastian Dröge
2018-03-02Revert "Remove callback guards"Sebastian Dröge
2018-02-22Run everything through latest rustfmt-nightlySebastian Dröge
2018-02-21Add second blog post about writing GStreamer elements to the README.mdSebastian Dröge
2018-02-21Update to num-traits 0.2Sebastian Dröge
2018-02-18tutorials: Implement a sine wave source elementSebastian Dröge
2018-02-17Remove callback guardsSebastian Dröge
2018-02-16Fix build with improved Query APISebastian Dröge
2018-02-12Fix BaseSrc::unlock_stop() calling unlock(), and BaseSinkSebastian Dröge
2018-02-05Add tutorial to README.mdSebastian Dröge
2018-01-18Catch panics during plugin initialization and log themSebastian 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 CHANGELOG.md for 0.1.2Sebastian Dröge
2018-01-03Pass caps by reference to BaseTransform::transform_caps()Sebastian Dröge
2018-01-03Also the default BaseTransform::transform_caps() should not take the caps par...Sebastian Dröge
2018-01-03Update CHANGELOG.md for 0.1.1Sebastian Dröge
2018-01-03Add CHANGELOG.md to gst-pluginSebastian Dröge
2018-01-02Caps in BaseTransform::transform_caps() are not ownedSebastian Dröge
2018-01-02audioecho: Minor cleanup and move code to the right placeSebastian Dröge
2017-12-23[Close #24] Update repository linkAleksey Ivanov
2017-12-22Use gst_element_error!() instead of Element::post_error_message(&gst_error_ms...Sebastian Dröge
2017-12-22Fix documentation URLSebastian 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