gstreamer-rs/gstreamer-audio/src
Sebastian Dröge 2ba5105b80 Implement Sync/Send for more types and don't implement Send for TypeFind
They can actually be shared with multiple threads at the same time
safely as all functions requiring an immutable reference are
thread-safe.

OTOH TypeFind can't be shared safely between different threads as not
all implementations of the TypeFind struct are thread-safe.
2019-12-18 18:37:44 +02:00
..
auto gstreamer-audio: Generate bindings for AudioBaseSrc and AudioSrc 2019-12-18 16:07:28 +02:00
subclass gstreamer-audio: Add subclassing bindings for AudioSrc 2019-12-18 16:07:32 +02:00
audio_channel_position.rs gstreamer-audio/audio_channel_position: Change function from returning Option to Result 2019-11-25 16:48:27 +00:00
audio_decoder.rs audio/video: Add decoder base class error macros 2019-09-15 11:44:08 +03:00
audio_encoder.rs audio: Add support for subclassing AudioEncoder and AudioDecoder 2019-09-14 09:00:52 +03:00
audio_format.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
audio_format_info.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
audio_info.rs gstreamer-audio/audio_info: Change functions from returning Option to Result 2019-12-14 14:10:06 +00:00
audio_ring_buffer_spec.rs Implement Sync/Send for more types and don't implement Send for TypeFind 2019-12-18 18:37:44 +02:00
audio_stream_align.rs Switch everything from mem::uninitialized() to MaybeUninit or mem::zeroed() 2019-07-11 17:56:50 +03:00
lib.rs gstreamer-audio: Add bindings for AudioRingBufferSpec 2019-12-18 15:15:03 +02:00