make error signal use the right types
authorBenjamin Otte <otte@gnome.org>
Mon, 12 May 2003 16:31:31 +0000 (16:31 +0000)
committerBenjamin Otte <otte@gnome.org>
Mon, 12 May 2003 16:31:31 +0000 (16:31 +0000)
Original commit message from CVS:
make error signal use the right types

gst-libs/gst/play/play.old.c

index c754d835ab7566968020c6082462d62af924f817..a92bea5150742a4cb405a6130d6da2940435a8cf 100644 (file)
@@ -613,7 +613,7 @@ gst_play_class_init (GstPlayClass *klass)
                              NULL, NULL,
                              gst_marshal_VOID__OBJECT_PARAM, 
                              G_TYPE_NONE, 2, 
-                             G_TYPE_OBJECT, G_TYPE_PARAM);
+                             G_TYPE_OBJECT, G_TYPE_STRING);
        
        gst_play_signals [STATE_CHANGE] = 
                g_signal_new ("state_change",