clocksync: Use g_cond_signal() instead of g_cond_broadcast()
authorSebastian Dröge <sebastian@centricular.com>
Mon, 9 Mar 2020 19:32:28 +0000 (21:32 +0200)
committerSebastian Dröge <sebastian@centricular.com>
Mon, 9 Mar 2020 19:32:28 +0000 (21:32 +0200)
commit8fb1fe46200b7aac2716e6a2413fbb9c7042e901
tree2f3891eb1b25e613f3e5d3faffd15109a3baecd3
parentbe8a15b0f9776950269631cd67bc050a8a588cbd
clocksync: Use g_cond_signal() instead of g_cond_broadcast()

There can only be a single waiter: on the streaming thread.
plugins/elements/gstclocksync.c