gst-plugins-rs/generic
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
..
file Move from imp.instance() to imp.obj() 2022-10-23 23:08:46 +03:00
sodium Move from imp.instance() to imp.obj() 2022-10-23 23:08:46 +03:00
threadshare ts/pad: don't pass self as ref in remaining handler traits functions 2022-10-24 12:01:09 +02:00