rtsp-client: Remove backlog limit while processings requests
authorSebastian Rasmussen <sebrn@axis.com>
Mon, 29 Sep 2014 23:35:02 +0000 (01:35 +0200)
committerWim Taymans <wtaymans@redhat.com>
Tue, 30 Sep 2014 10:22:49 +0000 (12:22 +0200)
commit404a80e38a508c13a9e9b7f9b1da70f3ccb2a77b
tree1b1a683f64debd6dc19ab89ee15d4428df51995a
parent17f5785638edd7af241dc028ccb91331498b2cfb
rtsp-client: Remove backlog limit while processings requests

If the backlog limit is kept two cases of deadlocks may be
encountered when streaming over TCP. Without the backlog
limit this deadlocks can not happen, at the expence of
memory usage.

Fixes https://bugzilla.gnome.org/show_bug.cgi?id=737631
gst/rtsp-server/rtsp-client.c