mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-07 16:08:51 +00:00
ptpclock: Fix typo in comments
s/continous/continuous/ Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/7121>
This commit is contained in:
parent
b2edab940a
commit
331b37ac9a
1 changed files with 2 additions and 2 deletions
|
@ -294,8 +294,8 @@ typedef struct
|
||||||
|
|
||||||
GstClockTime announce_interval; /* last interval we received */
|
GstClockTime announce_interval; /* last interval we received */
|
||||||
GQueue announce_messages;
|
GQueue announce_messages;
|
||||||
guint64 timed_out_sync; /* how often did this sender continously time out a FOLLOW_UP */
|
guint64 timed_out_sync; /* how often did this sender continuously time out a FOLLOW_UP */
|
||||||
guint64 timed_out_delay_resp; /* how often did this sender continously time out a DELAY_RESP */
|
guint64 timed_out_delay_resp; /* how often did this sender continuously time out a DELAY_RESP */
|
||||||
} PtpAnnounceSender;
|
} PtpAnnounceSender;
|
||||||
|
|
||||||
typedef struct
|
typedef struct
|
||||||
|
|
Loading…
Reference in a new issue