From c9528868130c313da1795df7adc2ef2457fc5862 Mon Sep 17 00:00:00 2001 From: Thibault Saunier Date: Tue, 25 Nov 2014 15:32:31 +0100 Subject: [PATCH] validate: Already having a monitor is no error --- validate/gst/validate/gst-validate-element-monitor.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/validate/gst/validate/gst-validate-element-monitor.c b/validate/gst/validate/gst-validate-element-monitor.c index 9d3c28258a..a7690ecee3 100644 --- a/validate/gst/validate/gst-validate-element-monitor.c +++ b/validate/gst/validate/gst-validate-element-monitor.c @@ -207,8 +207,8 @@ gst_validate_element_monitor_do_setup (GstValidateMonitor * monitor) element = GST_VALIDATE_ELEMENT_MONITOR_GET_ELEMENT (monitor); if (g_object_get_data ((GObject *) element, "validate-monitor")) { - GST_WARNING_OBJECT (elem_monitor, - "Pad already has a validate-monitor associated"); + GST_DEBUG_OBJECT (elem_monitor, + "Pad already has a validate-monitor associated"); return FALSE; } -- 2.34.1