Commit graph

28 commits

Author SHA1 Message Date
Sebastian Dröge 6e8cba28c1 Change all links/mentions from gst-plugin-rs to gst-plugins-rs 2018-11-26 16:25:27 +01:00
Sebastian Dröge 243f4420e1 Run everything through rustfmt 2018-11-08 00:02:26 +02:00
Sebastian Dröge 8e500ae2eb Change all references from GitHub to freedesktop.org GitLab 2018-11-08 00:00:39 +02:00
Sebastian Dröge 307238b858 Update versions of everything and use releases instead of GIT 2018-09-10 01:56:25 +03:00
Sebastian Dröge 5cac22d1c0 Switch gobject-subclass repository URI 2018-09-06 13:56:16 +03:00
Sebastian Dröge dcb3683232 Run everything through latest rustfmt 2018-07-27 13:35:58 +03:00
Sebastian Dröge 754373ba6c Update to byte-slice-cast 0.2 2018-06-01 12:02:32 +03:00
Sebastian Dröge 6803cb5fac Move gobject-subclass to its own repository 2018-05-01 17:55:27 +03:00
Sebastian Dröge 80793cd766 Move export/re-export cleanup 2018-05-01 17:43:52 +03:00
Sebastian Dröge 8bc3f12061 Run everything through rustfmt again 2018-05-01 17:16:12 +03:00
Sebastian Dröge c7103765db Run everything through rustfmt again 2018-04-05 11:36:10 +03:00
Sebastian Dröge 17270741e7 Update to num-traits 0.2 2018-02-21 13:36:37 +01:00
Sebastian Dröge d98c666bd9 Catch panics during plugin initialization and log them 2018-01-18 18:54:15 +02:00
Sebastian Dröge 714301d584 Don't require GStreamer 1.10
We're working just fine with 1.8 too
2018-01-15 09:34:53 +02:00
Sebastian Dröge 3181631bb7 audioecho: Minor cleanup and move code to the right place
And move rejection of max-delay changes when we're started from the
property getter to the setter where it should be. We can always *get*
the current value, just not set it.
2018-01-02 19:28:43 +02:00
Sebastian Dröge 22c5f93d3b Fix various clippy warnings 2017-12-20 21:36:50 +02:00
Sebastian Dröge 22ab56895d Remove Rs prefix from everything
We have proper namespaces in Rust
2017-11-20 13:23:30 +02:00
Sebastian Dröge 323bf3ea08 Update to latest gstreamer-rs master API changes 2017-11-11 13:02:55 +01:00
Sebastian Dröge 176e07bf0a Move properties code to a separate file 2017-10-19 11:06:19 +02:00
Sebastian Dröge 83388c8322 audioecho: Don't unnecessarily mark variable as mutable 2017-10-19 11:06:01 +02:00
Sebastian Dröge 443abffa73 Run everything through latest rustfmt-nightly 2017-10-17 12:21:53 +03:00
Sebastian Dröge 4b97d56949 Fix compilation after GstRc<T>::get_mut() API fixes in gstreamer-rs 2017-10-12 18:03:06 +03:00
Sebastian Dröge 393cd6236a Move simple Source/Sink/Demuxer traits to a separate crate
Fixes https://github.com/sdroege/gst-plugin-rs/issues/20
2017-10-11 13:32:44 +03:00
Sebastian Dröge 89b44e6081 Don't have to store the size of the slice twice 2017-10-07 13:14:18 +03:00
Sebastian Dröge 7cf784a9fc Some more RingBufferIterator cleanup 2017-10-07 11:38:35 +03:00
Sebastian Dröge 20f1666bc9 Run everything through rustfmt again 2017-10-07 05:01:04 +03:00
Sebastian Dröge 97ad0c0bc2 Simplify audioecho code a bit 2017-10-07 05:01:04 +03:00
Sebastian Dröge 80341fd90e Add audiofx plugin with audioecho element 2017-10-07 01:04:33 +03:00