From b845ee86f818f2e758369e21a935b9abbf81259a Mon Sep 17 00:00:00 2001 From: Erik Walthinsen Date: Fri, 25 May 2001 21:31:12 +0000 Subject: [PATCH] removed some more noise, converted to GST_DEBUG Original commit message from CVS: removed some more noise, converted to GST_DEBUG --- gst/autoplug/gstautoplugcache.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gst/autoplug/gstautoplugcache.c b/gst/autoplug/gstautoplugcache.c index 094867238b..906eec8e3f 100644 --- a/gst/autoplug/gstautoplugcache.c +++ b/gst/autoplug/gstautoplugcache.c @@ -224,7 +224,7 @@ gst_autoplugcache_loop (GstElement *element) // if we've been told to fire an empty signal (after a reset) if (cache->fire_empty) { int oldstate = GST_STATE(cache); - fprintf(stderr,"at front of cache, about to pull, but firing signal\n"); + GST_DEBUG(0,"at front of cache, about to pull, but firing signal\n"); gst_object_ref (GST_OBJECT (cache)); gtk_signal_emit (GTK_OBJECT(cache), gst_autoplugcache_signals[CACHE_EMPTY], NULL); if (GST_STATE(cache) != oldstate) { @@ -315,7 +315,7 @@ GST_DEBUG(0,"caps_proxy is %d\n",cache->caps_proxy); case ARG_RESET: // no idea why anyone would set this to FALSE, but just in case ;-) if (GTK_VALUE_BOOL(*arg)) { - fprintf(stderr,"resetting playout pointer\n"); + GST_DEBUG(0,"resetting playout pointer\n"); // reset the playout pointer to the begining again cache->current_playout = cache->cache_start; // now we can fire a signal when the cache runs dry