gstreamer/libs
Wim Taymans bb876588ac buffer: unify buffer merge methods
Add gst_buffer_append() which appends the memory blocks from one buffer to
another. Remove the old inefficient _merge() and _join() methods which forced a
premature memcpy in most cases.
Remove the _is_span() and _span() methods they are not needed anymore now that
we can _append(). Merging and spanning will be delayed until mapping or maybe
not at all when the element can deal with the different memory blocks.
2012-03-28 12:51:58 +02:00
..
gst buffer: unify buffer merge methods 2012-03-28 12:51:58 +02:00
Makefile.am android: make it ready for androgenizer 2011-04-11 01:08:07 +02:00