From bcb4be455e75cfd2b4017a576cf565cafd7e35b6 Mon Sep 17 00:00:00 2001 From: Mathieu Duponchelle Date: Fri, 31 May 2019 01:56:08 +0200 Subject: [PATCH] gstelement: fix links to the gsterror page --- gst/gstelement.h | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/gst/gstelement.h b/gst/gstelement.h index c55b9acfbb..eb07f33b23 100644 --- a/gst/gstelement.h +++ b/gst/gstelement.h @@ -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