From dfc57e3f8a68c64d1859237b0a98e3c5cdc0c527 Mon Sep 17 00:00:00 2001 From: Peter Kjellerstedt Date: Tue, 9 Jun 2009 18:23:28 +0200 Subject: [PATCH] rtsp: Updated documentation for GstRTSPResult. Moved GST_RTSP_ELAST to be last in the documentation to match the actual enum values. --- gst-libs/gst/rtsp/gstrtspdefs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst-libs/gst/rtsp/gstrtspdefs.h b/gst-libs/gst/rtsp/gstrtspdefs.h index 44c2d22..3cb78e1 100644 --- a/gst-libs/gst/rtsp/gstrtspdefs.h +++ b/gst-libs/gst/rtsp/gstrtspdefs.h @@ -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. */ -- 2.7.4