celtpay/depay : change GST_DEBUG_OBJECT to GST_LOG_OBJECT in pay_handle_buffer and...
authorGabriel Millaire <gabriel.millaire@collabora.co.uk>
Wed, 7 Oct 2009 13:31:19 +0000 (09:31 -0400)
committerOlivier CrĂȘte <olivier.crete@collabora.co.uk>
Wed, 4 Nov 2009 17:02:50 +0000 (12:02 -0500)
gst/rtp/gstrtpceltdepay.c
gst/rtp/gstrtpceltpay.c

index 47617f1..cdd97bb 100644 (file)
@@ -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));
index aee3a08..f333369 100644 (file)
@@ -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);