mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-23 16:50:47 +00:00
Fixed a typo.
This commit is contained in:
parent
a038a8d46d
commit
2fe8e4c1de
1 changed files with 1 additions and 1 deletions
|
@ -1783,7 +1783,7 @@ gst_rtsp_connection_set_qos_dscp (GstRTSPConnection * conn, guint qos_dscp)
|
|||
if (getsockname (conn->fd.fd, &sa.sa, &slen) < 0)
|
||||
goto no_getsockname;
|
||||
|
||||
af = sa.sa_s.ss_family;
|
||||
af = sa.sa.sa_family;
|
||||
|
||||
/* if this is an IPv4-mapped address then do IPv4 QoS */
|
||||
if (af == AF_INET6) {
|
||||
|
|
Loading…
Reference in a new issue