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:
Peter Kjellerstedt 2009-06-09 18:23:28 +02:00
parent 07055a9297
commit dfc57e3f8a

View 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.
*/