gstreamer/tests
Wim Taymans 54fd50bfe1 buffer: add index to _take_memory()
Add an index to gst_buffer_take_memory() so that we can also insert memory at a
certain offset. This is mostly interesting to prepend a header memory block to
the buffer.
2011-06-13 16:31:53 +02:00
..
benchmarks
check buffer: add index to _take_memory() 2011-06-13 16:31:53 +02:00
examples Remove everything libxml2- and loadsave-related 2011-06-04 15:22:06 +01:00
misc
.gitignore
Makefile.am
README

This directory contains regression tests, functionality tests, examples,
benchmarks, ...

benchmarks/
   benchmarks to profile pieces of GStreamer
check/
   unit tests using the check library, non-interactive
examples/
   small examples demonstrating the use of various features
misc/
   prototypes, random bits, ...