vaapiencode: fix typo in error message.
authorGwenole Beauchesne <gwenole.beauchesne@intel.com>
Tue, 14 Jan 2014 15:33:04 +0000 (16:33 +0100)
committerGwenole Beauchesne <gwenole.beauchesne@intel.com>
Tue, 14 Jan 2014 18:14:41 +0000 (19:14 +0100)
Fix incomplete error message in gst_vaapiencode_push_frame().

gst/vaapi/gstvaapiencode.c

index 0782ca1..2ac023d 100644 (file)
@@ -317,7 +317,7 @@ error_allocate_buffer:
   }
 error_output_state:
   {
-    GST_ERROR ("failed to negotiate output state", status);
+    GST_ERROR ("failed to negotiate output state (status %d)", status);
     GST_VIDEO_ENCODER_STREAM_UNLOCK (encode);
     gst_video_codec_frame_unref (out_frame);
     return GST_FLOW_NOT_NEGOTIATED;