mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-11 09:55:36 +00:00
ximagesink: use GST_FLOW_NOT_NEGOTIATED for partial caps
This commit is contained in:
parent
c4036dd701
commit
a47949b2ba
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue