From ad67a1081dbfac7ef538c07cea8b6fc198646ddc Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Fri, 1 Nov 2002 21:41:28 +0000 Subject: backmerge Original commit message from CVS: backmerge --- gst/mixmatrix/mixmatrix.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'gst/mixmatrix/mixmatrix.c') diff --git a/gst/mixmatrix/mixmatrix.c b/gst/mixmatrix/mixmatrix.c index a8d5279f..12e6c1d6 100644 --- a/gst/mixmatrix/mixmatrix.c +++ b/gst/mixmatrix/mixmatrix.c @@ -176,14 +176,14 @@ mixmatrix_alloc_matrix (int x,int y) { gfloat **matrix; int i; - fprintf(stderr,"allocating a %dx%d matrix of floats\n",x,y); + GST_DEBUG(0,"mixmatrix: allocating a %dx%d matrix of floats\n",x,y); matrix = g_new(gfloat *,x); - fprintf(stderr,"%p: ",matrix); + GST_DEBUG(0,"mixmatrix: %p: ",matrix); for (i=0;i