gst-plugins-rs/generic/threadshare/src/proxy
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
..
imp.rs ts/pad: use gst::Pad in handlers trait functions... 2022-10-24 13:15:13 +02:00
mod.rs Remove now unnecessary Send+Sync impls for element/etc subclasses 2022-02-28 18:56:58 +02:00