From c8be507679048e9173f424a420cb183a53b845a2 Mon Sep 17 00:00:00 2001 From: Youness Alaoui Date: Thu, 20 Mar 2008 18:48:41 +0000 Subject: [PATCH] [MOVED FROM GST-P-FARSIGHT] debug message made into errors because that's what they are... 20080320184841-4f0f6-8a2d283297b02713dade0ae4acaa5f6e0f67eace.gz --- gst/dtmf/gstrtpdtmfdepay.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gst/dtmf/gstrtpdtmfdepay.c b/gst/dtmf/gstrtpdtmfdepay.c index 1f714cc..4350f22 100644 --- a/gst/dtmf/gstrtpdtmfdepay.c +++ b/gst/dtmf/gstrtpdtmfdepay.c @@ -330,13 +330,13 @@ gst_rtp_dtmf_depay_process (GstBaseRTPDepayload * depayload, GstBuffer * buf) dtmf_message = gst_message_new_element (GST_OBJECT (depayload), structure); if (dtmf_message) { if (!gst_element_post_message (GST_ELEMENT (depayload), dtmf_message)) { - GST_DEBUG_OBJECT (depayload, "Unable to send dtmf-event message to bus"); + GST_ERROR_OBJECT (depayload, "Unable to send dtmf-event message to bus"); } } else { - GST_DEBUG_OBJECT (depayload, "Unable to create dtmf-event message"); + GST_ERROR_OBJECT (depayload, "Unable to create dtmf-event message"); } } else { - GST_DEBUG_OBJECT (depayload, "Unable to create dtmf-event structure"); + GST_ERROR_OBJECT (depayload, "Unable to create dtmf-event structure"); } } else { guint16 duration = dtmf_payload.duration; -- 2.7.4