basesrc: Downgrade EOS warning
authorOlivier Crête <olivier.crete@collabora.com>
Thu, 18 Apr 2019 08:13:51 +0000 (10:13 +0200)
committerTim-Philipp Müller <tim@centricular.com>
Thu, 18 Apr 2019 13:55:47 +0000 (13:55 +0000)
In the case of pushfilesrc, this is the expected behaviour, so let's
downgrade the warning to a debug message to avoid confusing users.

libs/gst/base/gstbasesrc.c

index 3902e5a..e7e3815 100644 (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;
   }
 }