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-26Change all links/mentions from gst-plugin-rs to gst-plugins-rsSebastian Dröge
2018-11-04use BoolError for plugin registrationThijs Vermeir
2018-11-03Change all references from GitHub to freedesktop.org GitLabSebastian Dröge
2018-10-11Run everything through latest rustfmtSebastian Dröge
2018-10-11Fix various clippy warningsSebastian Dröge
2018-09-10Update versions to 0.4.0Sebastian Dröge
2018-09-06Switch gobject-subclass repository URISebastian Dröge
2018-07-27Run everything through latest rustfmtSebastian Dröge
2018-07-12Make use of downcast_ref() to prevent some clonesSebastian Dröge
2018-05-13Move plugin-simpler::error code back to gst-pluginThibault Saunier
2018-05-01Move gobject-subclass to its own repositorySebastian Dröge
2018-05-01Move export/re-export cleanupSebastian Dröge
2018-05-01Run everything through rustfmt againSebastian Dröge
2018-04-05Run everything through rustfmt againSebastian Dröge
2018-02-16Fix build with improved Query APISebastian Dröge
2018-01-15Don't require GStreamer 1.10Sebastian Dröge
2017-12-22Use gst_element_error!() instead of Element::post_error_message(&gst_error_ms...Sebastian 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-16Run everything through rustfmt againSebastian Dröge
2017-12-09Fixes/simplifications for GStreamer API changesSebastian Dröge
2017-12-06Fix build after gstreamer-rs API changesSebastian Dröge
2017-11-20Remove Rs prefix from everythingSebastian Dröge
2017-11-11Update to latest gstreamer-rs master API changesSebastian Dröge
2017-10-19Move properties code to a separate fileSebastian 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-11Move simple Source/Sink/Demuxer traits to a separate crateSebastian Dröge