gstreamer/tests/check
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
..
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: unify buffer merge methods 2012-03-28 12:51:58 +02:00
libs memory: make _new_wrapped take user_data and notify 2012-02-22 02:10:21 +01: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