gstreamer/libs/gst
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
..
base buffer: unify buffer merge methods 2012-03-28 12:51:58 +02:00
check Merge branch 'master' into 0.11 2012-03-08 10:19:52 +01:00
controller controller: constructures for control sources return GstControlSource 2012-01-31 12:29:52 +01:00
helpers Use recent GLib API unconditionally now that we depend on the latest GLib 2012-01-22 01:25:22 +00:00
net meta: split registration of API and implementation 2012-02-29 17:37:09 +01:00
Makefile.am dist net directory only once 2012-03-21 12:10:21 +01:00