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-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-01-15Add BaseTransform::transform_ip_passthrough()Sebastian 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-02Caps in BaseTransform::transform_caps() are not ownedSebastian 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-10-17Run everything through latest rustfmt-nightlySebastian Dröge
2017-10-12Fix compilation after GstRc<T>::get_mut() API fixes in gstreamer-rsSebastian Dröge
2017-10-05Add BaseTransform supportSebastian Dröge