rtsp: Parse WWW-Authenticate headers correctly.
authorPeter Kjellerstedt <pkj@axis.com>
Thu, 20 Aug 2009 12:12:09 +0000 (14:12 +0200)
committerPeter Kjellerstedt <pkj@axis.com>
Mon, 24 Aug 2009 11:19:45 +0000 (13:19 +0200)
commit08d3fe856102b1374d30e8bb35cf59a00899141b
treec4646dd8440b3573b236b09ca7df56ddf7d4827e
parentefc8901a39198b49114ff17f8a8745b81017f764
rtsp: Parse WWW-Authenticate headers correctly.

Due to the odd syntax for WWW-Authenticate (and Proxy-Authenticate) which
allows commas both to separate between multiple challenges, and within the
challenges themself, we need to take some extra care to split these headers
correctly.
gst-libs/gst/rtsp/gstrtspconnection.c