[gst-cvs] CVS: gstreamer/plugins/dvdsrc dvdsrc.c,1.11,1.12
David I. Lehn
dlehn at users.sourceforge.net
Wed Oct 24 15:42:06 PDT 2001
- Previous message: [gst-cvs] CVS: gstreamer/docs/gst/tmpl gstautoplugfactory.sgml,NONE,1.1 gstelementfactory.sgml,NONE,1.1 gstpadtemplate.sgml,NONE,1.1 gstautoplug.sgml,1.9,1.10 gstelement.sgml,1.29,1.30 gstpad.sgml,1.29,1.30 gstreamer-unused.sgml,1.50,1.51 gsttypefactory.sgml,1.3,1.4
- Next message: [gst-cvs] CVS: gstreamer/gst/elements gsthttpsrc.c,1.15,1.16
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/gstreamer/gstreamer/plugins/dvdsrc
In directory usw-pr-cvs1:/tmp/cvs-serv17445/plugins/dvdsrc
Modified Files:
dvdsrc.c
Log Message:
Less debug output
Index: dvdsrc.c
===================================================================
RCS file: /cvsroot/gstreamer/gstreamer/plugins/dvdsrc/dvdsrc.c,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- dvdsrc.c 2001/10/18 21:06:05 1.11
+++ dvdsrc.c 2001/10/24 22:41:19 1.12
@@ -499,7 +499,7 @@
*/
navRead_DSI( &dsi_pack, &(data[ DSI_START_BYTE ]) );
assert( priv->cur_pack == dsi_pack.dsi_gi.nv_pck_lbn );
- navPrint_DSI(&dsi_pack);
+ //navPrint_DSI(&dsi_pack);
/**
- Previous message: [gst-cvs] CVS: gstreamer/docs/gst/tmpl gstautoplugfactory.sgml,NONE,1.1 gstelementfactory.sgml,NONE,1.1 gstpadtemplate.sgml,NONE,1.1 gstautoplug.sgml,1.9,1.10 gstelement.sgml,1.29,1.30 gstpad.sgml,1.29,1.30 gstreamer-unused.sgml,1.50,1.51 gsttypefactory.sgml,1.3,1.4
- Next message: [gst-cvs] CVS: gstreamer/gst/elements gsthttpsrc.c,1.15,1.16
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Gstreamer-commits
mailing list