From 3a3206783193bb777dd7fff9288a326120ebdac9 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Wed, 19 May 2004 18:01:34 +0000 Subject: [PATCH] some doc fixes Original commit message from CVS: some doc fixes --- docs/libs/tmpl/gstdataprotocol.sgml | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/docs/libs/tmpl/gstdataprotocol.sgml b/docs/libs/tmpl/gstdataprotocol.sgml index c5f3478..099e587 100644 --- a/docs/libs/tmpl/gstdataprotocol.sgml +++ b/docs/libs/tmpl/gstdataprotocol.sgml @@ -2,16 +2,29 @@ gstdataprotocol - +GStreamer Data Protocol, serializes buffers, caps and events. +This helper library provides serialization of GstBuffer, GstCaps and +GstEvent structures. + + +This serialization can be useful when GStreamer needs to interface with +the outside world to transport data between different GStreamer pipelines. +The connections with the outside world generally don't have mechanisms +to transport properties of these structures. + + +For example, transporting buffers across named pipes doesn't keep the +buffer size. Network elements that transport GStreamer data across +network connections also need a protocol to do this. - +#GstBuffer, #GstCaps, #GstEvent -- 2.7.4