gstreamer/tests/check
William Manley b8232a7467 multisocketsink: Map GstMemorys individually when sending
If a buffer is made up of non-contiguous `GstMemory`s `gst_buffer_map`
has to copy all the data into a new `GstMemory` which is contiguous.  By
mapping all the `GstMemory`s individually and then using scatter-gather
IO we avoid this situation.

This is a preparatory step for adding support to multisocketsink for
sending file descriptors, where a GstBuffer may be made up of several
`GstMemory`s, some of which are backed by a memfd or file, but I think this
patch is valid and useful on its own.

Fixes https://bugzilla.gnome.org/show_bug.cgi?id=746150
2015-03-13 16:20:50 +01:00
..
elements multisocketsink: Map GstMemorys individually when sending 2015-03-13 16:20:50 +01:00
generic Fix FSF address 2012-11-03 23:05:09 +00:00
gst Fix FSF address 2012-11-03 23:05:09 +00:00
libs Fix double semicolons 2015-03-10 09:27:08 +00:00
pipelines streamsynchronizer: Should wait state change complete before start another state change 2015-03-11 15:51:02 +00:00
.gitignore Ignore registries in any format. 2007-09-19 18:16:58 +00:00
gst-plugins-base.supp valgrind: add ALSA leaks fixed by snd_config_update_free_global 2011-11-07 12:20:12 +00:00
Makefile.am streamsynchronizer: Unit test for streamsynchronizer's EOS handling 2015-02-16 14:34:35 +02:00