make error signal use the right types

Original commit message from CVS:
make error signal use the right types
This commit is contained in:
Benjamin Otte 2003-05-12 16:31:31 +00:00
parent 8252b54d9f
commit 38a61ca1ba

View 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",