rtsp: Updated documentation for GstRTSPResult.
authorPeter Kjellerstedt <pkj@axis.com>
Tue, 9 Jun 2009 16:23:28 +0000 (18:23 +0200)
committerPeter Kjellerstedt <pkj@axis.com>
Tue, 9 Jun 2009 16:23:28 +0000 (18:23 +0200)
Moved GST_RTSP_ELAST to be last in the documentation to match the actual
enum values.

gst-libs/gst/rtsp/gstrtspdefs.h

index 44c2d22..3cb78e1 100644 (file)
@@ -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.
  */