mfc: Add some more debug output
This commit is contained in:
parent
048a09682f
commit
440dec8a68
@ -359,6 +359,11 @@ gst_mfc_dec_dequeue_output (GstMFCDec * self)
|
||||
self->stride) < 0)
|
||||
goto fimc_dst_error;
|
||||
|
||||
GST_DEBUG_OBJECT (self,
|
||||
"Got direct output buffer: %p [%d], %p [%d], %p [%d]", self->dst[0],
|
||||
self->stride[0], self->dst[1], self->stride[1], self->dst[2],
|
||||
self->stride[2]);
|
||||
|
||||
self->width = width;
|
||||
self->height = height;
|
||||
self->crop_left = crop_left;
|
||||
|
Loading…
x
Reference in New Issue
Block a user