gst-plugins-rs/generic/threadshare/tests
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
..
appsrc.rs Add SPDX-License-Identifier to all file headers 2022-01-15 21:18:47 +02:00
inputselector.rs Update everything for element factory builder API changes 2022-10-19 19:43:29 +03:00
jitterbuffer.rs Various minor cleanups 2022-10-22 19:50:24 +03:00
pad.rs ts/pad: don't pass self as ref in remaining handler traits functions 2022-10-24 12:01:09 +02:00
pipeline.rs Various minor cleanups 2022-10-22 19:50:24 +03:00
proxy.rs Various minor cleanups 2022-10-22 19:50:24 +03:00
queue.rs Various minor cleanups 2022-10-22 19:50:24 +03:00
tcpclientsrc.rs Various minor cleanups 2022-10-22 19:50:24 +03:00
udpsink.rs Add SPDX-License-Identifier to all file headers 2022-01-15 21:18:47 +02:00
udpsrc.rs threadshare: disable tests that can't work on windows 2022-09-05 11:47:20 +03:00