gstreamer-rs/gstreamer/src
Sebastian Dröge afe2b18018 gstreamer/iterator: Store filter types in a hash table
Static variables in generic functions only exist once and not once per
type parameter, so before we were only able to register exactly one
filter type.
2020-06-08 12:23:20 +03:00
..
auto Use Results instead of Options where they signal an error instead of just a missing value 2019-12-17 22:21:28 +02:00
subclass gstreamer/childproxy: Fix unused variable compiler warnings 2020-01-22 22:31:10 +02:00
allocation_params.rs Implement Sync/Send for more types and don't implement Send for TypeFind 2019-12-18 18:37:44 +02: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 Make sure to hold MutexGuard for the remainder of the function in various places 2020-03-09 22:49:50 +02:00
buffer.rs gstreamer/buffer: Add tests for various memory related buffer API 2020-04-30 10:56:20 +03:00
buffer_pool.rs impl Clone for BufferPoolConfig and PlayerConfig 2020-02-15 10:11:19 +01:00
buffer_serde.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
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 gstreamer/gstreamer-app: Don't store strong references in futures Stream/Sink adapters 2020-05-27 14:51:21 +03: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 gstreamer: caps: add new_from_iter(_with_features)() 2020-05-27 14:51:21 +03:00
caps_features.rs Add various glib::Value trait impls for borrowed versions of types 2020-05-27 15:24:08 +03:00
caps_features_serde.rs Silence/fix various clippy warnings 2019-03-07 14:05:35 +02:00
caps_serde.rs Fix various new clippy warnings from 1.40 2019-12-23 13:40:58 +02:00
child_proxy.rs Explicitly add dyn keyword to trait objects 2019-06-06 09:09:34 +03:00
clock.rs Fix various new clippy warnings from 1.40 2019-12-23 13:40:58 +02: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 Fix various new clippy warnings from 1.40 2019-12-23 13:40:58 +02:00
date_time_serde.rs Fix various new clippy warnings from 1.40 2019-12-23 13:40:58 +02: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 gstreamer: Add Element::get_current_clock_time() and ::get_current_running_time() 2020-04-30 10:57:12 +03:00
enums.rs gstreamer: Add some API to calculate the next state convert state changes into their component states and back 2020-04-30 10:58:34 +03:00
error.rs Revert "gstreamer/log: Allow any glib::Object as target for logging" 2020-04-30 10:19:55 +03:00
event.rs gstreamer/event: Add setter/getter for the gst::Stream in the stream-start event 2020-05-27 14:51:21 +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 Fix various new clippy warnings from 1.40 2019-12-23 13:40:58 +02:00
functions.rs Manual code fixes 2019-11-11 11:34:09 +01: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 gstreamer/iterator: Store filter types in a hash table 2020-06-08 12:23:20 +03:00
lib.rs gstreamer: Add bindings for ProtectionMeta 2020-06-08 12:11:56 +03:00
log.rs gstreamer/log: Replace % with %% in the debug message 2020-04-30 10:54:09 +03:00
memory.rs Implement Sync/Send for more types and don't implement Send for TypeFind 2019-12-18 18:37:44 +02:00
message.rs Run everything through cargo fmt again 2020-04-30 11:01:25 +03:00
meta.rs gstreamer: Add bindings for ProtectionMeta 2020-06-08 12:11:56 +03:00
miniobject.rs Add various glib::Value trait impls for borrowed versions of types 2020-05-27 15:24:08 +03:00
object.rs Fix various new clippy warnings from 1.40 2019-12-23 13:40:58 +02:00
pad.rs Minor cleanup in various places 2020-03-09 22:49:51 +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 Update manual code 2019-04-15 19:19:19 +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-30 10:57:03 +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 15:24:08 +03: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/sample: Silence clippy warning 2019-11-14 12:11:10 +00:00
sample_serde.rs Manual code fixes 2019-11-11 11:34:09 +01:00
segment.rs Implement Sync/Send for more types and don't implement Send for TypeFind 2019-12-18 18:37:44 +02:00
segment_serde.rs Fix various new clippy warnings from 1.40 2019-12-23 13:40:58 +02: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 gstreamer: Add Stream::debug() and StreamCollection::debug() 2020-05-27 13:28:22 +03:00
stream_collection.rs gstreamer: Add Stream::debug() and StreamCollection::debug() 2020-05-27 13:28:22 +03:00
structure.rs Add various glib::Value trait impls for borrowed versions of types 2020-05-27 15:24:08 +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 Fix various new clippy warnings from 1.40 2019-12-23 13:40:58 +02:00
tags_serde.rs Fix various new clippy warnings from 1.40 2019-12-23 13:40:58 +02:00
toc.rs Switch everything from mem::uninitialized() to MaybeUninit or mem::zeroed() 2019-07-11 17:56:50 +03:00
toc_serde.rs Fix various new clippy warnings from 1.40 2019-12-23 13:40:58 +02:00
typefind.rs Implement Sync/Send for more types and don't implement Send for TypeFind 2019-12-18 18:37:44 +02:00
utils.rs Add #[must_use] attribute to mutex guards / stream lock 2020-03-09 22:49:51 +02:00
value.rs Fix various new clippy warnings from 1.40 2019-12-23 13:40:58 +02:00
value_serde.rs Fix various new clippy warnings from 1.40 2019-12-23 13:40:58 +02:00