]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - glsdk/gstreamer0-10.git/commitdiff
docs: add docs for GstDPPacketizer
authorStefan Kost <ensonic@users.sf.net>
Mon, 2 May 2011 13:00:52 +0000 (16:00 +0300)
committerStefan Kost <ensonic@users.sf.net>
Tue, 3 May 2011 10:03:20 +0000 (13:03 +0300)
libs/gst/dataprotocol/dataprotocol.h

index 118df65a299f33e6d5400051364299e6b92bfcb7..150b5cca411fd926e7dbe320b0be39ec7c980942 100644 (file)
@@ -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;