summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorStefan Kost <ensonic@users.sf.net>2009-02-26 12:10:47 +0200
committerStefan Kost <ensonic@users.sf.net>2009-02-26 18:01:04 +0200
commita47949b2baff91e1c8ac74d7857acff057c2fa7a (patch)
treedc3cf9b171e6f11d6c7bc67da44992afd6c9867f /sys
parentc4036dd7012bf2ad8c7b559105ba5de6395f485c (diff)
ximagesink: use GST_FLOW_NOT_NEGOTIATED for partial caps
Diffstat (limited to 'sys')
-rw-r--r--sys/ximage/ximagesink.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/ximage/ximagesink.c b/sys/ximage/ximagesink.c
index c6bd95c6..9dec0cdf 100644
--- a/sys/ximage/ximagesink.c
+++ b/sys/ximage/ximagesink.c
@@ -1679,7 +1679,7 @@ gst_ximagesink_buffer_alloc (GstBaseSink * bsink, guint64 offset, guint size,
!gst_structure_get_int (structure, "height", &height)) {
GST_WARNING_OBJECT (ximagesink, "invalid caps for buffer allocation %"
GST_PTR_FORMAT, caps);
- ret = GST_FLOW_UNEXPECTED;
+ ret = GST_FLOW_NOT_NEGOTIATED;
goto beach;
}