gst-plugins-rs/generic/threadshare/examples/standalone
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
..
sink ts/pad: use gst::Pad in handlers trait functions... 2022-10-24 13:15:13 +02:00
src Move from imp.instance() to imp.obj() 2022-10-23 23:08:46 +03:00
main.rs Various minor cleanups 2022-10-22 19:50:24 +03:00