projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c4036dd
)
ximagesink: use GST_FLOW_NOT_NEGOTIATED for partial caps
author
Stefan Kost
<ensonic@users.sf.net>
Thu, 26 Feb 2009 10:10:47 +0000
(12:10 +0200)
committer
Stefan Kost
<ensonic@users.sf.net>
Thu, 26 Feb 2009 16:01:04 +0000
(18:01 +0200)
sys/ximage/ximagesink.c
patch
|
blob
|
history
diff --git
a/sys/ximage/ximagesink.c
b/sys/ximage/ximagesink.c
index c6bd95c65149cfbe51afd06efee6f2c6d25260b1..9dec0cdf55631a3ab7e8de5132041858f4e9f4ec 100644
(file)
--- 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_
UNEXPEC
TED;
+ ret = GST_FLOW_
NOT_NEGOTIA
TED;
goto beach;
}