[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
- Previous message: [gst-cvs] CVS: gstreamer/gst Makefile.am,1.75,1.76
- Next message: [gst-cvs] CVS: gstreamer/gst Makefile.am,1.76,1.77 cothreads.h,1.15,1.16 gstautoplug.c,1.22,1.23 gstbin.c,1.90,1.91 gstbuffer.c,1.36,1.37 gstbuffer.h,1.26,1.27 gstbufferpool.c,1.18,1.19 gstelement.c,1.75,1.76 gstelementfactory.c,1.45,1.46 gstextratypes.c,1.5,1.6 gstobject.c,1.23,1.24 gstpad.c,1.109,1.110 gstpad.h,1.63,1.64 gstparse.c,1.23,1.24 gstpipeline.c,1.52,1.53 gstplugin.c,1.64,1.65 gstpluginfeature.c,1.2,1.3 gstqueue.c,1.16,1.17 gstscheduler.c,1.31,1.32 gstthread.c,1.53,1.54 gsttype.c,1.30,1.31 gsttypefind.c,1.10,1.11 gstutils.c,1.15,1.16 gstxml.c,1.22,1.23
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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);
- Previous message: [gst-cvs] CVS: gstreamer/gst Makefile.am,1.75,1.76
- Next message: [gst-cvs] CVS: gstreamer/gst Makefile.am,1.76,1.77 cothreads.h,1.15,1.16 gstautoplug.c,1.22,1.23 gstbin.c,1.90,1.91 gstbuffer.c,1.36,1.37 gstbuffer.h,1.26,1.27 gstbufferpool.c,1.18,1.19 gstelement.c,1.75,1.76 gstelementfactory.c,1.45,1.46 gstextratypes.c,1.5,1.6 gstobject.c,1.23,1.24 gstpad.c,1.109,1.110 gstpad.h,1.63,1.64 gstparse.c,1.23,1.24 gstpipeline.c,1.52,1.53 gstplugin.c,1.64,1.65 gstpluginfeature.c,1.2,1.3 gstqueue.c,1.16,1.17 gstscheduler.c,1.31,1.32 gstthread.c,1.53,1.54 gsttype.c,1.30,1.31 gsttypefind.c,1.10,1.11 gstutils.c,1.15,1.16 gstxml.c,1.22,1.23
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Gstreamer-commits
mailing list