mfc: Add some more debug output
authorSebastian Dröge <sebastian.droege@collabora.co.uk>
Mon, 24 Dec 2012 10:57:43 +0000 (11:57 +0100)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Mon, 31 Dec 2012 14:59:06 +0000 (15:59 +0100)
sys/mfc/gstmfcdec.c

index 384c4d3..d87680d 100644 (file)
@@ -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;