Drop obsolete defs.
authorgb <gb@5584edef-b1fe-4b99-b61b-dd2bab72e969>
Mon, 3 May 2010 20:40:27 +0000 (20:40 +0000)
committerGwenole Beauchesne <gbeauchesne@splitted-desktop.com>
Mon, 20 Sep 2010 10:55:43 +0000 (12:55 +0200)
gst-libs/gst/vaapi/gstvaapidecoder.h

index a059657..8af5e01 100644 (file)
@@ -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,