[gst-cvs] CVS: gstreamer/plugins/oss gstosssink.c,1.23,1.24
Steve Baker
sbaker3 at users.sourceforge.net
Sun Oct 21 10:50:02 PDT 2001
- Previous message: [gst-cvs] CVS: gstreamer/docs/gst/tmpl gst.sgml,1.7,1.8 gstbin.sgml,1.12,1.13 gstbuffer.sgml,1.16,1.17 gstbufferpool.sgml,1.9,1.10 gstcaps.sgml,1.15,1.16 gstelement.sgml,1.27,1.28 gstevent.sgml,1.1,1.2 gstinfo.sgml,1.8,1.9 gstlog.sgml,1.2,1.3 gstobject.sgml,1.13,1.14 gstpad.sgml,1.28,1.29 gstpipeline.sgml,1.9,1.10 gstplugin.sgml,1.16,1.17 gstpluginfeature.sgml,1.1,1.2 gstreamer-unused.sgml,1.48,1.49 gsttrace.sgml,1.5,1.6 gsttypefactory.sgml,1.1,1.2
- Next message: [gst-cvs] CVS: gstreamer/gst/elements Makefile.am,1.30,1.31 gstdisksrc.c,1.37,1.38 gstmultidisksrc.c,1.5,1.6 gstpipefilter.c,1.13,1.14 gstsinesrc.c,1.24,NONE gstsinesrc.h,1.14,NONE
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/gstreamer/gstreamer/plugins/oss
In directory usw-pr-cvs1:/tmp/cvs-serv28095
Modified Files:
gstosssink.c
Log Message:
no other plugins do this. and its giving me crashes
Index: gstosssink.c
===================================================================
RCS file: /cvsroot/gstreamer/gstreamer/plugins/oss/gstosssink.c,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -d -r1.23 -r1.24
--- gstosssink.c 2001/10/17 22:19:33 1.23
+++ gstosssink.c 2001/10/21 17:49:51 1.24
@@ -580,10 +580,6 @@
if (GST_FLAG_IS_SET (element, GST_OSSSINK_OPEN))
gst_osssink_close_audio (osssink);
- if (GST_PAD_CAPS (osssink->sinkpad)) {
- gst_caps_unref (GST_PAD_CAPS (osssink->sinkpad));
- GST_PAD_CAPS (osssink->sinkpad) = NULL;
- }
/* otherwise (READY or higher) we need to open the sound card */
} else {
if (!GST_FLAG_IS_SET (element, GST_OSSSINK_OPEN)) {
- Previous message: [gst-cvs] CVS: gstreamer/docs/gst/tmpl gst.sgml,1.7,1.8 gstbin.sgml,1.12,1.13 gstbuffer.sgml,1.16,1.17 gstbufferpool.sgml,1.9,1.10 gstcaps.sgml,1.15,1.16 gstelement.sgml,1.27,1.28 gstevent.sgml,1.1,1.2 gstinfo.sgml,1.8,1.9 gstlog.sgml,1.2,1.3 gstobject.sgml,1.13,1.14 gstpad.sgml,1.28,1.29 gstpipeline.sgml,1.9,1.10 gstplugin.sgml,1.16,1.17 gstpluginfeature.sgml,1.1,1.2 gstreamer-unused.sgml,1.48,1.49 gsttrace.sgml,1.5,1.6 gsttypefactory.sgml,1.1,1.2
- Next message: [gst-cvs] CVS: gstreamer/gst/elements Makefile.am,1.30,1.31 gstdisksrc.c,1.37,1.38 gstmultidisksrc.c,1.5,1.6 gstpipefilter.c,1.13,1.14 gstsinesrc.c,1.24,NONE gstsinesrc.h,1.14,NONE
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Gstreamer-commits
mailing list