mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-20 21:16:24 +00:00
Revert "Check suggested caps for proxy alloc"
This reverts commit 50afd45957
.
It breaks the interactive test-scale unit test.
This commit is contained in:
parent
a371ea6e5f
commit
c786c5224a
1 changed files with 1 additions and 1 deletions
|
@ -1547,7 +1547,7 @@ gst_base_transform_buffer_alloc (GstPad * pad, guint64 offset, guint size,
|
|||
priv->proxy_alloc = FALSE;
|
||||
} else {
|
||||
/* we transformed into something */
|
||||
if (gst_caps_is_equal (sink_suggest, othercaps)) {
|
||||
if (gst_caps_is_equal (caps, othercaps)) {
|
||||
GST_DEBUG_OBJECT (trans,
|
||||
"best caps same as input, marking for proxy");
|
||||
priv->proxy_alloc = TRUE;
|
||||
|
|
Loading…
Reference in a new issue