From 0f38451f208637683b47694f74bf09da10d26a3a Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Tue, 22 Aug 2006 16:45:37 +0000 Subject: 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. --- gst/rtsp/gstrtspsrc.h | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'gst/rtsp/gstrtspsrc.h') 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), -- cgit