multiudpsink: re-use send_buffers() code path for render() function
authorTim-Philipp Müller <tim@centricular.com>
Tue, 24 Jun 2014 00:16:37 +0000 (01:16 +0100)
committerTim-Philipp Müller <tim@centricular.com>
Tue, 16 Dec 2014 20:26:36 +0000 (20:26 +0000)
commit97a2eb7afbe004edf95a49468e48f2cab23db84d
tree1267385656ed19f94de35fd8e9dcae7a79733f46
parent54a9a436ba04e47000300377f899a5d3858c74d8
multiudpsink: re-use send_buffers() code path for render() function

It's like rendering a buffer list, just with one buffer.
Has the added advantage that if there are multiple clients
we can send the buffer to all the clients in one go.
gst/udp/gstmultiudpsink.c