gstreamer-rs/gstreamer/src
Sebastian Dröge 342d5ab935 Add signal connectors for property notifications
Have to hide some properties again at a later time, which have actual
getter/setter functions already. We only need the notification signals
for those.

Depends on the GIR patch in https://github.com/gtk-rs/gir/pull/441
2017-08-18 17:43:55 +03:00
..
auto Add signal connectors for property notifications 2017-08-18 17:43:55 +03:00
bin.rs Fix various clippy warnings 2017-08-02 19:40:31 +03:00
buffer.rs Make Buffer map bindings more simple and consistent 2017-08-11 15:20:43 +03:00
bufferlist.rs Make miniobject ToOwned impls actually safe 2017-08-04 18:51:27 +03:00
bus.rs Move futures based BusStream from examples to the bindings 2017-08-17 13:07:59 +03:00
caps.rs Implement StaticType on the actual MiniObjects, not the GstRc wrapper 2017-08-18 16:21:49 +03: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 Add ClockId and related waiting API, and SystemClock 2017-08-14 01:41:37 +03:00
context.rs Make miniobject ToOwned impls actually safe 2017-08-04 18:51:27 +03:00
device_provider.rs Add Element::get_metadata(), get_pad_template(), get_pad_template_list() and DeviceProvider::get_metadata() 2017-08-17 12:49:58 +03:00
element.rs Add Element::get_metadata(), get_pad_template(), get_pad_template_list() and DeviceProvider::get_metadata() 2017-08-17 12:49:58 +03:00
event.rs Implement StaticType on the actual MiniObjects, not the GstRc wrapper 2017-08-18 16:21:49 +03: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 Run everything through latest rustfmt-nightly 2017-07-31 12:16:42 +01:00
lib.rs Add prelude modules to all cratest that only re-export the traits 2017-08-17 18:02:25 +03:00
message.rs Implement StaticType on the actual MiniObjects, not the GstRc wrapper 2017-08-18 16:21:49 +03:00
miniobject.rs Implement SetValueOptional for GstRc<T> 2017-08-18 15:38:51 +03:00
pad.rs Add push_list/chain_list functions to Pad 2017-08-14 22:24:54 +03:00
parse_context.rs Add ParseContext bindings and corresponding functions 2017-08-17 16:17:02 +03:00
proxy_pad.rs Add push_list/chain_list functions to Pad 2017-08-14 22:24:54 +03:00
query.rs Implement StaticType on the actual MiniObjects, not the GstRc wrapper 2017-08-18 16:21:49 +03:00
sample.rs Make miniobject ToOwned impls actually safe 2017-08-04 18:51:27 +03:00
segment.rs Add getters/setters for all the segment fields 2017-08-10 01:25:19 +03:00
structure.rs Implement SetValueOptional for Structure 2017-08-18 16:28:08 +03:00
tag_setter.rs Run everything through latest rustfmt-nightly 2017-07-31 12:16:42 +01:00
tags.rs Don't export tag name strings directly 2017-08-17 12:49:58 +03:00
toc.rs Implement StaticType on the actual MiniObjects, not the GstRc wrapper 2017-08-18 16:21:49 +03:00
value.rs Add bindings for Bitmask values 2017-08-09 20:08:02 +03:00