add debug statement
authorThomas Vander Stichele <thomas@apestaart.org>
Mon, 26 Jul 2004 12:07:37 +0000 (12:07 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Mon, 26 Jul 2004 12:07:37 +0000 (12:07 +0000)
Original commit message from CVS:
add debug statement

gst/ffmpegcolorspace/gstffmpegcolorspace.c

index 486f342..a617904 100644 (file)
@@ -176,6 +176,9 @@ gst_ffmpegcolorspace_pad_link (GstPad * pad, const GstCaps * caps)
 
   otherpad = (pad == space->srcpad) ? space->sinkpad : space->srcpad;
 
+  GST_DEBUG_OBJECT (space, "pad_link on %s:%s with caps %" GST_PTR_FORMAT,
+      GST_DEBUG_PAD_NAME (pad), caps);
+
   /* FIXME attempt and/or check for passthru */
 
   /* loop over all possibilities and select the first one we can convert and