From: Stefan Kost Date: Mon, 2 May 2011 13:00:52 +0000 (+0300) Subject: docs: add docs for GstDPPacketizer X-Git-Tag: RELEASE-0.10.33~9 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=59670baf8ece1b2e3218a06b97aa1fe82871ad23;p=platform%2Fupstream%2Fgstreamer.git docs: add docs for GstDPPacketizer --- diff --git a/libs/gst/dataprotocol/dataprotocol.h b/libs/gst/dataprotocol/dataprotocol.h index 118df65..150b5cc 100644 --- a/libs/gst/dataprotocol/dataprotocol.h +++ b/libs/gst/dataprotocol/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;