mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-25 11:11:08 +00:00
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
1 changed files with 1 additions and 0 deletions
|
@ -666,6 +666,7 @@ corrupted:
|
|||
self->marked_corrupted = TRUE;
|
||||
}
|
||||
GST_OBJECT_UNLOCK (self);
|
||||
gst_clock_set_synced (GST_CLOCK (self), FALSE);
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue