rtsp: Add FIXME 2.0 comment about GstRTSPTransport being an enum instead of flags
This commit is contained in:
parent
1a1d8a0b61
commit
2511bca11c
@ -72,6 +72,8 @@ typedef enum {
|
|||||||
*
|
*
|
||||||
* The transfer profile to use.
|
* The transfer profile to use.
|
||||||
*/
|
*/
|
||||||
|
/* FIXME 2.0: This should probably be an enum, not flags and maybe be replaced
|
||||||
|
* by GstRTPTransport */
|
||||||
typedef enum {
|
typedef enum {
|
||||||
GST_RTSP_PROFILE_UNKNOWN = 0,
|
GST_RTSP_PROFILE_UNKNOWN = 0,
|
||||||
GST_RTSP_PROFILE_AVP = (1 << 0),
|
GST_RTSP_PROFILE_AVP = (1 << 0),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user