summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Kjellerstedt <pkj@axis.com>2009-06-09 18:23:28 +0200
committerPeter Kjellerstedt <pkj@axis.com>2009-06-09 18:23:28 +0200
commitdfc57e3f8a68c64d1859237b0a98e3c5cdc0c527 (patch)
treed08bc21fca229c2af41dca798c310de13bdf97a2
parent07055a9297a4eb36ed4472185918af55e6cea7a9 (diff)
rtsp: Updated documentation for GstRTSPResult.
Moved GST_RTSP_ELAST to be last in the documentation to match the actual enum values.
-rw-r--r--gst-libs/gst/rtsp/gstrtspdefs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst-libs/gst/rtsp/gstrtspdefs.h b/gst-libs/gst/rtsp/gstrtspdefs.h
index 44c2d2222..3cb78e157 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.
*/