diff options
author | Olivier CrĂȘte <olivier.crete@collabora.co.uk> | 2009-09-16 14:23:24 -0400 |
---|---|---|
committer | Olivier CrĂȘte <olivier.crete@collabora.co.uk> | 2009-09-30 20:36:05 -0400 |
commit | 00db9a585b9e1db1d8e72e6decbbad2f2f554a92 (patch) | |
tree | 70fa6acba7d53d3eab4157a7a8eab70cbfe57e48 /gst/rtp/gstrtpg729pay.c | |
parent | 165516f0ef12b57574e10f2e02a0430f573d1bd0 (diff) |
rtpg729pay/depay: Demote per-buffer debug messages to log level
Diffstat (limited to 'gst/rtp/gstrtpg729pay.c')
-rw-r--r-- | gst/rtp/gstrtpg729pay.c | 2 |
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); |