[gst-cvs] CVS: gstreamer/gst/elements gstfilesrc.c,1.3,1.4

Joshua Pritikin jpritikin at users.sourceforge.net
Fri Sep 14 15:14:02 PDT 2001


Update of /cvsroot/gstreamer/gstreamer/gst/elements
In directory usw-pr-cvs1:/tmp/cvs-serv16565/gst/elements

Modified Files:
	gstfilesrc.c 
Log Message:
comment out unsupressable debugging foo


Index: gstfilesrc.c
===================================================================
RCS file: /cvsroot/gstreamer/gstreamer/gst/elements/gstfilesrc.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- gstfilesrc.c	2001/09/10 19:46:01	1.3
+++ gstfilesrc.c	2001/09/14 22:13:55	1.4
@@ -331,7 +331,7 @@
 {
   GstFileSrc *src = GST_FILESRC(GST_BUFFER_POOL_PRIVATE(buf));
 
-  fprintf(stderr,"freeing mmap()d buffer at %d+%d\n",GST_BUFFER_OFFSET(buf),GST_BUFFER_SIZE(buf));
+  // fprintf(stderr,"freeing mmap()d buffer at %d+%d\n",GST_BUFFER_OFFSET(buf),GST_BUFFER_SIZE(buf));
 
   // remove the buffer from the list of available mmap'd regions
   g_mutex_lock(src->map_regions_lock);





More information about the Gstreamer-commits mailing list