fdsink: implement ::render_list() using writev()
authorTim-Philipp Müller <tim@centricular.com>
Fri, 28 Nov 2014 14:39:33 +0000 (14:39 +0000)
committerTim-Philipp Müller <tim@centricular.com>
Sun, 30 Nov 2014 14:40:46 +0000 (14:40 +0000)
commitdc73245edded2000bf3e489e7262319635989f97
tree59c048bf9cafa76022ca1a4d0ff805cbee42feae
parent66bdae5f33292dd73e63fbfce639ac1dbd311a3b
fdsink: implement ::render_list() using writev()

Write out multiple buffers possibly containing multiple
memories with one writev() call, without merging the
buffer memories first, like ::render() does currently.
plugins/elements/gstfdsink.c
plugins/elements/gstfdsink.h