Revert "Check suggested caps for proxy alloc"

This reverts commit 50afd45957.

It breaks the interactive test-scale unit test.
This commit is contained in:
Wim Taymans 2009-01-30 10:43:55 +01:00
parent a371ea6e5f
commit c786c5224a

View file

@ -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;