add debug statement

Original commit message from CVS:
add debug statement
This commit is contained in:
Thomas Vander Stichele 2004-07-26 12:07:37 +00:00
parent 6c1bc99dee
commit 77b9a52910

View 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