mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 04:26:14 +00:00
gst/gsterror.h: Fix some minor docs errors.
Original commit message from CVS: * gst/gsterror.h: Fix some minor docs errors.
This commit is contained in:
parent
04d58371e2
commit
be5f17ca17
2 changed files with 7 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2006-03-04 Tim-Philipp Müller <tim at centricular dot net>
|
||||||
|
|
||||||
|
* gst/gsterror.h:
|
||||||
|
Fix some minor docs errors.
|
||||||
|
|
||||||
2006-03-04 Tim-Philipp Müller <tim at centricular dot net>
|
2006-03-04 Tim-Philipp Müller <tim at centricular dot net>
|
||||||
|
|
||||||
* gst/gsterror.c: (_gst_resource_errors_init):
|
* gst/gsterror.c: (_gst_resource_errors_init):
|
||||||
|
|
|
@ -121,7 +121,7 @@ typedef enum
|
||||||
* @GST_RESOURCE_ERROR_SYNC: used when a synchronize on the resource fails.
|
* @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_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_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:
|
* Resource errors are for any resource used by an element:
|
||||||
* memory, files, network connections, process space, ...
|
* memory, files, network connections, process space, ...
|
||||||
|
@ -166,7 +166,7 @@ typedef enum
|
||||||
* @GST_STREAM_ERROR_MUX: used when muxing fails.
|
* @GST_STREAM_ERROR_MUX: used when muxing fails.
|
||||||
* @GST_STREAM_ERROR_FORMAT: used when the stream is of the wrong format
|
* @GST_STREAM_ERROR_FORMAT: used when the stream is of the wrong format
|
||||||
* (for example, wrong caps).
|
* (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:
|
* Stream errors are for anything related to the stream being processed:
|
||||||
* format errors, media type errors, ...
|
* format errors, media type errors, ...
|
||||||
|
|
Loading…
Reference in a new issue