gstreamer/tests/check
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
..
elements pad: change the semantics of get/pull_range a little 2012-03-16 21:37:10 +01:00
generic registry: rename gst_registry_get_default() to gst_registry_get() 2012-01-02 02:22:51 +00:00
gst buffer: improve the buffer memory methods 2012-03-30 18:15:24 +02:00
libs buffer: improve the buffer memory methods 2012-03-30 18:15:24 +02:00
pipelines tests: port pipeline/seek test to 0.11 2012-03-08 20:08:20 +00:00
.gitignore tests/check/.cvsignore: Ignore test-registry.xml as well. 2007-01-09 14:38:11 +00:00
Makefile.am Merge remote-tracking branch 'origin/master' into 0.11 2012-03-08 19:55:30 +00:00