gst-plugins-rs/generic/threadshare/examples/standalone/sink
François Laignel 554ce7e7d6 ts/pad: don't pass self as ref in remaining handler traits functions
- They are either unit types or `Clone` (in which case they are implemented
  as pointers).
- Internally, we already use an owned version, so there's no need to get a
  reference.
- It facilitates implementation if the handler must be moved into a closure
  or a `Future`.
2022-10-24 12:01:09 +02:00
..
imp.rs ts/pad: don't pass self as ref in remaining handler traits functions 2022-10-24 12:01:09 +02:00
mod.rs ts/examples: introduce a standalone pipeline test 2022-08-18 18:42:18 +02:00