mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-30 19:18:31 +00:00
mfc: Downgrade an error to debug output
This commit is contained in:
parent
410eb82aff
commit
3b172723d6
1 changed files with 1 additions and 1 deletions
|
@ -185,7 +185,7 @@ static int request_input_buffers(struct mfc_dec_context *ctx, int num)
|
|||
return -1;
|
||||
}
|
||||
ctx->num_input_buffers = reqbuf.count;
|
||||
GST_ERROR ("Requested %d input buffers, got %d", num, reqbuf.count);
|
||||
GST_INFO ("Requested %d input buffers, got %d", num, reqbuf.count);
|
||||
for (i = 0; i < num; i++) {
|
||||
void *ptr;
|
||||
struct v4l2_plane planes[NUM_INPUT_PLANES] = {{.length = 0}};
|
||||
|
|
Loading…
Reference in a new issue