diff --git a/gst/gstbus.c b/gst/gstbus.c index 589184f03b..daff8829c6 100644 --- a/gst/gstbus.c +++ b/gst/gstbus.c @@ -610,10 +610,10 @@ gst_bus_timed_pop_filtered (GstBus * bus, GstClockTime timeout, g_mutex_lock (&bus->priv->queue_lock); if (ret == 0) { - GST_INFO_OBJECT (bus, "timed out, breaking loop"); + GST_DEBUG_OBJECT (bus, "timed out, breaking loop"); break; } else { - GST_INFO_OBJECT (bus, "we got woken up, recheck for message"); + GST_DEBUG_OBJECT (bus, "we got woken up, recheck for message"); } }