rtspconnection: CSeq validation
authorKristofer Bjorkstrom <kristofb@axis.com>
Tue, 2 Apr 2019 08:01:47 +0000 (10:01 +0200)
committerKristofer Bjorkstrom <kristofb@axis.com>
Wed, 10 Apr 2019 07:09:58 +0000 (09:09 +0200)
commit06b600901c82a8e6c4e8722597685f2a254084b0
treef8606bf86e2983d641109973ecbd1bf4723c52f2
parent7806285a10368f3a96707099fc6bdd913c3550bf
rtspconnection: CSeq validation

Make rtspconnection a little more strict to RFC2326.
Make sure that CSeq is in every RTSP message and that CSeq is valid.

Also break the build_next loop if any parsing fails, By acting on
the builder->status code.
gst-libs/gst/rtsp/gstrtspconnection.c