mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-20 21:16:24 +00:00
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:
parent
5f21596795
commit
61f2d9b07a
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue