basetrans: fix comment

This commit is contained in:
Wim Taymans 2012-03-02 11:04:21 +01:00
parent cfe71423f0
commit 3fa69e6e11

View file

@ -1169,7 +1169,7 @@ gst_base_transform_acceptcaps_default (GstBaseTransform * trans,
{
GstCaps *allowed;
GST_DEBUG_OBJECT (trans, "non fixed accept caps %" GST_PTR_FORMAT, caps);
GST_DEBUG_OBJECT (trans, "accept caps %" GST_PTR_FORMAT, caps);
/* get all the formats we can handle on this pad */
if (direction == GST_PAD_SRC)