From d71386a0337c1c1aba1a88ba5108f28d54f62768 Mon Sep 17 00:00:00 2001 From: Jan Schmidt Date: Sun, 26 Apr 2009 21:26:00 +0100 Subject: resindvd: Convert some g_print to GST_LOG_OBJECT and friends, remove some others Trim down the g_print verbosity. --- ext/resindvd/rsnaudiodec.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'ext/resindvd/rsnaudiodec.c') diff --git a/ext/resindvd/rsnaudiodec.c b/ext/resindvd/rsnaudiodec.c index d571410e..0118ef20 100644 --- a/ext/resindvd/rsnaudiodec.c +++ b/ext/resindvd/rsnaudiodec.c @@ -267,7 +267,6 @@ rsn_audiodec_proxy_src_chain (GstPad * pad, GstBuffer * buf) gst_object_unref (srcpad); - g_print ("srcpad %p\n", self->srcpad); if (self == NULL) return GST_FLOW_ERROR; @@ -395,7 +394,6 @@ rsn_audiodec_change_state (GstElement * element, GstStateChange transition) GstStateChangeReturn ret; RsnAudioDec *self = RSN_AUDIODEC (element); - g_print ("State change in element %p trans %d\n", element, transition); switch (transition) { case GST_STATE_CHANGE_NULL_TO_READY:{ GstElement *new_child; -- cgit v1.2.1