netclientclock: send clock sync signal upon corrupted
Clients that already gotten a signal for synced clock, may rely on getting the same when marked as corrupted to take appropriate action. So send clock signal indicating no sync at identified corrupted state. Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/7664>
This commit is contained in:
parent
15b0b49918
commit
3f6bde317e
@ -666,6 +666,7 @@ corrupted:
|
||||
self->marked_corrupted = TRUE;
|
||||
}
|
||||
GST_OBJECT_UNLOCK (self);
|
||||
gst_clock_set_synced (GST_CLOCK (self), FALSE);
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user