diff options
Diffstat (limited to 'gst/rtsp/gstrtspsrc.h')
-rw-r--r-- | gst/rtsp/gstrtspsrc.h | 9 |
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), |