summaryrefslogtreecommitdiffstats
path: root/gst/rtp/gstrtpg729pay.c
diff options
context:
space:
mode:
authorOlivier CrĂȘte <olivier.crete@collabora.co.uk>2009-09-16 14:23:24 -0400
committerOlivier CrĂȘte <olivier.crete@collabora.co.uk>2009-09-30 20:36:05 -0400
commit00db9a585b9e1db1d8e72e6decbbad2f2f554a92 (patch)
tree70fa6acba7d53d3eab4157a7a8eab70cbfe57e48 /gst/rtp/gstrtpg729pay.c
parent165516f0ef12b57574e10f2e02a0430f573d1bd0 (diff)
rtpg729pay/depay: Demote per-buffer debug messages to log level
Diffstat (limited to 'gst/rtp/gstrtpg729pay.c')
-rw-r--r--gst/rtp/gstrtpg729pay.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/rtp/gstrtpg729pay.c b/gst/rtp/gstrtpg729pay.c
index 733379c4..8337f988 100644
--- a/gst/rtp/gstrtpg729pay.c
+++ b/gst/rtp/gstrtpg729pay.c
@@ -205,7 +205,7 @@ gst_rtp_g729_pay_handle_buffer (GstBaseRTPPayload * payload, GstBuffer * buf)
min_payload_len = max_payload_len;
}
- GST_DEBUG_OBJECT (basertpaudiopayload,
+ GST_LOG_OBJECT (basertpaudiopayload,
"Calculated min_payload_len %u and max_payload_len %u",
min_payload_len, max_payload_len);