gstreamer/win32/common
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
..
config.h Release 0.11.3 2012-03-22 16:05:06 +01:00
dirent.c Fix a couple of missing includes for MSVC2005 and a C99 issue. Also, starting with 2.14.0, GLib won't provide a pipe(... 2007-10-31 22:01:03 +00:00
dirent.h win32/vs7: project files updated to the default vs7 configuration 2006-02-06 21:29:04 +00:00
gstconfig.h Remove GST_DISABLE_(ENUMTYPES|INDEX|URI) everywhere. 2008-07-31 15:20:32 +00:00
gstenumtypes.c Release 0.11.3 2012-03-22 16:05:06 +01:00
gstenumtypes.h Release 0.11.3 2012-03-22 16:05:06 +01:00
gstversion.h Release 0.11.3 2012-03-22 16:05:06 +01:00
gtchar.h win32/vs7: project files updated to the default vs7 configuration 2006-02-06 21:29:04 +00:00
libgstbase.def basetransform: fix reconfigure methods 2012-02-24 11:00:21 +01:00
libgstcontroller.def controller: rename control-bindings 2012-01-30 21:18:57 +01:00
libgstdataprotocol.def defs: update defs 2010-12-07 18:33:51 +01:00
libgstnet.def meta: split registration of API and implementation 2012-02-29 17:37:09 +01:00
libgstreamer.def buffer: unify buffer merge methods 2012-03-28 12:51:58 +02:00