rtspsrc: Avoid stack overflow recursing waiting for response
authorThibault Saunier <tsaunier@igalia.com>
Wed, 8 Apr 2020 13:45:17 +0000 (09:45 -0400)
committerThibault Saunier <tsaunier@igalia.com>
Wed, 8 Apr 2020 13:49:49 +0000 (09:49 -0400)
commit00539e127758a93ea62a30b84c840bfcc002d53b
treecad3aac7fcb3d6ccc229c7b7f5bfe8ce716c28af
parentcf3fbf57bfc44b0deb90bc20620795ef491a04b7
rtspsrc: Avoid stack overflow recursing waiting for response

Instead of recursing, simply implement a loop with gotos, the same
way it was done before 812175288769d647ed6388755aed386378d9210c

Fixes https://gitlab.freedesktop.org/gstreamer/gst-plugins-good/-/issues/710
gst/rtsp/gstrtspsrc.c