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:
Edward Hervey 2012-11-02 10:03:38 +01:00 committed by Edward Hervey
parent 9dd0e6cccc
commit 96efe720a1

View file

@ -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: