Skip to content

threadshare: Fix a deadlock in used-socket notification

Arun Raghavan requested to merge arun/gst-plugins-rs:ts-udpsrc-fix into main

This manifests in a gst-launch-1.0 pipeline using ts-udpsrc, since notification of used-socket results in the property being read by the application, and the settings lock causes a deadlock.

Merge request reports