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-01Split out base object traitsDirk Van Haerenborgh
2018-04-05Fix ElementImplExt::catch_panic_pad_function() to actually workSebastian Dröge
2018-04-05Run everything through rustfmt againSebastian Dröge
2018-04-05Move catch_panic_pad_function() into a generic place for all element subclassesSebastian Dröge
2018-04-01Run everything through rustfmt againSebastian Dröge
2018-04-01Use ptr::NonNull in various placesSebastian 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-17Remove callback guardsSebastian Dröge
2017-12-20Run everything through rustfmt againSebastian 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
2017-12-04Add helper function that allows to catch panics and poison the elementSebastian Dröge
2017-12-04Element::request_new_pad() is (transfer none) in the return valueSebastian Dröge
2017-11-20Remove Rs prefix from everythingSebastian Dröge
2017-09-26Use our own reimplementation of mopa for our use casesSebastian Dröge
2017-09-26Add more virtual methods to ElementImplSebastian Dröge
2017-09-26Make overriding of vfuncs saferSebastian Dröge
2017-09-26Make calls into the parent class struct safer and use more useful object wrap...Sebastian Dröge
2017-09-26Make ObjectImpl and subtraits generic over T: ObjectTypeSebastian Dröge
2017-09-25Remove redundant ObjectType::RsType associated typeSebastian Dröge
2017-09-25Remove some more boilerplateSebastian Dröge
2017-09-25Remove some boilerplateSebastian Dröge
2017-09-25Rename ObjectClassStruct to ObjectClassSebastian Dröge
2017-09-24Rename panic_to_error2() to panic_to_error()Sebastian Dröge
2017-09-24Hack around floating referencesSebastian Dröge
2017-09-24Port Source over to the new infrastructureSebastian Dröge
2017-09-23Add some more boilerplate for impl trait inheritanceSebastian Dröge
2017-09-23Complete basesrc subclassing infrastructureSebastian Dröge
2017-09-23Add infrastructure for installing various kinds of propertiesSebastian Dröge
2017-09-22Implement generic object subclass creation in a more... generic... waySebastian Dröge
2017-09-19Implement a generic Element implementation infrastructureSebastian Dröge