rtsp-client: Use fixed backlog size
authorDavid Svensson Fors <davidsf@axis.com>
Thu, 28 Jun 2018 09:22:13 +0000 (11:22 +0200)
committerSebastian Dröge <sebastian@centricular.com>
Mon, 23 Jul 2018 14:44:15 +0000 (17:44 +0300)
commit287345f6ac3becdcc1dbd2397d4cbe323ddf1879
treea1eac359d9be6b2345858887e496120a83b09b95
parent12c2dd6e1c725b6072b8b9fc06ddda0e2057b4b5
rtsp-client: Use fixed backlog size

Change to using a fixed backlog size WATCH_BACKLOG_SIZE.

Preparation for the next commit, which changes to a different way of
avoiding both deadlocks and unlimited memory usage with the watch
backlog.
gst/rtsp-server/rtsp-client.c