summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Kjellerstedt <pkj@axis.com>2009-02-25 16:25:33 +0100
committerPeter Kjellerstedt <pkj@axis.com>2009-02-25 16:25:33 +0100
commit2fe8e4c1de710c8a338905e7f1b234eaadf0fcec (patch)
treeeb15685c92d7489038b094bbb7eac2df6305fd69
parenta038a8d46d50775b7e954af5c63bcf49eaf5cd67 (diff)
Fixed a typo.
-rw-r--r--gst-libs/gst/rtsp/gstrtspconnection.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst-libs/gst/rtsp/gstrtspconnection.c b/gst-libs/gst/rtsp/gstrtspconnection.c
index 15e8e4a9..ac28d147 100644
--- a/gst-libs/gst/rtsp/gstrtspconnection.c
+++ b/gst-libs/gst/rtsp/gstrtspconnection.c
@@ -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) {