gstreamer-rs/gstreamer-base/src
Sebastian Dröge 4e30798ac7 Add #[must_use] attribute to mutex guards / stream lock
It's usually a mistake if creating one of these and immediately dropping
them again as that would immediately unlock the mutex again.
2020-03-09 22:49:51 +02: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/base_transform: Add support for implementing prepare_output_buffer() 2020-03-09 22:42:35 +02:00
adapter.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
aggregator.rs Manual update for new Value::get signature 2019-08-13 10:57:32 +02:00
aggregator_pad.rs Make sure to hold MutexGuard for the remainder of the function in various places 2020-03-09 22:49:50 +02:00
base_parse.rs Switch everything from mem::uninitialized() to MaybeUninit or mem::zeroed() 2019-07-11 17:56:50 +03:00
base_parse_frame.rs gstreamer-base: Require &mut self for BaseParseFrame functions that modify it 2019-12-18 18:38:29 +02:00
base_sink.rs Make sure to hold MutexGuard for the remainder of the function in various places 2020-03-09 22:49:50 +02:00
base_src.rs Make sure to hold MutexGuard for the remainder of the function in various places 2020-03-09 22:49:50 +02:00
base_transform.rs Make sure to hold MutexGuard for the remainder of the function in various places 2020-03-09 22:49:50 +02:00
flow_combiner.rs base/flow_combiner: UniqueFlowCombiner::clear() should take &mut self 2020-02-15 10:13:40 +01:00
functions.rs gstreamer-base/{adapter,functions}, gstreamer-video/video_info: Change functions from returning Option to Result 2019-12-16 11:29:51 +00:00
lib.rs Fix glib reexports 2019-11-11 11:34:09 +01:00
utils.rs Add #[must_use] attribute to mutex guards / stream lock 2020-03-09 22:49:51 +02:00