mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 17:20:36 +00:00
videotestsrc: Don't error on not-negotiated
Base classes will handle re-negotiation if needed, but emitting an error message will make applications stop.
This commit is contained in:
parent
9dd0e6cccc
commit
96efe720a1
1 changed files with 0 additions and 2 deletions
|
@ -900,8 +900,6 @@ gst_video_test_src_fill (GstPushSrc * psrc, GstBuffer * buffer)
|
|||
|
||||
not_negotiated:
|
||||
{
|
||||
GST_ELEMENT_ERROR (src, CORE, NEGOTIATION, (NULL),
|
||||
("format wasn't negotiated before get function"));
|
||||
return GST_FLOW_NOT_NEGOTIATED;
|
||||
}
|
||||
eos:
|
||||
|
|
Loading…
Reference in a new issue