rtspclientsink: Notify the stream transport about each written message
authorSebastian Dröge <sebastian@centricular.com>
Mon, 15 Apr 2019 17:33:01 +0000 (20:33 +0300)
committerSebastian Dröge <slomo@coaxion.net>
Mon, 15 Apr 2019 17:34:56 +0000 (17:34 +0000)
commit0f0a10525a941d93aac6d1661bf0ec2a13d5ac82
tree27a763bb5d86be71bd46bbfc8b381078870a10b4
parent3cfe88632fc4896dcf4107baae06c9f165d54bf6
rtspclientsink: Notify the stream transport about each written message

Otherwise it will never try to send us the next one: it tries to keep
exactly one message in-flight all the time.

In gst-rtsp-server this is done asynchronously via the GstRTSPWatch but
in the client sink we always write data out synchronously.
gst/rtsp-sink/gstrtspclientsink.c