basetransform: make comment a FIXME comment

This commit is contained in:
Stefan Kost 2009-07-06 19:51:57 +01:00
parent 4ef0264e66
commit 2288f9f6ec

View file

@ -492,7 +492,7 @@ gst_base_transform_transform_caps (GstBaseTransform * trans,
GST_LOG_OBJECT (trans, " merged[%d]: %" GST_PTR_FORMAT, i, ret);
}
GST_LOG_OBJECT (trans, "merged: (%d)", gst_caps_get_size (ret));
/* we can't do much simplification here because we don't really want to
/* FIXME: we can't do much simplification here because we don't really want to
* change the caps order
gst_caps_do_simplify (ret);
GST_DEBUG_OBJECT (trans, "simplified: (%d)", gst_caps_get_size (ret));