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-11-26Update CHANGELOG.md for 0.3.20.3.20.3Sebastian Dröge
2018-11-26Change all links/mentions from gst-plugin-rs to gst-plugins-rsSebastian Dröge
2018-11-26Update version to 0.3.2Sebastian Dröge
2018-11-26Update documentation to gitlab pagesSebastian Dröge
2018-11-19AggregatorPad is not actually a GhostPad0.3.1Sebastian Dröge
2018-11-19Update version to 0.3.1Sebastian Dröge
2018-11-19Update CHANGELOG.md for 0.3.1Sebastian Dröge
2018-11-19Make sure to override vfuncs of all parent classes correctlySebastian Dröge
2018-11-08Run everything through rustfmtSebastian Dröge
2018-11-08First run lints, then testsSebastian Dröge
2018-11-08Run gitlab-ci also with Rust 1.28Sebastian Dröge
2018-11-08Point to the new repo location in README.mdSebastian Dröge
2018-11-08Change all references from GitHub to freedesktop.org GitLabSebastian Dröge
2018-11-08Implement From instead of Into for FlowError -> FlowReturnArun Raghavan
2018-11-08Update gitignore for Cargo.lock and vim filesArun Raghavan
2018-11-08CI: Add gitlab-ci config.Jordan Petridis
2018-11-08Remove travis cargo cacheSebastian Dröge
2018-11-08Update travis to use GStreamer 1.14.3 binaries (including OpenGL library)Sebastian Dröge
2018-09-10Update versions of everything and use releases instead of GIT0.3.0Sebastian Dröge
2018-09-08Update CHANGELOG.md for 0.3.0Sebastian Dröge
2018-09-06Remove accidentally committed mixer moduleSebastian Dröge
2018-09-06Update num-rational to 0.2Sebastian Dröge
2018-09-06Switch gobject-subclass repository URISebastian Dröge
2018-08-01Add support for subclassing GstAggregator and GstAggregatorPadSebastian Dröge
2018-07-30Use from_glib_borrow() for more vfunc parametersSebastian Dröge
2018-07-30Add support for implementing GstChildProxySebastian Dröge
2018-07-30Add support for subclassing ghost padsSebastian Dröge
2018-07-30Add support for subclassing padsSebastian Dröge
2018-07-27Run everything through latest rustfmtSebastian Dröge
2018-07-27Get rid of send-cell dependency and fix reference cyclesSebastian Dröge
2018-07-12Make use of downcast_ref() to prevent some clonesSebastian Dröge
2018-07-11Use ObjectExt::notify() instead of the gobject-subclass variantSebastian Dröge
2018-06-24Get rid of callback_guard! as unwinding through FFI is defined behaviour now ...Sebastian Dröge
2018-06-01Update to byte-slice-cast 0.2Sebastian Dröge
2018-05-13Move plugin-simpler::error code back to gst-pluginThibault Saunier
2018-05-11Update to muldiv 0.2Sebastian Dröge
2018-05-09Fix diff links in the CHANGELOG.mdSebastian Dröge
2018-05-09Update CHANGELOG.md for 0.2.1Sebastian Dröge
2018-05-09Fix memory leak in ElementClass::add_pad_template()Sebastian Dröge
2018-05-04Update for gobject-subclass API changesSebastian Dröge
2018-05-02Update CHANGELOG.md for 0.2.0Sebastian Dröge
2018-05-02Add api-bindings category to the crateSebastian Dröge
2018-05-02Use unsafe impl for the Instance trait implSebastian Dröge
2018-05-01Move gobject-subclass to its own repositorySebastian Dröge
2018-05-01Move export/re-export cleanupSebastian Dröge
2018-05-01Clean up module exports/re-exportsSebastian Dröge
2018-05-01Cleanup up imports/macro_useSebastian Dröge
2018-05-01Run everything through rustfmt againSebastian Dröge
2018-05-01remove Send+Sync requirement from object. Does not bode well with gtkDirk Van Haerenborgh
2018-05-01add Instance trait implementation for InstanceStructDirk Van Haerenborgh