udp: Fix strict-aliasing warnings from gcc 4.4.0
authorJan Schmidt <thaytan@noraisin.net>
Tue, 24 Feb 2009 17:58:32 +0000 (17:58 +0000)
committerJan Schmidt <thaytan@noraisin.net>
Tue, 24 Feb 2009 18:19:57 +0000 (18:19 +0000)
commit8588ebd22a07c5f994b3410db6e73676b38550fd
tree07f14a4dad5371442d2f2f63e7db0f6cb083bda7
parentb4115aa83e0804b0e315a4ecf9ca037c00c26a48
udp: Fix strict-aliasing warnings from gcc 4.4.0

Fix strict aliasing warnings by defining a union on the different
sockaddr structs that we need.
gst/udp/gstudpsrc.c