From f8cdb67fa5e86915b43c065f3158d79ce2030ca0 Mon Sep 17 00:00:00 2001 From: Stefan Kost Date: Mon, 2 May 2011 16:00:52 +0300 Subject: [PATCH] gdp: add docs for GstDPPacketizer --- gst/gdp/dataprotocol.h | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/gst/gdp/dataprotocol.h b/gst/gdp/dataprotocol.h index 62c30bd..efd524a 100644 --- a/gst/gdp/dataprotocol.h +++ b/gst/gdp/dataprotocol.h @@ -111,6 +111,16 @@ typedef gboolean (*GstDPPacketFromEventFunction) (const GstEvent * event, guint * length, guint8 ** header, guint8 ** payload); + +/** + * GstDPPacketizer: + * @version: the #GstDPVersion of the protocol to be used + * @header_from_buffer: buffer serializer function + * @packet_from_caps: caps serializer function + * @packet_from_event: event serializer function + * + * Data protocol packetizer handle. + */ typedef struct { GstDPVersion version; -- 2.7.4