mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-04 23:30:05 +00:00
rtsp: Add FIXME 2.0 comment about GstRTSPTransport being an enum instead of flags
This commit is contained in:
parent
1a1d8a0b61
commit
2511bca11c
1 changed files with 2 additions and 0 deletions
|
@ -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),
|
||||
|
|
Loading…
Reference in a new issue