From 71ad1d6fdd39840b770bfa03a2822b68eee57df9 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sebastian=20Dr=C3=B6ge?= Date: Tue, 11 Feb 2014 13:27:25 +0100 Subject: [PATCH] error: GST_RESOURCE_ERROR_NOT_AUTHORIZED will be available since 1.2.4 --- gst/gsterror.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst/gsterror.h b/gst/gsterror.h index fbd54e4..1ed9eb5 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.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: -- 2.7.4