Moved "Filter Writer's Guide" to "Plugin Writer's Guide". Divided existing info from...
[platform/upstream/gstreamer.git] / docs / pwg / basics-buffers.xml
1
2 <!-- ############ chapter ############# -->
3
4 <chapter id="cha-buffers">
5   <title>Buffers</title>
6   <para>
7     Buffers are structures used to pass data between elements. All streams of
8     data are chopped up into chunks which are stored in buffers. Buffers can be
9     of any size, and also contain metadata indicating the type of data contained
10     in them. Buffers can be allocated by various different schemes, and may
11     either be passed on by elements or unreferenced (and the memory used by the
12     buffer freed).
13   </para>
14
15   <sect1 id="sect1-buffers-anatomy">
16     <title>Anatomy of a buffer</title>
17     <para>
18     </para>
19   </sect1>
20
21   <sect1 id="sect1-buffers-refcounts">
22     <title>Refcounts and mutability</title>
23     <para>
24     </para>
25   </sect1>
26
27   <sect1 id="sect1-buffers-metadata">
28     <title>Metadata</title>
29     <para>
30     </para>
31   </sect1>
32 </chapter>