From 773f14248390fb28682ac5406a203d3d90f86803 Mon Sep 17 00:00:00 2001 From: Gabriel Millaire Date: Wed, 7 Oct 2009 09:31:19 -0400 Subject: [PATCH] celtpay/depay : change GST_DEBUG_OBJECT to GST_LOG_OBJECT in pay_handle_buffer and depay_process --- gst/rtp/gstrtpceltdepay.c | 4 ++-- gst/rtp/gstrtpceltpay.c | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/gst/rtp/gstrtpceltdepay.c b/gst/rtp/gstrtpceltdepay.c index 47617f1..cdd97bb 100644 --- a/gst/rtp/gstrtpceltdepay.c +++ b/gst/rtp/gstrtpceltdepay.c @@ -195,7 +195,7 @@ gst_rtp_celt_depay_setcaps (GstBaseRTPDepayload * depayload, GstCaps * caps) /* ERRORS */ no_clockrate: { - GST_DEBUG_OBJECT (depayload, "no clock-rate specified"); + GST_ERROR_OBJECT (depayload, "no clock-rate specified"); return FALSE; } } @@ -219,7 +219,7 @@ gst_rtp_celt_depay_process (GstBaseRTPDepayload * depayload, GstBuffer * buf) timestamp = GST_BUFFER_TIMESTAMP (buf); - GST_DEBUG_OBJECT (depayload, "process : got %d bytes, mark %d ts %u seqn %d", + GST_LOG_OBJECT (depayload, "got %d bytes, mark %d ts %u seqn %d", GST_BUFFER_SIZE (buf), gst_rtp_buffer_get_marker (buf), gst_rtp_buffer_get_timestamp (buf), gst_rtp_buffer_get_seq (buf)); diff --git a/gst/rtp/gstrtpceltpay.c b/gst/rtp/gstrtpceltpay.c index aee3a08..f333369 100644 --- a/gst/rtp/gstrtpceltpay.c +++ b/gst/rtp/gstrtpceltpay.c @@ -389,7 +389,7 @@ gst_rtp_celt_pay_handle_buffer (GstBaseRTPPayload * basepayload, duration = GST_BUFFER_DURATION (buffer); - GST_DEBUG_OBJECT (rtpceltpay, + GST_LOG_OBJECT (rtpceltpay, "got buffer of duration %" GST_TIME_FORMAT ", size %u", GST_TIME_ARGS (duration), size); -- 2.7.4