.. |
auto
|
Regenerate with latest gir
|
2019-11-11 11:34:09 +01:00 |
subclass
|
Re-run cargo fmt
|
2019-10-04 08:19:24 +03:00 |
allocation_params.rs
|
Add GstMemory bindings
|
2019-05-24 10:32:57 +00:00 |
allocator.rs
|
buffer_pool: Add {get,set}_allocator bindings
|
2019-05-24 10:32:57 +00:00 |
bin.rs
|
Update manual code
|
2019-04-15 19:19:19 +03:00 |
buffer.rs
|
buffer: Allow setting/unsetting buffer flags
|
2019-07-16 11:51:23 +03:00 |
buffer_pool.rs
|
Use MaybeUninit::zeroed() everywhere possible instead of mem::zeroed()
|
2019-07-11 17:56:50 +03:00 |
buffer_serde.rs
|
Update feature flags of all dependencies to include the same version as for the crate itself
|
2019-08-13 16:46:08 +03:00 |
bufferlist.rs
|
Change various mini object references to references to the refcounted object
|
2019-05-24 10:04:16 +00:00 |
bufferlist_serde.rs
|
Fix various minor clippy warnings
|
2019-02-21 19:56:23 +02:00 |
bus.rs
|
Update to futures 0.3 and require Rust 1.39
|
2019-11-11 12:18:49 +01:00 |
bus_unix.rs
|
Use MaybeUninit::zeroed() everywhere possible instead of mem::zeroed()
|
2019-07-11 17:56:50 +03:00 |
bus_windows.rs
|
Fix Windows build
|
2019-09-13 09:55:32 +02:00 |
caps.rs
|
Move to_string() methods into the Display trait or rename to to_str(), move from_string() into the FromStr trait
|
2019-10-04 11:01:55 +03:00 |
caps_features.rs
|
Move to_string() methods into the Display trait or rename to to_str(), move from_string() into the FromStr trait
|
2019-10-04 11:01:55 +03:00 |
caps_features_serde.rs
|
Silence/fix various clippy warnings
|
2019-03-07 14:05:35 +02:00 |
caps_serde.rs
|
Fix serde for Values with optional Type s
|
2019-08-19 15:34:24 +02:00 |
child_proxy.rs
|
Explicitly add dyn keyword to trait objects
|
2019-06-06 09:09:34 +03:00 |
clock.rs
|
clock: Move wake_id() from ClockId to ClockImpl
|
2019-09-26 11:25:52 +03:00 |
clock_time.rs
|
Update manual code
|
2019-04-15 19:19:19 +03:00 |
clock_time_serde.rs
|
Fix various clippy warnings in the serde code
|
2018-10-11 11:58:01 +03:00 |
context.rs
|
Update manual code
|
2019-04-15 19:19:19 +03:00 |
date_time.rs
|
DateTime: manual impl for PartialOrd , PartialEq and Debug
|
2019-08-21 12:34:15 +02:00 |
date_time_serde.rs
|
Fix or ignore various clippy warnings
|
2019-09-07 19:39:19 +03:00 |
device_monitor.rs
|
Remove various Into<Option<_>> trait bounds from functions
|
2019-05-24 10:04:16 +00:00 |
device_provider.rs
|
gstreamer: allow to register using Rank enum directly
|
2019-06-04 12:50:43 +03:00 |
element.rs
|
element: Added num_pads, num_src_pads, num_sink_pads
|
2019-09-03 17:14:47 +03:00 |
enums.rs
|
Fix various clippy warnings
|
2019-07-11 22:02:01 +03:00 |
error.rs
|
Fully qualify inner macros for exported macros...
|
2019-09-02 09:06:29 +00:00 |
event.rs
|
Fix or ignore various clippy warnings
|
2019-09-07 19:39:19 +03:00 |
format.rs
|
Use TryFrom/TryInto traits where it makes sense instead of our previous ad-hoc solutions
|
2019-06-03 18:42:34 +03:00 |
format_serde.rs
|
gstreamer/format: Fix serde serialization unit test
|
2019-07-06 10:19:03 +03:00 |
functions.rs
|
Manual code fixes
|
2019-11-11 11:34:09 +01:00 |
ghost_pad.rs
|
Remove various Into<Option<_>> trait bounds from functions
|
2019-05-24 10:04:16 +00:00 |
gobject.rs
|
Update manual code
|
2019-04-15 19:19:19 +03:00 |
iterator.rs
|
iterator: Fix leak of the closure in Iterator::filter()
|
2019-11-13 12:18:21 +01:00 |
lib.rs
|
Update to futures 0.3 and require Rust 1.39
|
2019-11-11 12:18:49 +01:00 |
log.rs
|
gstreamer/log: Use non-panicking UTF8 conversion in log handler
|
2019-10-04 09:03:28 +00:00 |
memory.rs
|
Use MaybeUninit::zeroed() everywhere possible instead of mem::zeroed()
|
2019-07-11 17:56:50 +03:00 |
message.rs
|
Manual code fixes
|
2019-11-11 11:34:09 +01:00 |
meta.rs
|
meta: Add support for ReferenceTimestampMeta
|
2019-07-14 22:32:10 +03:00 |
miniobject.rs
|
gstreamer/miniobject: ToOwned::to_owned() on references has to create a copy
|
2019-05-24 10:04:16 +00:00 |
object.rs
|
Manual update for new Value::get signature
|
2019-08-13 10:57:32 +02:00 |
pad.rs
|
Switch everything from mem::uninitialized() to MaybeUninit or mem::zeroed()
|
2019-07-11 17:56:50 +03:00 |
pad_template.rs
|
Update manual code
|
2019-04-15 19:19:19 +03:00 |
param_spec.rs
|
Update manual code
|
2019-04-15 19:19:19 +03:00 |
parse_context.rs
|
Update manual code
|
2019-04-15 19:19:19 +03:00 |
pipeline.rs
|
pipeline: Add to lib.rs
|
2019-05-12 16:41:18 +03:00 |
plugin.rs
|
Add API for setting/getting object flags
|
2019-05-11 13:13:33 +03:00 |
plugin_feature.rs
|
gstreamer: plugin_feature: use Rank enum
|
2019-06-04 12:56:18 +03:00 |
promise.rs
|
promise: Add unit test for change func handling
|
2019-11-13 12:13:14 +01:00 |
proxy_pad.rs
|
gstreamer/proxypad: Move default functions to extension trait
|
2019-05-24 10:04:16 +00:00 |
query.rs
|
Switch everything from mem::uninitialized() to MaybeUninit or mem::zeroed()
|
2019-07-11 17:56:50 +03:00 |
sample.rs
|
gstreamer: Change Sample constructor to the builder pattern
|
2019-10-23 09:55:56 +03:00 |
sample_serde.rs
|
Manual code fixes
|
2019-11-11 11:34:09 +01:00 |
segment.rs
|
Use MaybeUninit::zeroed() everywhere possible instead of mem::zeroed()
|
2019-07-11 17:56:50 +03:00 |
segment_serde.rs
|
Run everything through latest rustfmt
|
2018-10-08 15:02:23 +03:00 |
static_caps.rs
|
Update manual code
|
2019-04-15 19:19:19 +03:00 |
static_pad_template.rs
|
Update manual code
|
2019-04-15 19:19:19 +03:00 |
stream.rs
|
Remove various Into<Option<_>> trait bounds from functions
|
2019-05-24 10:04:16 +00:00 |
stream_collection.rs
|
Remove various Into<Option<_>> trait bounds from functions
|
2019-05-24 10:04:16 +00:00 |
structure.rs
|
Move to_string() methods into the Display trait or rename to to_str(), move from_string() into the FromStr trait
|
2019-10-04 11:01:55 +03:00 |
structure_serde.rs
|
Implement ser / de for Date Values, Structure fields and Tags
|
2019-08-19 15:51:42 +02:00 |
tag_setter.rs
|
Update manual code
|
2019-04-15 19:19:19 +03:00 |
tags.rs
|
Move to_string() methods into the Display trait or rename to to_str(), move from_string() into the FromStr trait
|
2019-10-04 11:01:55 +03:00 |
tags_serde.rs
|
gstreamer: Change Sample constructor to the builder pattern
|
2019-10-23 09:55:56 +03:00 |
toc.rs
|
Switch everything from mem::uninitialized() to MaybeUninit or mem::zeroed()
|
2019-07-11 17:56:50 +03:00 |
toc_serde.rs
|
gstreamer: Fix test for toc serialization
|
2019-04-24 19:04:40 +03:00 |
typefind.rs
|
gstreamer: typefind: add binding for gst_type_find_get_length()
|
2019-11-14 09:33:29 +00:00 |
utils.rs
|
Update manual code
|
2019-04-15 19:19:19 +03:00 |
value.rs
|
Explicitly add dyn keyword to trait objects
|
2019-06-06 09:09:34 +03:00 |
value_serde.rs
|
Regenerate with latest gir
|
2019-11-11 11:34:09 +01:00 |