gstreamer/win32/common
Wim Taymans 38b96e6c8c buffer: improve the buffer memory methods
gst_buffer_take_memory -> gst_buffer_insert_memory because insert is what the
method does.
Make all methods deal with ranges so that we can replace, merge, remove and map
a certain subset of the memory in a buffer. With the new methods we can make
some code nicer and reuse more code. Being able to deal with a subset of the
buffer memory allows us to optimize more cases later (most notably RTP headers
and payload that could be in different memory objects).
Make some more convenient macros that call the more generic range methods.
2012-03-30 18:15:24 +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 win32: Update defs file 2012-03-30 08:55:33 +02: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: improve the buffer memory methods 2012-03-30 18:15:24 +02:00