summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYouness Alaoui <youness.alaoui@collabora.co.uk>2008-03-20 18:48:41 +0000
committerEdward Hervey <bilboed@bilboed.com>2009-02-21 17:48:05 +0100
commit9681c48d07ce4c567cfbfd991da5316318928fd2 (patch)
treee179765049f8ee85dd812b18d5bcc95a460c6b93
parent4a20b33543a09f28bb2c74b604780fac106e05a5 (diff)
[MOVED FROM GST-P-FARSIGHT] debug message made into errors because that's what they are...
-rw-r--r--gst/dtmf/gstrtpdtmfdepay.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/gst/dtmf/gstrtpdtmfdepay.c b/gst/dtmf/gstrtpdtmfdepay.c
index 1f714cc79..4350f2217 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;