rtspsrc: check for NULL before doing strcmp
authorWim Taymans <wim.taymans@collabora.co.uk>
Thu, 11 Mar 2010 11:56:11 +0000 (12:56 +0100)
committerWim Taymans <wim.taymans@collabora.co.uk>
Thu, 11 Mar 2010 11:56:11 +0000 (12:56 +0100)
commitd29fa60f976abfa37f6da3c4c48880eab4d8687b
tree352a2e070f31d1b21bc27dbbe424bcac7b974798
parent2d16c09db830e4652041346b46ad80b66b3793da
rtspsrc: check for NULL before doing strcmp

Check the connection and address type for NULL before doing strcmp and
crashing.

Fixes #612553
gst/rtsp/gstrtspsrc.c