From 714f14783e6ad093094388fd88dc6c97b74c4bbe Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Tue, 13 Jun 2006 19:24:34 +0000 Subject: [PATCH] gdp: add a gdp image to the docs Original commit message from CVS: * docs/README: * docs/images/gdp-header.svg: add a gdp image * docs/libs/Makefile.am: * docs/libs/gdp-header.png: * libs/gst/dataprotocol/dataprotocol.c: add it to the API docs * docs/manual/intro-motivation.xml: fix typo --- gst/gdp/dataprotocol.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gst/gdp/dataprotocol.c b/gst/gdp/dataprotocol.c index fa07d0c..887b2ee 100644 --- a/gst/gdp/dataprotocol.c +++ b/gst/gdp/dataprotocol.c @@ -60,6 +60,10 @@ * #GstDPPacketizer object and invoking its packetizer functions. * For backwards-compatibility reasons, the old 0.2 methods are still * available but deprecated. + * + * For reference, this image shows the byte layout of the GDP header: + * + * */ #ifdef HAVE_CONFIG_H -- 2.7.4