mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2024-12-03 08:46:39 +00:00
0b240b829e
GstElementClass.release_pad() may be called after the element has transitioned back to NULL, we need to keep our sink_pads map around until then. They should also not be affected by state transitions at all but only be removed once the user does so or the element is destroyed, so they need to live independent of the state. |
||
---|---|---|
.. | ||
appsrc.rs | ||
inputselector.rs | ||
jitterbuffer.rs | ||
pad.rs | ||
pipeline.rs | ||
proxy.rs | ||
queue.rs | ||
tcpclientsrc.rs | ||
udpsink.rs | ||
udpsrc.rs |