adder: log details in getcaps like in setcaps

This commit is contained in:
Stefan Kost 2009-03-10 21:00:26 +02:00
parent d7116023ec
commit e633c46e95

View file

@ -242,6 +242,9 @@ gst_adder_sink_getcaps (GstPad * pad)
} }
GST_OBJECT_UNLOCK (adder); GST_OBJECT_UNLOCK (adder);
GST_LOG_OBJECT (adder, "getting caps on pad %p,%s to %" GST_PTR_FORMAT, pad,
GST_PAD_NAME (pad), result);
return result; return result;
} }