Tim-Philipp Müller
f2e4c25588
plugins: fix build on windows
...
gstelements_private.c: In function 'gst_writev_buffers':
gstelements_private.c:236:51: error: 'EWOULDBLOCK' undeclared
2014-11-30 23:56:06 +00:00
Tim-Philipp Müller
66bdae5f33
plugins: add helper function for writing buffers out with writev()
2014-11-30 14:40:46 +00:00
Tim-Philipp Müller
a2ca5007bd
elements: improve buffer flags to string utility function
...
Avoid relocations and refactor so that we don't calculate
the fixed and known at compile time maximum string size
every time. Also skip the mini object flags which we are
not going to print anyway.
2014-07-19 18:56:53 +01:00
Tim-Philipp Müller
8f7e581106
elements: fix copyright and remove gtk-doc chunk
...
Trivial as it may be, this code was mostly copied from
somewhere else. The gtk-doc chunk is not needed, since
it's not public API.
2014-06-25 11:43:04 +01:00
Vincent Penquerc'h
a8ca56b42d
gstbuffer: factor three flags-to-string loops
2014-06-04 12:30:36 +01:00