[gst-cvs] CVS: gstreamer/tools Makefile.am,1.14,1.14.4.1 gstreamer-launch.c,1.24,1.24.4.1
Wim Taymans
wtay at users.sourceforge.net
Sun Sep 30 15:20:03 PDT 2001
- Previous message: [gst-cvs] CVS: gstreamer/gstplay gstplay.c,1.35,1.35.4.1
- Next message: [gst-cvs] CVS: gstreamer/docs/gst/tmpl gstautoplug.sgml,1.6,1.6.8.1 gstbuffer.sgml,1.13,1.13.4.1 gstbufferpool.sgml,1.6,1.6.4.1 gstdisksrc.sgml,1.10,1.10.8.1 gstelement.sgml,1.24,1.24.4.1 gstfakesink.sgml,1.9,1.9.4.1 gstfakesrc.sgml,1.9,1.9.6.1 gstidentity.sgml,1.9,1.9.4.1 gstobject.sgml,1.11,1.11.6.1 gstpad.sgml,1.26,1.26.4.1 gstplugin.sgml,1.14,1.14.4.1 gstqueue.sgml,1.10,1.10.6.1 gstreamer-unused.sgml,1.45,1.45.4.1 gsttee.sgml,1.4,1.4.4.1 gstthread.sgml,1.9,1.9.6.1 gsttype.sgml,1.8,1.8.14.1
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/gstreamer/gstreamer/tools
In directory usw-pr-cvs1:/tmp/cvs-serv726/tools
Modified Files:
Tag: BRANCH-EVENTS1
Makefile.am gstreamer-launch.c
Log Message:
More pending stuff
Index: Makefile.am
===================================================================
RCS file: /cvsroot/gstreamer/gstreamer/tools/Makefile.am,v
retrieving revision 1.14
retrieving revision 1.14.4.1
diff -u -d -r1.14 -r1.14.4.1
--- Makefile.am 2001/09/02 01:56:20 1.14
+++ Makefile.am 2001/09/30 22:19:04 1.14.4.1
@@ -15,6 +15,6 @@
gstreamer-complete.1 gstreamer-compprep.1
LDADD = $(GST_LIBS)
-CFLAGS = $(LIBGST_CFLAGS) -DGST_CONFIG_DIR=\"$(GST_CONFIG_DIR)\"
+CFLAGS = $(LIBGST_CFLAGS) -DGST_CONFIG_DIR=\"$(GST_CONFIG_DIR)\" -fprofile-arcs
EXTRA_DIST = $(man_MANS)
Index: gstreamer-launch.c
===================================================================
RCS file: /cvsroot/gstreamer/gstreamer/tools/gstreamer-launch.c,v
retrieving revision 1.24
retrieving revision 1.24.4.1
diff -u -d -r1.24 -r1.24.4.1
--- gstreamer-launch.c 2001/07/23 00:57:06 1.24
+++ gstreamer-launch.c 2001/09/30 22:19:04 1.24.4.1
@@ -61,7 +61,11 @@
gboolean
idle_func (gpointer data)
{
- return gst_bin_iterate (GST_BIN (data));
+ if (!gst_bin_iterate (GST_BIN (data))) {
+ gtk_main_quit ();
+ return FALSE;
+ }
+ return TRUE;
}
void
- Previous message: [gst-cvs] CVS: gstreamer/gstplay gstplay.c,1.35,1.35.4.1
- Next message: [gst-cvs] CVS: gstreamer/docs/gst/tmpl gstautoplug.sgml,1.6,1.6.8.1 gstbuffer.sgml,1.13,1.13.4.1 gstbufferpool.sgml,1.6,1.6.4.1 gstdisksrc.sgml,1.10,1.10.8.1 gstelement.sgml,1.24,1.24.4.1 gstfakesink.sgml,1.9,1.9.4.1 gstfakesrc.sgml,1.9,1.9.6.1 gstidentity.sgml,1.9,1.9.4.1 gstobject.sgml,1.11,1.11.6.1 gstpad.sgml,1.26,1.26.4.1 gstplugin.sgml,1.14,1.14.4.1 gstqueue.sgml,1.10,1.10.6.1 gstreamer-unused.sgml,1.45,1.45.4.1 gsttee.sgml,1.4,1.4.4.1 gstthread.sgml,1.9,1.9.6.1 gsttype.sgml,1.8,1.8.14.1
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Gstreamer-commits
mailing list