summaryrefslogtreecommitdiff
path: root/libs
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@collabora.co.uk>2009-01-30 10:43:55 +0100
committerWim Taymans <wim.taymans@collabora.co.uk>2009-01-30 10:45:17 +0100
commitc786c5224ac8987f7f0413991b03dc1ab240c04f (patch)
tree083c81074e12366a1db5771d9b40080e832a0a3f /libs
parenta371ea6e5f8c34dcf212c06037edce54ae18c439 (diff)
Revert "Check suggested caps for proxy alloc"
This reverts commit 50afd459579191772f42d1a44f3959e530c5c269. It breaks the interactive test-scale unit test.
Diffstat (limited to 'libs')
-rw-r--r--libs/gst/base/gstbasetransform.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/gst/base/gstbasetransform.c b/libs/gst/base/gstbasetransform.c
index 8d913e7a77..d6f259b893 100644
--- a/libs/gst/base/gstbasetransform.c
+++ b/libs/gst/base/gstbasetransform.c
@@ -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;