mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-28 20:51:13 +00:00
gstelement: fix links to the gsterror page
This commit is contained in:
parent
cce397cc50
commit
bcb4be455e
1 changed files with 12 additions and 12 deletions
|
@ -373,8 +373,8 @@ G_STMT_START { \
|
|||
/**
|
||||
* GST_ELEMENT_ERROR_WITH_DETAILS:
|
||||
* @el: the element that generates the error
|
||||
* @domain: like CORE, LIBRARY, RESOURCE or STREAM (see [GstGError](gsterror.h))
|
||||
* @code: error code defined for that domain (see [GstGError](gsterror.h))
|
||||
* @domain: like CORE, LIBRARY, RESOURCE or STREAM (see [GstGError](gsterror))
|
||||
* @code: error code defined for that domain (see [GstGError](gsterror))
|
||||
* @text: the message to display (format string and args enclosed in
|
||||
parentheses)
|
||||
* @debug: debugging information for the message (format string and args
|
||||
|
@ -406,8 +406,8 @@ G_STMT_START { \
|
|||
/**
|
||||
* GST_ELEMENT_ERROR:
|
||||
* @el: the element that generates the error
|
||||
* @domain: like CORE, LIBRARY, RESOURCE or STREAM (see [GstGError](gsterror.h))
|
||||
* @code: error code defined for that domain (see [GstGError](gsterror.h))
|
||||
* @domain: like CORE, LIBRARY, RESOURCE or STREAM (see [GstGError](gsterror))
|
||||
* @code: error code defined for that domain (see [GstGError](gsterror))
|
||||
* @text: the message to display (format string and args enclosed in
|
||||
parentheses)
|
||||
* @debug: debugging information for the message (format string and args
|
||||
|
@ -434,8 +434,8 @@ G_STMT_START { \
|
|||
/**
|
||||
* GST_ELEMENT_WARNING_WITH_DETAILS:
|
||||
* @el: the element that generates the warning
|
||||
* @domain: like CORE, LIBRARY, RESOURCE or STREAM (see [GstGError](gsterror.h))
|
||||
* @code: error code defined for that domain (see [GstGError](gsterror.h))
|
||||
* @domain: like CORE, LIBRARY, RESOURCE or STREAM (see [GstGError](gsterror))
|
||||
* @code: error code defined for that domain (see [GstGError](gsterror))
|
||||
* @text: the message to display (format string and args enclosed in
|
||||
parentheses)
|
||||
* @debug: debugging information for the message (format string and args
|
||||
|
@ -467,8 +467,8 @@ G_STMT_START { \
|
|||
/**
|
||||
* GST_ELEMENT_WARNING:
|
||||
* @el: the element that generates the warning
|
||||
* @domain: like CORE, LIBRARY, RESOURCE or STREAM (see [GstGError](gsterror.h))
|
||||
* @code: error code defined for that domain (see [GstGError](gsterror.h))
|
||||
* @domain: like CORE, LIBRARY, RESOURCE or STREAM (see [GstGError](gsterror))
|
||||
* @code: error code defined for that domain (see [GstGError](gsterror))
|
||||
* @text: the message to display (format string and args enclosed in
|
||||
parentheses)
|
||||
* @debug: debugging information for the message (format string and args
|
||||
|
@ -495,8 +495,8 @@ G_STMT_START { \
|
|||
/**
|
||||
* GST_ELEMENT_INFO_WITH_DETAILS:
|
||||
* @el: the element that generates the information
|
||||
* @domain: like CORE, LIBRARY, RESOURCE or STREAM (see [GstGError](gsterror.h))
|
||||
* @code: error code defined for that domain (see [GstGError](gsterror.h))
|
||||
* @domain: like CORE, LIBRARY, RESOURCE or STREAM (see [GstGError](gsterror))
|
||||
* @code: error code defined for that domain (see [GstGError](gsterror))
|
||||
* @text: the message to display (format string and args enclosed in
|
||||
parentheses)
|
||||
* @debug: debugging information for the message (format string and args
|
||||
|
@ -531,8 +531,8 @@ G_STMT_START { \
|
|||
/**
|
||||
* GST_ELEMENT_INFO:
|
||||
* @el: the element that generates the information
|
||||
* @domain: like CORE, LIBRARY, RESOURCE or STREAM (see [GstGError](gsterror.h))
|
||||
* @code: error code defined for that domain (see [GstGError](gsterror.h))
|
||||
* @domain: like CORE, LIBRARY, RESOURCE or STREAM (see [GstGError](gsterror))
|
||||
* @code: error code defined for that domain (see [GstGError](gsterror))
|
||||
* @text: the message to display (format string and args enclosed in
|
||||
parentheses)
|
||||
* @debug: debugging information for the message (format string and args
|
||||
|
|
Loading…
Reference in a new issue