.. |
auto
|
Element::link_pads_full() should return a Result instead of a bool
|
2017-12-20 18:07:55 +02:00 |
bin.rs
|
Add tests for Bin::get_children() and Element::get_*pads()
|
2017-10-26 13:29:37 +02:00 |
buffer.rs
|
Add constants for COPY_ALL and COPY_METADATA buffer copy flags
|
2017-12-16 17:40:47 +02:00 |
bufferlist.rs
|
Run everything to rustfmt again
|
2017-12-01 19:02:53 +02:00 |
bus.rs
|
Bus::add_signal_watch_full() should take a Priority, not u32 for the priority
|
2017-12-18 09:39:14 +02:00 |
caps.rs
|
Use from_glib_none/full directly on potential NULL pointers if Option<_> is returned
|
2017-12-16 15:07:26 +02:00 |
child_proxy.rs
|
Let ChildProxy::set_child_property() take a &ToValue instead of an actual Value
|
2017-12-16 15:24:18 +02:00 |
clock.rs
|
Remove clock parameter from Clock::(un)adjust_with_calibration()
|
2017-12-18 09:39:37 +02:00 |
clock_time.rs
|
Fix precision handling in ClockTime Display impl
|
2017-12-10 12:31:41 +02:00 |
context.rs
|
Implement fmt::Debug more consistently for miniobjects and various other types
|
2017-12-01 11:34:01 +02:00 |
date_time.rs
|
Use unwrap_or_else() for the default value in the DateTime Display impl
|
2017-12-05 23:20:10 +02:00 |
device_provider.rs
|
Run everything through latest rustfmt-nightly
|
2017-10-17 12:06:51 +03:00 |
element.rs
|
Rename FormattedValue::from_glib/to_glib to from_raw/to_raw_value
|
2017-12-10 12:10:25 +02:00 |
enums.rs
|
Add support for TypeFind and implement Ord on Rank and TypeFindProbability
|
2017-12-19 19:14:12 +02:00 |
event.rs
|
Various fixes for nullability in the event bindings
|
2017-12-16 17:30:50 +02:00 |
format.rs
|
Rename FormattedValue::from_glib/to_glib to from_raw/to_raw_value
|
2017-12-10 12:10:25 +02:00 |
functions.rs
|
Add newtype wrappers and INVALID constants for event/message GroupId and Seqnum
|
2017-12-05 21:33:04 +02:00 |
ghost_pad.rs
|
Use the correct pad type for the proxy/ghost pad default pad functions
|
2017-12-17 11:24:03 +02:00 |
gobject.rs
|
Fix indentation in a few places and remove unused imports
|
2017-07-24 11:52:28 +03:00 |
iterator.rs
|
Implement Display and Error for IteratorError
|
2017-12-16 17:48:38 +02:00 |
lib.rs
|
Add support for TypeFind and implement Ord on Rank and TypeFindProbability
|
2017-12-19 19:14:12 +02:00 |
log.rs
|
Description of debug categories is optional
|
2017-12-16 17:56:23 +02:00 |
message.rs
|
Use &ToSendValue for the stream-status stream_object in the builder
|
2017-12-16 18:39:50 +02:00 |
miniobject.rs
|
Run everything through latest rustfmt-nightly
|
2017-10-17 12:06:51 +03:00 |
object.rs
|
Use downcast_unchecked() for sender in deep-notify signal handler
|
2017-12-09 18:08:57 +02:00 |
pad.rs
|
Rename FormattedValue::from_glib/to_glib to from_raw/to_raw_value
|
2017-12-10 12:10:25 +02:00 |
parse_context.rs
|
Run everything through latest rustfmt-nightly
|
2017-09-10 15:21:26 +03:00 |
plugin.rs
|
Various nullability fixes to plugin bindings, and add add_dependency() API
|
2017-12-17 14:26:17 +02:00 |
proxy_pad.rs
|
Use the correct pad type for the proxy/ghost pad default pad functions
|
2017-12-17 11:24:03 +02:00 |
query.rs
|
Filter in caps queries can be None, and there could be no resulting caps
|
2017-12-17 11:32:01 +02:00 |
sample.rs
|
Change FormatValue related API to be more convenient to use
|
2017-12-09 19:45:18 +02:00 |
segment.rs
|
Mark Segment as #[repr(C)]
|
2017-12-16 17:30:37 +02: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
|
Structure intersection can return None
|
2017-12-17 11:52:52 +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
|
Use ClockTime for the Duration tag
|
2017-12-05 22:54:03 +02:00 |
toc.rs
|
Use from_glib_none/full directly on potential NULL pointers if Option<_> is returned
|
2017-12-16 15:07:26 +02:00 |
typefind.rs
|
Add support for TypeFind and implement Ord on Rank and TypeFindProbability
|
2017-12-19 19:14:12 +02:00 |
utils.rs
|
Add private utils module with a MutexGuard around GMutex
|
2017-10-25 12:58:16 +02:00 |
value.rs
|
Require SendValue for value::Array and value::List
|
2017-12-17 14:06:22 +02:00 |