basesrc: Downgrade EOS warning

In the case of pushfilesrc, this is the expected behaviour, so let's
downgrade the warning to a debug message to avoid confusing users.
This commit is contained in:
Olivier Crête 2019-04-18 10:13:51 +02:00 committed by Tim-Philipp Müller
parent 5f21596795
commit 61f2d9b07a

View file

@ -2457,7 +2457,7 @@ gst_base_src_update_length (GstBaseSrc * src, guint64 offset, guint * length,
/* ERRORS */
unexpected_length:
{
GST_WARNING_OBJECT (src, "processing at or past EOS");
GST_DEBUG_OBJECT (src, "processing at or past EOS");
return FALSE;
}
}