mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 04:01:08 +00:00
audio, rtsp: remove private/protected gtk-doc markup for enums
This confuses glib-mkenums, and is not really useful anyway. https://bugzilla.gnome.org/show_bug.cgi?id=666618
This commit is contained in:
parent
08022bddc8
commit
c3e6e23b85
2 changed files with 3 additions and 6 deletions
|
@ -77,8 +77,7 @@ typedef enum {
|
|||
* are defined or all positions are undefined, but can't mix'n'match */
|
||||
GST_AUDIO_CHANNEL_POSITION_NONE,
|
||||
|
||||
/*< private >*/
|
||||
/* don't use - counter */
|
||||
/* don't use - counter (private) */
|
||||
GST_AUDIO_CHANNEL_POSITION_NUM
|
||||
} GstAudioChannelPosition;
|
||||
|
||||
|
|
|
@ -228,10 +228,9 @@ typedef enum {
|
|||
/**
|
||||
* GstRTSPHeaderField:
|
||||
*
|
||||
* Enumeration of rtsp header fields.
|
||||
* Enumeration of rtsp header fields
|
||||
*/
|
||||
typedef enum {
|
||||
/*< protected >*/
|
||||
GST_RTSP_HDR_INVALID,
|
||||
|
||||
/*
|
||||
|
@ -342,10 +341,9 @@ typedef enum {
|
|||
/**
|
||||
* GstRTSPStatusCode:
|
||||
*
|
||||
* Enumeration of rtsp status codes.
|
||||
* Enumeration of rtsp status codes
|
||||
*/
|
||||
typedef enum {
|
||||
/*< protected >*/
|
||||
GST_RTSP_STS_INVALID = 0,
|
||||
GST_RTSP_STS_CONTINUE = 100,
|
||||
GST_RTSP_STS_OK = 200,
|
||||
|
|
Loading…
Reference in a new issue