client: raise the backlog limits before pausing
authorGöran Jönsson <goranjn@axis.com>
Tue, 16 Sep 2014 09:41:52 +0000 (11:41 +0200)
committerWim Taymans <wtaymans@redhat.com>
Tue, 16 Sep 2014 09:41:52 +0000 (11:41 +0200)
commit23b9d8fbb04ceff21110086528591849c728ae48
treee20a18909c6513c6f97b995ec99d7ad827eedc56
parentebd9be59fe63b242d6c7f3c28088c73392927b3b
client: raise the backlog limits before pausing

We need to raise the backlog limits before pausing the pipeline or else
the appsink might be blocking in the render method in wait_backlog() and
we would deadlock waiting for paused.

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