vaapipostproc: enhance debug message
"gst_pad_push" is not a good description of the event.
This commit is contained in:
parent
cbce9b8e49
commit
0d3e1d9072
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user