mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-20 04:56:24 +00:00
[MOVED FROM GST-P-FARSIGHT] debug message made into errors because that's what they are...
20080320184841-4f0f6-8a2d283297b02713dade0ae4acaa5f6e0f67eace.gz
This commit is contained in:
parent
f3bcdb3a29
commit
c8be507679
1 changed files with 3 additions and 3 deletions
|
@ -330,13 +330,13 @@ gst_rtp_dtmf_depay_process (GstBaseRTPDepayload * depayload, GstBuffer * buf)
|
||||||
dtmf_message = gst_message_new_element (GST_OBJECT (depayload), structure);
|
dtmf_message = gst_message_new_element (GST_OBJECT (depayload), structure);
|
||||||
if (dtmf_message) {
|
if (dtmf_message) {
|
||||||
if (!gst_element_post_message (GST_ELEMENT (depayload), 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 {
|
} else {
|
||||||
GST_DEBUG_OBJECT (depayload, "Unable to create dtmf-event message");
|
GST_ERROR_OBJECT (depayload, "Unable to create dtmf-event message");
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
GST_DEBUG_OBJECT (depayload, "Unable to create dtmf-event structure");
|
GST_ERROR_OBJECT (depayload, "Unable to create dtmf-event structure");
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
guint16 duration = dtmf_payload.duration;
|
guint16 duration = dtmf_payload.duration;
|
||||||
|
|
Loading…
Reference in a new issue