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
2017-12-16Fix compilation after gstreamer-rs API changesSebastian Dröge
2017-12-10Update for simplified force-keyunit event APISebastian Dröge
2017-12-10Send force-keyunit events laterSebastian Dröge
2017-12-10Request a keyframe whenever we're going to wait for a keyframeSebastian Dröge
2017-12-10Improve togglerecord example UI a bitSebastian Dröge
2017-12-09Fixes/simplifications for GStreamer API changesSebastian Dröge
2017-12-06Add read-only "recording" property to togglerecordSebastian Dröge
2017-12-06Fix build after gstreamer-rs API changesSebastian Dröge
2017-12-05The either crate is only a dependency for the togglerecord testSebastian Dröge
2017-12-05Add gst-plugin-togglerecordSebastian 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-04Update to lazy_static 1.0Sebastian Dröge
2017-12-04Element::request_new_pad() is (transfer none) in the return valueSebastian Dröge
2017-11-27Take ownership of any floating references in Bin::add/remove_element()Sebastian Dröge
2017-11-27Add support for creating Pipeline subclassesSebastian Dröge
2017-11-27Add support for creating Bin subclassesSebastian Dröge
2017-11-20Remove Rs prefix from everythingSebastian Dröge
2017-11-20Require a get_type() function for boxed/object propertiesSebastian Dröge
2017-11-11Update to latest gstreamer-rs master API changesSebastian Dröge
2017-11-07Fix up Adapter's WouldBlock error messageSebastian Dröge
2017-11-06adapter: Implement the `Read` traitThibault Saunier
2017-10-30Fix typo in crate/repo nameSebastian Dröge
2017-10-25Update to reqwest 0.8Sebastian Dröge
2017-10-21Fixes for gstreamer-rs API changesSebastian Dröge
2017-10-19Move properties code to a separate fileSebastian Dröge
2017-10-19audioecho: Don't unnecessarily mark variable as mutableSebastian 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
2017-10-07Don't have to store the size of the slice twiceSebastian Dröge
2017-10-07Improve release configuration a bitSebastian Dröge
2017-10-07Some more RingBufferIterator cleanupSebastian Dröge
2017-10-07Run everything through rustfmt againSebastian Dröge
2017-10-07Simplify audioecho code a bitSebastian Dröge
2017-10-07Add audiofx plugin with audioecho elementSebastian Dröge
2017-10-05Add BaseTransform supportSebastian Dröge
2017-10-05Fix BaseSink::event() signatureSebastian Dröge
2017-10-01Fix build with latest gstreamer-rsSebastian 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-26Add lots of missing virtual methods to BaseSinkSebastian Dröge
2017-09-26Get rid of various clippy warningsSebastian 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