From 536f51cf98241b4c6817232825fff1583db246f8 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 b04faad2db..bed1ade60c 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;