rtsp: Fix a strict aliasing warning
authorJan Schmidt <thaytan@noraisin.net>
Tue, 24 Feb 2009 16:49:40 +0000 (16:49 +0000)
committerJan Schmidt <thaytan@noraisin.net>
Tue, 24 Feb 2009 16:49:40 +0000 (16:49 +0000)
commit94791df88d8a17be266d38c34054b84ccdd2479b
tree1d3e59c93e5ede8ca766d90f4480f0faa1015092
parente549ab1fd44e9064f808913a3f9289507ba31bbd
rtsp: Fix a strict aliasing warning

Fix strict aliasing warnings from casting a sockaddr_storage and
using it as a sockaddr_in6. Use a union instead.
gst-libs/gst/rtsp/gstrtspconnection.c