mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 04:01:08 +00:00
vaapiencode: fix typo in error message.
Fix incomplete error message in gst_vaapiencode_push_frame().
This commit is contained in:
parent
ef9819ecf4
commit
d3b672411d
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue