gstreamer-rs/gstreamer/src
Sebastian Dröge 0b3bfa7ea2 gstreamer/promise: Convert None promise replies to an empty structure in the change_func
webrtcbin likes to put a NULL structure into the reply under some
circumstances when the promise successfully resolved.

See https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/issues/1300
for details.
2020-05-27 12:24:11 +03:00
..
auto Regenerate 2020-05-05 17:29:14 +00:00
subclass gstreamer/plugin: Register plugins with the correct minor version when building for 1.18 2020-05-08 14:32:50 +03:00
allocation_params.rs gstreamer*: Add missing init checks 2020-04-12 17:25:54 +03:00
allocator.rs Use Results instead of Options where they signal an error instead of just a missing value 2019-12-17 22:21:28 +02:00
bin.rs gstreamer/bin: Implement iterate_all_by_element_factory_name manually 2020-05-03 16:48:35 +03:00
buffer.rs gstreamer: ignore cognitive_complexity warnings 2020-04-21 10:17:46 +02:00
buffer_cursor.rs gstreamer: ignore cognitive_complexity warnings 2020-04-21 10:17:46 +02:00
buffer_pool.rs gstreamer*: Add missing init checks 2020-04-12 17:25:54 +03:00
buffer_serde.rs gstreamer*: Add missing init checks 2020-04-12 17:25:54 +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 gstreamer*: Add missing init checks 2020-04-12 17:25:54 +03:00
bus.rs gstreamer/gstreamer-app: Don't store strong references in futures Stream/Sink adapters 2020-05-13 22:13:11 +03:00
bus_unix.rs Regenerate 2020-05-03 16:48:35 +03:00
bus_windows.rs Regenerate 2020-05-03 16:48:35 +03:00
caps.rs gstreamer: caps: add new_from_iter(_with_features)() 2020-04-20 17:12:24 +02:00
caps_features.rs gstreamer*: Add missing init checks 2020-04-12 17:25:54 +03:00
caps_features_serde.rs gstreamer*: Add missing init checks 2020-04-12 17:25:54 +03:00
caps_serde.rs gstreamer*: Add missing init checks 2020-04-12 17:25:54 +03:00
child_proxy.rs Explicitly add dyn keyword to trait objects 2019-06-06 09:09:34 +03:00
clock.rs gstreamer*: Add missing init checks 2020-04-12 17:25:54 +03:00
clock_time.rs gstreamer*: Add missing init checks 2020-04-12 17:25:54 +03:00
clock_time_serde.rs gstreamer*: Add missing init checks 2020-04-12 17:25:54 +03:00
context.rs Update manual code 2019-04-15 19:19:19 +03:00
date_time.rs Regenerate 2020-05-03 16:48:35 +03:00
date_time_serde.rs gstreamer/datetime_serde: Use glib::BoolError instead of a &'static str as TryFrom error type 2020-05-26 19:26:35 +03:00
device_monitor.rs Use NonZeroU64/U32 for PadProbeId, NotifyId and DeviceMonitorFilterId 2020-01-05 11:09:46 +02:00
device_provider.rs gstreamer: allow to register using Rank enum directly 2019-06-04 12:50:43 +03:00
element.rs gstreamer: Add Element::get_current_clock_time() and ::get_current_running_time() 2020-04-11 21:12:03 +03:00
enums.rs gstreamer: Add some API to calculate the next state convert state changes into their component states and back 2020-04-18 09:23:08 +03:00
error.rs gstreamer: Add missing init calls in tests 2020-04-12 17:25:54 +03:00
event.rs gstreamer/event: Add setter/getter for the gst::Stream in the stream-start event 2020-05-17 13:38:45 +03:00
format.rs Use thiserror more widely for deriving Error/Display impls of error types 2020-05-26 19:26:35 +03:00
format_serde.rs gstreamer*: Add missing init checks 2020-04-12 17:25:54 +03:00
functions.rs gstreamer*: Add missing init checks 2020-04-12 17:25:54 +03:00
ghost_pad.rs Use Results instead of Options where they signal an error instead of just a missing value 2019-12-17 22:21:28 +02:00
gobject.rs Update manual code 2019-04-15 19:19:19 +03:00
iterator.rs Replace unneeded transmute calls with a safer alternative 2020-04-12 19:47:49 +03:00
lib.rs gstreamer/proxypad: Convert default pad functions to plain functions on ProxyPad instead of a trait 2020-04-23 15:37:18 +03:00
log.rs gstreamer*: Add missing init checks 2020-04-12 17:25:54 +03:00
memory.rs gstreamer*: Add missing init checks 2020-04-12 17:25:54 +03:00
message.rs Run everything through rustfmt again 2020-04-24 12:46:16 +03:00
meta.rs gstreamer*: Add missing init checks 2020-04-12 17:25:54 +03:00
miniobject.rs gstreamer*: Add missing init checks 2020-04-12 17:25:54 +03:00
object.rs Update for new from_glib_borrow signature 2020-04-05 18:48:48 +03:00
pad.rs fix option_as_ref_deref clippy warnings 2020-04-21 09:00:35 +02:00
pad_template.rs Use Results instead of Options where they signal an error instead of just a missing value 2019-12-17 22:21:28 +02:00
param_spec.rs gstreamer*: Add missing init checks 2020-04-12 17:25:54 +03:00
parse_context.rs Implement Sync/Send for more types and don't implement Send for TypeFind 2019-12-18 18:37:44 +02:00
pipeline.rs pipeline: Add to lib.rs 2019-05-12 16:41:18 +03:00
plugin.rs gstreamer: Add bindings for Plugin::get_plugin_name() 2020-04-11 19:33:34 +03:00
plugin_feature.rs gstreamer: plugin_feature: use Rank enum 2019-06-04 12:56:18 +03:00
promise.rs gstreamer/promise: Convert None promise replies to an empty structure in the change_func 2020-05-27 12:24:11 +03:00
proxy_pad.rs gstreamer/proxypad: Convert default pad functions to plain functions on ProxyPad instead of a trait 2020-04-23 15:37:18 +03:00
query.rs gstreamer*: Add missing init checks 2020-04-12 17:25:54 +03:00
sample.rs gstreamer/sample: Silence clippy warning 2019-11-14 12:11:10 +00:00
sample_serde.rs gstreamer*: Add missing init checks 2020-04-12 17:25:54 +03:00
segment.rs Update for new from_glib_borrow signature 2020-04-05 18:48:48 +03:00
segment_serde.rs gstreamer*: Add missing init checks 2020-04-12 17:25:54 +03:00
static_caps.rs Update for new from_glib_borrow signature 2020-04-05 18:48:48 +03:00
static_pad_template.rs Update for new from_glib_borrow signature 2020-04-05 18:48:48 +03:00
stream.rs gstreamer: Add Stream::debug() and StreamCollection::debug() 2020-04-14 17:31:54 +00:00
stream_collection.rs gstreamer: stream_collection: ignore new_ret_no_self clippy warning 2020-04-21 09:00:35 +02:00
structure.rs Use thiserror more widely for deriving Error/Display impls of error types 2020-05-26 19:26:35 +03:00
structure_serde.rs gstreamer*: Add missing init checks 2020-04-12 17:25:54 +03:00
tag_setter.rs Update manual code 2019-04-15 19:19:19 +03:00
tags.rs gstreamer: Return any lifetime instead of 'static 2020-04-30 09:50:00 +02:00
tags_serde.rs gstreamer*: Add missing init checks 2020-04-12 17:25:54 +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*: Add missing init checks 2020-04-12 17:25:54 +03:00
typefind.rs gstreamer*: Add missing init checks 2020-04-12 17:25:54 +03:00
utils.rs gstreamer*: Add missing init checks 2020-04-12 17:25:54 +03:00
value.rs Fix various new clippy warnings from 1.40 2019-12-22 12:10:27 +02:00
value_serde.rs gstreamer*: Add missing init checks 2020-04-12 17:25:54 +03:00