vaapipostproc: enhance debug message

"gst_pad_push" is not a good description of the event.
This commit is contained in:
Víctor Manuel Jáquez Leal 2016-11-08 09:35:00 +01:00
parent cbce9b8e49
commit 0d3e1d9072

View file

@ -808,7 +808,7 @@ error_process_vpp:
}
error_push_buffer:
{
GST_DEBUG_OBJECT (postproc, "gst_pad_push failed : %s",
GST_DEBUG_OBJECT (postproc, "failed to push output buffer: %s",
gst_flow_get_name (ret));
return ret;
}
@ -885,7 +885,7 @@ error_create_buffer:
}
error_push_buffer:
{
GST_DEBUG_OBJECT (postproc, "gst_pad_push failed : %s",
GST_DEBUG_OBJECT (postproc, "failed to push output buffer: %s",
gst_flow_get_name (ret));
return ret;
}