mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-02 21:48:55 +00:00
error: GST_RESOURCE_ERROR_NOT_AUTHORIZED will be available since 1.2.4
This commit is contained in:
parent
8a96585eee
commit
71ad1d6fdd
1 changed files with 1 additions and 1 deletions
|
@ -126,7 +126,7 @@ typedef enum
|
||||||
* @GST_RESOURCE_ERROR_NO_SPACE_LEFT: used when the resource has no space left.
|
* @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
|
* @GST_RESOURCE_ERROR_NOT_AUTHORIZED: used when the resource can't be opened
|
||||||
* due to missing authorization.
|
* due to missing authorization.
|
||||||
* Since: 1.4
|
* Since: 1.2.4
|
||||||
* @GST_RESOURCE_ERROR_NUM_ERRORS: the number of resource error types.
|
* @GST_RESOURCE_ERROR_NUM_ERRORS: the number of resource error types.
|
||||||
*
|
*
|
||||||
* Resource errors are for any resource used by an element:
|
* Resource errors are for any resource used by an element:
|
||||||
|
|
Loading…
Reference in a new issue