gstreamer-rs/gstreamer/src
Sebastian Dröge 9cc99b27e0 gstreamer/element: Let post_message() and post_error_message() take ownership of the message
This is more in line with the C API and simplifies callers in Rust.
2020-06-30 23:55:02 +03:00
..
auto gstreamer/element: Let post_message() and post_error_message() take ownership of the message 2020-06-30 23:55:02 +03:00
subclass gstreamer/element: Let post_message() and post_error_message() take ownership of the message 2020-06-30 23:55:02 +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: Simplify MiniObject bindings by removing one layer of abstraction 2020-06-30 11:06:02 +03:00
buffer_cursor.rs gstreamer: Simplify MiniObject bindings by removing one layer of abstraction 2020-06-30 11:06:02 +03:00
buffer_pool.rs gstreamer*: Add missing init checks 2020-04-12 17:25:54 +03:00
buffer_serde.rs gstreamer: Simplify MiniObject bindings by removing one layer of abstraction 2020-06-30 11:06:02 +03:00
bufferlist.rs gstreamer: Simplify MiniObject bindings by removing one layer of abstraction 2020-06-30 11:06:02 +03:00
bufferlist_serde.rs gstreamer*: Add missing init checks 2020-04-12 17:25:54 +03:00
bus.rs message: add constructor on target types 2020-06-25 10:48:20 +02: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: Simplify MiniObject bindings by removing one layer of abstraction 2020-06-30 11:06:02 +03:00
caps_features.rs Add various glib::Value trait impls for borrowed versions of types 2020-05-27 13:17: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 gstreamer: Simplify MiniObject bindings by removing one layer of abstraction 2020-06-30 11:06:02 +03:00
date_time.rs update gir generator and regenerate 2020-06-11 12:33:49 +02: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/element: Let post_message() and post_error_message() take ownership of the message 2020-06-30 23:55:02 +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: Simplify MiniObject bindings by removing one layer of abstraction 2020-06-30 11:06:02 +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 gstreamer/pad: Don't provide constructors anymore but instead a builder 2020-06-22 10:55:24 +03:00
gobject.rs Update manual code 2019-04-15 19:19:19 +03:00
iterator.rs gstreamer/iterator: Store filter types in a hash table 2020-06-04 12:36:03 +03:00
lib.rs gstreamer: Simplify MiniObject bindings by removing one layer of abstraction 2020-06-30 11:06:02 +03:00
log.rs gstreamer*: Add missing init checks 2020-04-12 17:25:54 +03:00
memory.rs gstreamer: Simplify MiniObject bindings by removing one layer of abstraction 2020-06-30 11:06:02 +03:00
message.rs gstreamer: Simplify MiniObject bindings by removing one layer of abstraction 2020-06-30 11:06:02 +03:00
meta.rs gstreamer: Simplify MiniObject bindings by removing one layer of abstraction 2020-06-30 11:06:02 +03:00
miniobject.rs gstreamer/miniobject: Remove DerefMut and AsMut impls 2020-06-30 15:23:50 +03:00
object.rs Update for new from_glib_borrow signature 2020-04-05 18:48:48 +03:00
pad.rs gstreamer: Simplify MiniObject bindings by removing one layer of abstraction 2020-06-30 11:06:02 +03:00
pad_template.rs functions: rename constructors in manual API 2020-06-11 12:33:52 +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 functions: rename constructors in manual API 2020-06-11 12:33:52 +02: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: Simplify MiniObject bindings by removing one layer of abstraction 2020-06-30 11:06:02 +03:00
sample.rs gstreamer: Simplify MiniObject bindings by removing one layer of abstraction 2020-06-30 11:06:02 +03:00
sample_serde.rs Name functions returning a builder builder(), not new() 2020-06-25 19:42:33 +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 Name functions returning a builder builder(), not new() 2020-06-25 19:42:33 +03:00
structure.rs Add various glib::Value trait impls for borrowed versions of types 2020-05-27 13:17:54 +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: Simplify MiniObject bindings by removing one layer of abstraction 2020-06-30 11:06:02 +03:00
tags_serde.rs Name functions returning a builder builder(), not new() 2020-06-25 19:42:33 +03:00
toc.rs gstreamer: Simplify MiniObject bindings by removing one layer of abstraction 2020-06-30 11:06:02 +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 functions: rename constructors in manual API 2020-06-11 12:33:52 +02:00
value_serde.rs functions: rename constructors in manual API 2020-06-11 12:33:52 +02:00