mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 06:16:36 +00:00
net: fix typo in net client clock structure
It's sockaddr_in, not sockaddr_id.
This commit is contained in:
parent
c8502ffd73
commit
f38d864bf7
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ struct _GstNetClientClock {
|
|||
|
||||
GstClockTime current_timeout;
|
||||
|
||||
struct sockaddr_id *servaddr;
|
||||
struct sockaddr_in *servaddr;
|
||||
|
||||
GThread *thread;
|
||||
|
||||
|
|
Loading…
Reference in a new issue