From 2511bca11c94250b0fcd288b17cb260956f8a5c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Wed, 20 May 2015 13:35:13 +0300 Subject: [PATCH] rtsp: Add FIXME 2.0 comment about GstRTSPTransport being an enum instead of flags --- gst-libs/gst/rtsp/gstrtsptransport.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gst-libs/gst/rtsp/gstrtsptransport.h b/gst-libs/gst/rtsp/gstrtsptransport.h index 1412f9bec6..a217b4310d 100644 --- a/gst-libs/gst/rtsp/gstrtsptransport.h +++ b/gst-libs/gst/rtsp/gstrtsptransport.h @@ -72,6 +72,8 @@ typedef enum { * * The transfer profile to use. */ +/* FIXME 2.0: This should probably be an enum, not flags and maybe be replaced + * by GstRTPTransport */ typedef enum { GST_RTSP_PROFILE_UNKNOWN = 0, GST_RTSP_PROFILE_AVP = (1 << 0),