diff options
Diffstat (limited to 'gst/gsterror.h')
-rw-r--r-- | gst/gsterror.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/gsterror.h b/gst/gsterror.h index 1ed9eb561..891814992 100644 --- a/gst/gsterror.h +++ b/gst/gsterror.h @@ -126,7 +126,7 @@ typedef enum * @GST_RESOURCE_ERROR_NO_SPACE_LEFT: used when the resource has no space left. * @GST_RESOURCE_ERROR_NOT_AUTHORIZED: used when the resource can't be opened * due to missing authorization. - * Since: 1.2.4 + * (Since 1.2.4) * @GST_RESOURCE_ERROR_NUM_ERRORS: the number of resource error types. * * Resource errors are for any resource used by an element: |