mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2024-11-10 20:31:10 +00:00
39b61195ad
When pad a released, then we were removing the pad from an internal list. If the pad was not already deactivated, the deactiviation would attempt to look for the pad in that list and panic if it was not there. Fix by delaying removal of the pad from the list until after pad deactivation occurs. Also includes test. Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/1618> |
||
---|---|---|
.. | ||
rtpbin2.rs |