gstreamer-rs/gstreamer/src
2020-11-09 17:33:52 +08:00
..
auto Regenerate everything with latest gir 2020-11-07 12:17:25 +02:00
subclass gstreamer: Update for removal of ElementClass/DeviceProviderClass type aliases 2020-11-07 12:49:19 +02: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/buffer: Don't implement ExactSizeIterator on meta iterator 2020-10-09 11:35:19 +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/bufferlist: Add bindings for foreach() and foreach_mut() 2020-07-03 10:28:47 +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 Use repr(transparent) where it is more correct and get rid of some unneeded repr(C) 2020-10-24 17:09:10 +00: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 Use repr(transparent) where it is more correct and get rid of some unneeded repr(C) 2020-10-24 17:09:10 +00:00
clock_time.rs ClockTime & opt Formats: fix PartialOrd impl, remove Ord and add min & max 2020-10-20 23:40:18 +02: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
control_binding.rs Add gstreamer-controller 2020-09-30 16:28:51 +00:00
control_source.rs Add gstreamer-controller 2020-09-30 16:28:51 +00: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: Update for removal of ElementClass/DeviceProviderClass type aliases 2020-11-07 12:49:19 +02: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: Remove API that was deprecated in 0.16 2020-08-24 17:33:35 +03:00
format.rs ClockTime & opt Formats: fix PartialOrd impl, remove Ord and add min & max 2020-10-20 23:40:18 +02:00
format_serde.rs gstreamer*: Add missing init checks 2020-04-12 17:25:54 +03:00
functions.rs gstreamer: Delete duplicated assert_initialized_main_thread 2020-08-14 09:27:10 +02:00
ghost_pad.rs gstreamer/ghost_pad: Add convenience constructors with target pad 2020-07-10 12:12:03 +00: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 Update for class struct handling changes in the glib bindings 2020-11-05 16:41:48 +02:00
log.rs Check if LoggedObject really a GObject. 2020-11-09 17:33:52 +08:00
memory.rs memory: fix typo 2020-07-02 17:46:20 +02:00
message.rs gstreamer/message: enhance Debug impl for Message[Ref] 2020-10-13 11:11:38 +02:00
meta.rs Use repr(transparent) where it is more correct and get rid of some unneeded repr(C) 2020-10-24 17:09:10 +00:00
miniobject.rs Use repr(transparent) where it is more correct and get rid of some unneeded repr(C) 2020-10-24 17:09:10 +00:00
object.rs Add gstreamer-controller 2020-09-30 16:28:51 +00:00
pad.rs gstreamer/pad: Factor out PadProbeInfo handling from pad probe trampoline into separate functions 2020-08-05 10:33:12 +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: Remove API that was deprecated in 0.16 2020-08-24 17:33:35 +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 Use repr(transparent) where it is more correct and get rid of some unneeded repr(C) 2020-10-24 17:09:10 +00:00
segment_serde.rs gstreamer*: Add missing init checks 2020-04-12 17:25:54 +03:00
static_caps.rs Use repr(transparent) where it is more correct and get rid of some unneeded repr(C) 2020-10-24 17:09:10 +00:00
static_pad_template.rs Use repr(transparent) where it is more correct and get rid of some unneeded repr(C) 2020-10-24 17:09:10 +00: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 Use repr(transparent) where it is more correct and get rid of some unneeded repr(C) 2020-10-24 17:09:10 +00: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 Update for glib changes in glib::Value handling 2020-10-20 13:50:35 +00:00
tags_serde.rs Update for glib changes in glib::Value handling 2020-10-20 13:50:35 +00: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 Use repr(transparent) where it is more correct and get rid of some unneeded repr(C) 2020-10-24 17:09:10 +00:00
utils.rs gstreamer*: Add missing init checks 2020-04-12 17:25:54 +03:00
value.rs Update for glib changes in glib::Value handling 2020-10-20 13:50:35 +00:00
value_serde.rs Use repr(transparent) where it is more correct and get rid of some unneeded repr(C) 2020-10-24 17:09:10 +00:00