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
2019-01-04Remove gst-plugin and gst-plugin-simple cratesSebastian Dröge
2018-11-03Run everything through rustfmt againSebastian Dröge
2018-11-03Change all references from GitHub to freedesktop.org GitLabSebastian Dröge
2018-10-29Use FlowError instead of FlowReturn as error part of ResultArun Raghavan
2018-10-11Run everything through latest rustfmtSebastian Dröge
2018-07-30Use from_glib_borrow() for more vfunc parametersSebastian Dröge
2018-06-24Get rid of callback_guard! as unwinding through FFI is defined behaviour now ...Sebastian Dröge
2018-05-04Update for gobject-subclass API changesSebastian Dröge
2018-05-01Move export/re-export cleanupSebastian Dröge
2018-05-01Run everything through rustfmt againSebastian Dröge
2018-05-01Split out base object traitsDirk Van Haerenborgh
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
2018-02-12Fix BaseSrc::unlock_stop() calling unlock(), and BaseSinkSebastian Dröge
2017-12-20Fix various clippy warningsSebastian Dröge
2017-12-20Run everything through rustfmt againSebastian 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-26Fix some unused parameter warningsSebastian Dröge
2017-09-26Add lots more virtual method for basesrcSebastian Dröge
2017-09-26Add more virtual methods to ElementImplSebastian Dröge
2017-09-26Remove obsolete FIXME commentSebastian 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