mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 14:56:36 +00:00
basetransform: make comment a FIXME comment
This commit is contained in:
parent
4ef0264e66
commit
2288f9f6ec
1 changed files with 1 additions and 1 deletions
|
@ -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));
|
||||
|
|
Loading…
Reference in a new issue