gst-plugins-rs/net
Sebastian Dröge 692a063528 onvifmetadataparse: Refactor clock/condvar waiting
Always first try draining queued data in the loop and only start waiting
if there's nothing to drain right now. Otherwise data might have to be
drained right now but we still wait and nothing is ever waking up the
source pad task again.

Also make sure to not wait multiple times on the same gst::ClockId but
instead unset it after waiting on it and no new one was scheduled in the
meantime. Future waits on the same ClockId will immediately return and
instead we should wait on the condvar if no new ClockId is available.
2022-09-23 13:26:15 +03:00
..
aws aws: Update to aws 0.48/0.18 2022-09-21 11:17:44 +03:00
hlssink3 Fixes for removal of SpecificFormattedValues ops on ref 2022-09-22 12:18:49 +02:00
onvif onvifmetadataparse: Refactor clock/condvar waiting 2022-09-23 13:26:15 +03:00
raptorq Fixes for removal of SpecificFormattedValues ops on ref 2022-09-22 12:18:49 +02:00
reqwest Update for GLib ParamSpec builder API changes 2022-09-05 11:45:47 +03:00
rtpav1 rtpav1: Specify version helper dependency by path 2022-09-21 11:17:44 +03:00
webrtc-http Add missing Since markers to new plugins 2022-09-15 09:40:53 +03:00