mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-22 23:28:16 +00:00
libs: trivial documentation fix
GST_VAAPI_ENCODER_STATUS_NO_SURFACE and GST_VAAPI_ENCODER_STATUS_NO_BUFFER are not errors, so they do not have the ERROR namespace. This patch fixes this typo in documentation.
This commit is contained in:
parent
e60df073a0
commit
069edff757
1 changed files with 3 additions and 3 deletions
|
@ -37,9 +37,9 @@ typedef struct _GstVaapiEncoder GstVaapiEncoder;
|
|||
/**
|
||||
* GstVaapiEncoderStatus:
|
||||
* @GST_VAAPI_ENCODER_STATUS_SUCCESS: Success.
|
||||
* @GST_VAAPI_ENCODER_STATUS_ERROR_NO_SURFACE: No surface left to encode.
|
||||
* @GST_VAAPI_ENCODER_STATUS_ERROR_NO_BUFFER: No coded buffer left to
|
||||
* hold the encoded picture.
|
||||
* @GST_VAAPI_ENCODER_STATUS_NO_SURFACE: No surface left to encode.
|
||||
* @GST_VAAPI_ENCODER_STATUS_NO_BUFFER: No coded buffer left to hold
|
||||
* the encoded picture.
|
||||
* @GST_VAAPI_ENCODER_STATUS_ERROR_UNKNOWN: Unknown error.
|
||||
* @GST_VAAPI_ENCODER_STATUS_ERROR_ALLOCATION_FAILED: No memory left.
|
||||
* @GST_VAAPI_ENCODER_STATUS_ERROR_OPERATION_FAILED: The requested
|
||||
|
|
Loading…
Reference in a new issue