gstreamer-rs/gstreamer/src
Sebastian Dröge 5af54b8d94 Use the slice::windows() iterator instead of zipping twice for Element::link_many() and unlink_many()
Has the same effect but is easier to read and more efficient.
2019-04-10 16:30:26 +03:00
..
auto TagList: add TagScope {get, set} 2019-03-20 13:58:28 +00:00
subclass Silence/fix various clippy warnings 2019-03-07 14:05:35 +02:00
bin.rs Fix various minor clippy warnings 2019-02-21 19:56:23 +02:00
buffer.rs Add more Debug impls to everything possible 2019-01-22 17:46:08 +02:00
buffer_pool.rs Update functions returning bool to use Result<(), glib::BoolError> 2019-01-17 23:13:44 +01:00
buffer_serde.rs Buffer::from_slice() / from_mut_slice() can't possibly return None 2018-12-26 12:13:23 +01:00
bufferlist.rs Add more Debug impls to everything possible 2019-01-22 17:46:08 +02:00
bufferlist_serde.rs Fix various minor clippy warnings 2019-02-21 19:56:23 +02:00
bus.rs Update to Rust 1.31 linter-specific attributes 2019-03-04 15:16:01 +02:00
bus_unix.rs Add 'static trait bound to all ExtManual traits and get rid of trait bounds for their impls 2018-12-08 14:58:14 +02:00
bus_windows.rs Add 'static trait bound to all ExtManual traits and get rid of trait bounds for their impls 2018-12-08 14:58:14 +02:00
caps.rs Add more Debug impls to everything possible 2019-01-22 17:46:08 +02:00
caps_features.rs Add more Debug impls to everything possible 2019-01-22 17:46:08 +02:00
caps_features_serde.rs Silence/fix various clippy warnings 2019-03-07 14:05:35 +02:00
caps_serde.rs Silence/fix various clippy warnings 2019-03-07 14:05:35 +02:00
child_proxy.rs Update manual code for glib API changes 2019-01-16 13:52:56 +02:00
clock.rs Update to Rust 1.31 linter-specific attributes 2019-03-04 15:16:01 +02:00
clock_time.rs Update to Rust 1.31 linter-specific attributes 2019-03-04 15:16:01 +02:00
clock_time_serde.rs Fix various clippy warnings in the serde code 2018-10-11 11:58:01 +03:00
context.rs Remove various unused use statements 2018-12-08 14:58:14 +02:00
date_time.rs Regenerate and fix manual bindings for GString support 2019-01-03 22:01:41 +00:00
date_time_serde.rs Silence/fix various clippy warnings 2019-03-07 14:05:35 +02:00
device_monitor.rs Use dedicated type DeviceMonitorFilterId 2019-01-19 14:52:15 +01:00
device_provider.rs Update manual code for glib API changes 2019-01-16 13:52:56 +02:00
element.rs Use the slice::windows() iterator instead of zipping twice for Element::link_many() and unlink_many() 2019-04-10 16:30:26 +03:00
enums.rs Replace XXXReturn with Result<XXXSuccess, XXXError> 2019-01-11 18:33:04 +01:00
error.rs Silence/fix various clippy warnings 2019-03-07 14:05:35 +02:00
event.rs Update to Rust 1.31 linter-specific attributes 2019-03-04 15:16:01 +02:00
format.rs format: serde: avoid redundant () for some types 2018-07-30 23:18:30 +03:00
format_serde.rs Fix various clippy warnings in the serde code 2018-10-11 11:58:01 +03:00
functions.rs Run everything through rustfmt again 2018-04-01 11:57:58 +03:00
ghost_pad.rs Update functions returning bool to use Result<(), glib::BoolError> 2019-01-17 23:13:44 +01:00
gobject.rs Update manual code for glib API changes 2019-01-16 13:52:56 +02:00
iterator.rs Silence/fix various clippy warnings 2019-03-07 14:05:35 +02:00
lib.rs Update to Rust 1.31 linter-specific attributes 2019-03-04 15:16:01 +02:00
log.rs Silence/fix various clippy warnings 2019-03-07 14:05:35 +02:00
message.rs Update to Rust 1.31 linter-specific attributes 2019-03-04 15:16:01 +02:00
meta.rs Replace various transmutes in meta code with pointer casts 2018-10-11 11:58:01 +03:00
miniobject.rs Update to Rust 1.31 linter-specific attributes 2019-03-04 15:16:01 +02:00
object.rs Update manual code for glib API changes 2019-01-16 13:52:56 +02:00
pad.rs Update to Rust 1.31 linter-specific attributes 2019-03-04 15:16:01 +02:00
pad_template.rs Pad::new_from_static_pad_template_with_gtype() can return None 2019-01-29 16:28:51 +02:00
param_spec.rs Use an extension trait instead of a custom type for the GStreamer param specs 2018-12-11 12:37:15 +02:00
parse_context.rs Add more Debug impls to everything possible 2019-01-22 17:46:08 +02:00
plugin.rs Re-run everything through rustfmt 2018-04-25 11:13:14 +03:00
promise.rs Get rid of double-boxing for some other closures 2019-01-30 13:02:41 +00:00
proxy_pad.rs Update manual code for glib API changes 2019-01-16 13:52:56 +02:00
query.rs Run everything through latest rustfmt 2018-10-08 15:02:23 +03:00
sample.rs Remove various unused use statements 2018-12-08 14:58:14 +02:00
sample_serde.rs Buffer::from_slice() / from_mut_slice() can't possibly return None 2018-12-26 12:13:23 +01:00
segment.rs Update to Rust 1.31 linter-specific attributes 2019-03-04 15:16:01 +02:00
segment_serde.rs Run everything through latest rustfmt 2018-10-08 15:02:23 +03:00
static_caps.rs Add more Debug impls to everything possible 2019-01-22 17:46:08 +02:00
static_pad_template.rs Add more Debug impls to everything possible 2019-01-22 17:46:08 +02:00
stream.rs Run everything through latest rustfmt 2018-07-27 13:36:40 +03:00
stream_collection.rs Add more Debug impls to everything possible 2019-01-22 17:46:08 +02:00
structure.rs Make sure to initialize GStreamer in all Structure tests 2019-01-27 03:02:11 +02:00
structure_serde.rs Make Value serialize/deserialize Buffers 2018-12-25 01:40:17 +01:00
tag_setter.rs Update manual code for glib API changes 2019-01-16 13:52:56 +02:00
tags.rs TagList: add TagScope {get, set} 2019-03-20 13:58:28 +00:00
tags_serde.rs TagList: handle scope in serde 2019-03-20 13:58:28 +00:00
toc.rs Remove various unused use statements 2018-12-08 14:58:14 +02:00
toc_serde.rs TagList: handle scope in serde 2019-03-20 13:58:28 +00:00
typefind.rs Fix various minor clippy warnings 2019-02-21 19:56:23 +02:00
utils.rs Update to Rust 1.31 linter-specific attributes 2019-03-04 15:16:01 +02:00
value.rs Update to Rust 1.31 linter-specific attributes 2019-03-04 15:16:01 +02:00
value_serde.rs Make Value serialize/deserialize Buffers 2018-12-25 01:40:17 +01:00