mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2024-11-29 15:01:07 +00:00
5ca033049e
... 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()`. |
||
---|---|---|
.. | ||
appsrc | ||
inputselector | ||
jitterbuffer | ||
proxy | ||
queue | ||
runtime | ||
tcpclientsrc | ||
udpsink | ||
udpsrc | ||
dataqueue.rs | ||
lib.rs | ||
socket.rs |