mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 04:01:08 +00:00
rtsp: Updated documentation for GstRTSPResult.
Moved GST_RTSP_ELAST to be last in the documentation to match the actual enum values.
This commit is contained in:
parent
07055a9297
commit
dfc57e3f8a
1 changed files with 1 additions and 1 deletions
|
@ -78,9 +78,9 @@ G_STMT_START { \
|
|||
* @GST_RTSP_ENET: a network problem occured, h_errno contains more details
|
||||
* @GST_RTSP_ENOTIP: the host is not an IP host
|
||||
* @GST_RTSP_ETIMEOUT: a timeout occured
|
||||
* @GST_RTSP_ELAST: last error
|
||||
* @GST_RTSP_ETGET: the tunnel GET request has been performed
|
||||
* @GST_RTSP_ETPOST: the tunnel POST request has been performed
|
||||
* @GST_RTSP_ELAST: last error
|
||||
*
|
||||
* Result codes from the RTSP functions.
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue