apexsink: Fix compiler warnings
authorJan Schmidt <jan.schmidt@sun.com>
Sat, 6 Jun 2009 12:17:49 +0000 (13:17 +0100)
committerJan Schmidt <jan.schmidt@sun.com>
Sat, 6 Jun 2009 12:17:49 +0000 (13:17 +0100)
commit10e4d6c74d0b456541d2d5359af4d04d005a2ebc
tree560da8e063162f0522eeae891bad8a1bb206fb65
parente2ef7a2a8ae317299051fbe10014f1b24ed5107e
apexsink: Fix compiler warnings

Fix compile warnings on solaris from bzero not being declared (use
memset instead), and strict-aliasing warnings (use a temporary
variable).
ext/apexsink/gstapexraop.c
ext/apexsink/gstapexsink.c