gstreamer/docs/pwg/basics-types.xml
Leif Johnson 22c66f1afb + updating docs to reflect the connect->link api change, closes bug#103843
Original commit message from CVS:
+ updating docs to reflect the connect->link api change, closes bug#103843
2003-01-24 18:56:18 +00:00

16 lines
611 B
XML

<!-- ############ chapter ############# -->
<chapter id="cha-typing">
<title>Typing and Properties</title>
<para>
A type system is used to ensure that the data passed between elements is in
a recognised format, and that the various parameters required to fully
specify that format match up correctly. Each link that is made between
elements has a specified type. This is related, but different, to the
metadata in buffers which describes the type of data in that particular
buffer. See the next chapter of this document for details of the available
types.
</para>
</chapter>