gst-plugins-rs/generic/threadshare/src
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 ts/pad: use gst::Pad in handlers trait functions... 2022-10-24 13:15:13 +02:00
inputselector ts/pad: use gst::Pad in handlers trait functions... 2022-10-24 13:15:13 +02:00
jitterbuffer ts/pad: use gst::Pad in handlers trait functions... 2022-10-24 13:15:13 +02:00
proxy ts/pad: use gst::Pad in handlers trait functions... 2022-10-24 13:15:13 +02:00
queue ts/pad: use gst::Pad in handlers trait functions... 2022-10-24 13:15:13 +02:00
runtime ts/pad: use gst::Pad in handlers trait functions... 2022-10-24 13:15:13 +02:00
tcpclientsrc ts/pad: use gst::Pad in handlers trait functions... 2022-10-24 13:15:13 +02:00
udpsink ts/pad: use gst::Pad in handlers trait functions... 2022-10-24 13:15:13 +02:00
udpsrc ts/pad: use gst::Pad in handlers trait functions... 2022-10-24 13:15:13 +02:00
dataqueue.rs Remove & for obj in log macros 2022-10-23 21:22:31 +02:00
lib.rs Change *Impl trait methods to only take &self and not Self::Type in addition 2022-10-10 15:03:25 +03:00
socket.rs Remove & for obj in log macros 2022-10-23 21:22:31 +02:00