gstelement: fix links to the gsterror page

This commit is contained in:
Mathieu Duponchelle 2019-05-31 01:56:08 +02:00
parent cce397cc50
commit bcb4be455e

View file

@ -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