gst-plugins-rs/generic/threadshare/src/runtime
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
..
executor ts/scheduler: fix shutdown 2022-09-13 07:29:50 +00:00
mod.rs ts/timers: multiple improvements 2022-09-13 07:29:50 +00:00
pad.rs ts/pad: use gst::Pad in handlers trait functions... 2022-10-24 13:15:13 +02:00
task.rs ts/Task: don't drain sub tasks after state transition and iteration 2022-09-13 07:29:50 +00:00