[gst-devel] Fix segfault in gstplay

Benjamin Otte in7y118 at public.uni-hamburg.de
Sun Jan 13 05:17:06 CET 2002


Hi,

Haven't tested this, but it's quite straightforward.

Benjamin





-------------- next part --------------
Index: src/gstmediaplay.c
===================================================================
RCS file: /cvsroot/gstreamer/gstplay/src/gstmediaplay.c,v
retrieving revision 1.4
diff -u -r1.4 gstmediaplay.c
--- src/gstmediaplay.c	2002/01/01 03:12:21	1.4
+++ src/gstmediaplay.c	2002/01/11 19:06:53
@@ -181,7 +181,7 @@
 }
 
 static gboolean
-cb_idle_play (GtkWidget *widget, GstMediaPlay *mplay)
+cb_idle_play (GstMediaPlay *mplay)
 {
 	GstElement *pipeline;
 


More information about the gstreamer-devel mailing list