gst-plugins-rs/generic/threadshare/tests
François Laignel 5ca033049e ts/pad: use gst::Pad in handlers trait functions...
... instead of the `Pad{Src,Sink}Ref` wrappers:

- In practice, only the `gst::Pad` is useful in these functions.
  Some of these which need a `Pad{Src,Sink}Ref`, but it's the one
  for the opposite stream direction. In those cases, it is accessed
  via the element's implementation.
- It saves a few `clone`s.
- The implementations usually use the `gst::Pad` for logging.
  They no longer need to access it via `pad.gst_pad()`.
2022-10-24 13:15:13 +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: use gst::Pad in handlers trait functions... 2022-10-24 13:15:13 +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