mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 00:01:23 +00:00
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:
parent
1af5d201fc
commit
a371ea6e5f
1 changed files with 0 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue