gstreamer-rs/gstreamer/src
Sebastian Dröge 6f09e5c791 Regenerate with latest GIR to fix various issues with property getters
Get rid of unneeded transmutes and actually initialize flags/enum
GValues with the correct type instead of using integers.
2017-11-27 19:19:00 +02:00
..
auto Regenerate with latest GIR to fix various issues with property getters 2017-11-27 19:19:00 +02:00
bin.rs Add tests for Bin::get_children() and Element::get_*pads() 2017-10-26 13:29:37 +02:00
buffer.rs Implement ClockTime as ClockTime(Option<u64>) 2017-11-11 11:57:29 +01:00
bufferlist.rs Run everything through latest rustfmt-nightly 2017-10-17 12:06:51 +03:00
bus.rs Use Arc::clone(&val) instead of val.clone() to make it more explicit that only the Arc cloned here 2017-11-27 14:35:24 +02:00
caps.rs Use SendValue instead of Value for all our GValue usage 2017-11-15 20:32:52 +02:00
child_proxy.rs Rename ChildProxy::set/get_property() to set/get_child_property() to prevent conflict with glib::ObjectExt 2017-07-31 17:14:00 +01:00
clock.rs Implement ClockTime as ClockTime(Option<u64>) 2017-11-11 11:57:29 +01:00
clock_time.rs Add API for converting ClockTime to/from mseconds, useconds, nseconds 2017-11-11 12:44:58 +01:00
context.rs Run everything through latest rustfmt-nightly 2017-10-17 12:06:51 +03:00
device_provider.rs Run everything through latest rustfmt-nightly 2017-10-17 12:06:51 +03:00
element.rs Derive more useful traits for various enums 2017-11-27 14:35:24 +02:00
enums.rs Run latest commit through rustfmt 2017-11-10 18:24:44 +01:00
event.rs Remove some unneeded lifetime annotations 2017-11-27 14:35:24 +02:00
format.rs Implement ClockTime as ClockTime(Option<u64>) 2017-11-11 11:57:29 +01:00
functions.rs Add ParseContext bindings and corresponding functions 2017-08-17 16:17:02 +03:00
ghost_pad.rs Run everything through latest rustfmt-nightly 2017-07-31 12:16:42 +01:00
gobject.rs Fix indentation in a few places and remove unused imports 2017-07-24 11:52:28 +03:00
iterator.rs Use Arc::clone(&val) instead of val.clone() to make it more explicit that only the Arc cloned here 2017-11-27 14:35:24 +02:00
lib.rs Export FlowError/Success, ClockError/Success, PadLinkError/Success too 2017-11-26 20:40:20 +02:00
log.rs Require passing an object reference directly to the GStreamer logging macros 2017-09-11 14:18:32 +03:00
message.rs Remove some unneeded lifetime annotations 2017-11-27 14:35:24 +02:00
miniobject.rs Run everything through latest rustfmt-nightly 2017-10-17 12:06:51 +03:00
object.rs Run everything through rustfmt once again 2017-11-11 13:31:01 +01:00
pad.rs Allow anything that implements Into<Option<&str>> to be used for creating new pads 2017-11-21 16:16:56 +02:00
parse_context.rs Run everything through latest rustfmt-nightly 2017-09-10 15:21:26 +03:00
proxy_pad.rs Run everything through latest rustfmt-nightly 2017-10-17 12:06:51 +03:00
query.rs Clean up Query API a bit 2017-11-11 12:27:30 +01:00
sample.rs Run everything through latest rustfmt-nightly 2017-10-17 12:06:51 +03:00
segment.rs Run everything through latest rustfmt-nightly 2017-10-17 12:06:51 +03:00
static_caps.rs Run everything through latest rustfmt-nightly 2017-10-17 12:06:51 +03:00
static_pad_template.rs Run everything through latest rustfmt-nightly 2017-10-17 12:06:51 +03:00
structure.rs Don't require Send for Structure::get() 2017-11-16 13:39:01 +02:00
tag_setter.rs Use SendValue instead of Value for all our GValue usage 2017-11-15 20:32:52 +02:00
tags.rs Add TagListRef::merge() and ::insert() 2017-11-27 14:35:24 +02:00
toc.rs Toc::merge() doesn't take ownership of the taglist 2017-11-27 14:35:24 +02:00
utils.rs Add private utils module with a MutexGuard around GMutex 2017-10-25 12:58:16 +02:00
value.rs Derive more useful traits for various enums 2017-11-27 14:35:24 +02:00