vaapiencode: fix typo in error message.

Fix incomplete error message in gst_vaapiencode_push_frame().
This commit is contained in:
Gwenole Beauchesne 2014-01-14 16:33:04 +01:00
parent ef9819ecf4
commit d3b672411d

View file

@ -317,7 +317,7 @@ error_allocate_buffer:
} }
error_output_state: 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_ENCODER_STREAM_UNLOCK (encode);
gst_video_codec_frame_unref (out_frame); gst_video_codec_frame_unref (out_frame);
return GST_FLOW_NOT_NEGOTIATED; return GST_FLOW_NOT_NEGOTIATED;