mfc: Downgrade an error to debug output

This commit is contained in:
Sebastian Dröge 2012-12-26 12:38:32 +01:00
parent 410eb82aff
commit 3b172723d6

View file

@ -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}};