mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
rtsp: remove , from last enum member
Remove , from last enum member to improve compatibility with other compilers.
This commit is contained in:
parent
db596d27a2
commit
9ea1240910
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ typedef enum
|
|||
GST_RTSP_MESSAGE_INVALID,
|
||||
GST_RTSP_MESSAGE_REQUEST,
|
||||
GST_RTSP_MESSAGE_RESPONSE,
|
||||
GST_RTSP_MESSAGE_DATA,
|
||||
GST_RTSP_MESSAGE_DATA
|
||||
} GstRTSPMsgType;
|
||||
|
||||
typedef struct _GstRTSPMessage GstRTSPMessage;
|
||||
|
|
Loading…
Reference in a new issue