mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-27 01:28:34 +00:00
Drop obsolete defs.
This commit is contained in:
parent
bcf57bb4f9
commit
5128ed9951
1 changed files with 0 additions and 2 deletions
|
@ -60,7 +60,6 @@ typedef struct _GstVaapiDecoderClass GstVaapiDecoderClass;
|
|||
/**
|
||||
* GstVaapiDecoderStatus:
|
||||
* @GST_VAAPI_DECODER_STATUS_SUCCESS: Success.
|
||||
* @GST_VAAPI_DECODER_STATUS_TIMEOUT: Timeout. Try again later.
|
||||
* @GST_VAAPI_DECODER_STATUS_END_OF_STREAM: End-Of-Stream.
|
||||
* @GST_VAAPI_DECODER_STATUS_ERROR_ALLOCATION_FAILED: No memory left.
|
||||
* @GST_VAAPI_DECODER_STATUS_ERROR_INIT_FAILED: Decoder initialization failure.
|
||||
|
@ -73,7 +72,6 @@ typedef struct _GstVaapiDecoderClass GstVaapiDecoderClass;
|
|||
*/
|
||||
enum _GstVaapiDecoderStatus {
|
||||
GST_VAAPI_DECODER_STATUS_SUCCESS = 0,
|
||||
GST_VAAPI_DECODER_STATUS_TIMEOUT,
|
||||
GST_VAAPI_DECODER_STATUS_END_OF_STREAM,
|
||||
GST_VAAPI_DECODER_STATUS_ERROR_ALLOCATION_FAILED,
|
||||
GST_VAAPI_DECODER_STATUS_ERROR_INIT_FAILED,
|
||||
|
|
Loading…
Reference in a new issue