Revert "Force reconfigure of basetransform to recheck alloc request"

This reverts commit 3a4602d771.

It breaks the interactive test-scale unit test.
This commit is contained in:
Wim Taymans 2009-01-30 10:42:50 +01:00
parent 1af5d201fc
commit a371ea6e5f

View file

@ -2454,6 +2454,5 @@ gst_base_transform_reconfigure (GstBaseTransform * trans)
GST_OBJECT_LOCK (trans);
GST_DEBUG_OBJECT (trans, "marking reconfigure");
trans->priv->reconfigure = TRUE;
gst_caps_replace (&trans->priv->sink_alloc, NULL);
GST_OBJECT_UNLOCK (trans);
}