summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Crête <olivier.crete@collabora.com>2019-04-18 10:13:51 +0200
committerTim-Philipp Müller <tim@centricular.com>2019-05-02 08:31:25 +0100
commit91084561df9876c5074bf5f542eaea2d14622a25 (patch)
treed6a1bd55c093c4888b4a2a6916c9b5769c238f61
parent10e2cb84f8da4efa26203247df6065379cdb319d (diff)
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.
-rw-r--r--libs/gst/base/gstbasesrc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/gst/base/gstbasesrc.c b/libs/gst/base/gstbasesrc.c
index cfc09c1f2f..dfe656746e 100644
--- a/libs/gst/base/gstbasesrc.c
+++ b/libs/gst/base/gstbasesrc.c
@@ -2442,7 +2442,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;
}
}