mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-13 11:34:10 +00:00
basetransform: do not error on not-negotiated
Don't error out too early and let upstream decide if it can workaround a not-negotiated problem https://bugzilla.gnome.org/show_bug.cgi?id=681198
This commit is contained in:
parent
5c0e02c79c
commit
2a5afba1a1
1 changed files with 1 additions and 1 deletions
|
@ -2064,7 +2064,7 @@ not_negotiated:
|
|||
{
|
||||
gst_buffer_unref (inbuf);
|
||||
*outbuf = NULL;
|
||||
GST_ELEMENT_ERROR (trans, STREAM, FORMAT,
|
||||
GST_ELEMENT_WARNING (trans, STREAM, FORMAT,
|
||||
("not negotiated"), ("not negotiated"));
|
||||
return GST_FLOW_NOT_NEGOTIATED;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue