rtsp: Avoid duplicated headers.
authorPeter Kjellerstedt <pkj@axis.com>
Wed, 19 Aug 2009 07:31:51 +0000 (09:31 +0200)
committerPeter Kjellerstedt <pkj@axis.com>
Wed, 19 Aug 2009 07:31:51 +0000 (09:31 +0200)
commit3c4fa9274fa490b44da71322fc1fcfe62562b87a
tree11125d206eea111075fa95cda861667ef610b141
parent3b888cfe2a8c6fda76daaba45f251e708565c194
rtsp: Avoid duplicated headers.

Remove any existing Session and Date headers before adding new ones
when sending a request. This may happen if the user of this code reuses
a request (rtspsrc does this when resending after authorization fails).
gst-libs/gst/rtsp/gstrtspconnection.c