summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@collabora.co.uk>2009-06-09 22:00:53 +0200
committerWim Taymans <wim@metal.(none)>2009-06-09 22:00:53 +0200
commite01fab3ace3e5fba0b16df68c949df5c156fd1a0 (patch)
treec19c48f5ca21477e45b0e7c5a2b48065a2f850c9
parent263c5b227b0df72d6300cf9355015dc0e8cfe93a (diff)
rtsp: add some more docs
-rw-r--r--gst-libs/gst/rtsp/gstrtsptransport.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/gst-libs/gst/rtsp/gstrtsptransport.h b/gst-libs/gst/rtsp/gstrtsptransport.h
index d152da9fb..389abd969 100644
--- a/gst-libs/gst/rtsp/gstrtsptransport.h
+++ b/gst-libs/gst/rtsp/gstrtsptransport.h
@@ -108,6 +108,21 @@ typedef struct
/**
* GstRTSPTransport:
+ * @trans: the transport mode
+ * @profile: the tansport profile
+ * @lower_transport: the lower transport
+ * @destination: the destination ip/hostname
+ * @source: the source ip/hostname
+ * @layers: the number of layers
+ * @mode_play: if play mode was selected
+ * @mode_record: if record mode was selected
+ * @append: is append mode was selected
+ * @interleaved: the interleave range
+ * @ttl: the time to live for multicast UDP
+ * @port: the port pair for multicast sessions
+ * @client_port: the client port pair for receiving data
+ * @server_port: the server port pair for receiving data
+ * @ssrc: the ssrc that the sender/receiver will use
*
* A structure holding the RTSP transport values.
*/