vc1: fix decode_sequence_end() to return success, not EOS.
authorGwenole Beauchesne <gwenole.beauchesne@intel.com>
Tue, 15 Jan 2013 16:10:56 +0000 (17:10 +0100)
committerGwenole Beauchesne <gwenole.beauchesne@intel.com>
Mon, 21 Jan 2013 15:35:58 +0000 (16:35 +0100)
gst-libs/gst/vaapi/gstvaapidecoder_vc1.c

index 2cc33cc..b7717dd 100644 (file)
@@ -351,7 +351,7 @@ decode_sequence_end(GstVaapiDecoderVC1 *decoder)
         if (status != GST_VAAPI_DECODER_STATUS_SUCCESS)
             return status;
     }
-    return GST_VAAPI_DECODER_STATUS_END_OF_STREAM;
+    return GST_VAAPI_DECODER_STATUS_SUCCESS;
 }
 
 static GstVaapiDecoderStatus