summaryrefslogtreecommitdiffstats
path: root/gst/rtsp/gstrtspsrc.h
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2006-08-22 16:45:37 +0000
committerWim Taymans <wim.taymans@gmail.com>2006-08-22 16:45:37 +0000
commit0f38451f208637683b47694f74bf09da10d26a3a (patch)
treefb974d5fb55dfa7e497dc088bca5cb6a954c0e3e /gst/rtsp/gstrtspsrc.h
parent1eff78685b38ebf0c0b589535066da428a708feb (diff)
Small documentation updates.
Original commit message from CVS: * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps), (gst_rtspsrc_send), (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause): * gst/rtsp/gstrtspsrc.h: * sys/oss/gstosssink.c: (gst_oss_sink_open), (gst_oss_sink_prepare), (gst_oss_sink_unprepare): Small documentation updates.
Diffstat (limited to 'gst/rtsp/gstrtspsrc.h')
-rw-r--r--gst/rtsp/gstrtspsrc.h9
1 files changed, 8 insertions, 1 deletions
diff --git a/gst/rtsp/gstrtspsrc.h b/gst/rtsp/gstrtspsrc.h
index 424c512a..a2e9bd2d 100644
--- a/gst/rtsp/gstrtspsrc.h
+++ b/gst/rtsp/gstrtspsrc.h
@@ -42,7 +42,14 @@ G_BEGIN_DECLS
typedef struct _GstRTSPSrc GstRTSPSrc;
typedef struct _GstRTSPSrcClass GstRTSPSrcClass;
-/* flags with allowed protocols */
+/**
+ * GstRTSPProto:
+ * @GST_RTSP_PROTO_UDP_UNICAST: Use unicast UDP transfer.
+ * @GST_RTSP_PROTO_UDP_MULTICAST: Use multicast UDP transfer
+ * @GST_RTSP_PROTO_TCP: Use TCP transfer.
+ *
+ * Flags with allowed protocols for the datatransfer.
+ */
typedef enum
{
GST_RTSP_PROTO_UDP_UNICAST = (1 << 0),