udp: make url parsing compatible with VLC syntax
authorWim Taymans <wim.taymans@collabora.co.uk>
Fri, 18 Jun 2010 14:16:28 +0000 (16:16 +0200)
committerWim Taymans <wim.taymans@collabora.co.uk>
Fri, 18 Jun 2010 14:16:28 +0000 (16:16 +0200)
commite25cdc31d30d5bade601fcc662cecb3f2e707e78
tree381dc83ff73d477957afbea5e8e6a8cf2f09442c
parent966ced220858a2f15f1efeb2a739a0db977110d5
udp: make url parsing compatible with VLC syntax

Skip everything before the @ sign in the url location. VLC uses that as the
remote address to connect to (but we ignore it for now). This makes our udp urls
compatible with the ones used by VLC.

Fixes #597695
gst/udp/gstudpnetutils.c