From be5f17ca174c5c8d4f39090196104b887d81b579 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Sat, 4 Mar 2006 14:45:40 +0000 Subject: [PATCH] gst/gsterror.h: Fix some minor docs errors. Original commit message from CVS: * gst/gsterror.h: Fix some minor docs errors. --- ChangeLog | 5 +++++ gst/gsterror.h | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 557d2159f8..10472b14c8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-03-04 Tim-Philipp Müller + + * gst/gsterror.h: + Fix some minor docs errors. + 2006-03-04 Tim-Philipp Müller * gst/gsterror.c: (_gst_resource_errors_init): diff --git a/gst/gsterror.h b/gst/gsterror.h index 1fa09a64df..737df853b2 100644 --- a/gst/gsterror.h +++ b/gst/gsterror.h @@ -121,7 +121,7 @@ typedef enum * @GST_RESOURCE_ERROR_SYNC: used when a synchronize on the resource fails. * @GST_RESOURCE_ERROR_SETTINGS: used when settings can't be manipulated on. * @GST_RESOURCE_ERROR_NO_SPACE_LEFT: used when the resource has no space left. - * @GST_RESOURCE_ERROR_NUM_ERRORS: the number of library error types. + * @GST_RESOURCE_ERROR_NUM_ERRORS: the number of resource error types. * * Resource errors are for any resource used by an element: * memory, files, network connections, process space, ... @@ -166,7 +166,7 @@ typedef enum * @GST_STREAM_ERROR_MUX: used when muxing fails. * @GST_STREAM_ERROR_FORMAT: used when the stream is of the wrong format * (for example, wrong caps). - * @GST_STREAM_ERROR_NUM_ERRORS: the number of library error types. + * @GST_STREAM_ERROR_NUM_ERRORS: the number of stream error types. * * Stream errors are for anything related to the stream being processed: * format errors, media type errors, ...