From: Benjamin Otte Date: Mon, 12 May 2003 16:31:31 +0000 (+0000) Subject: make error signal use the right types X-Git-Tag: 1.19.3~507^2~24382 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=38a61ca1ba8accd56d594ec8801bc87ed9ca86a1;p=platform%2Fupstream%2Fgstreamer.git make error signal use the right types Original commit message from CVS: make error signal use the right types --- diff --git a/gst-libs/gst/play/play.old.c b/gst-libs/gst/play/play.old.c index c754d83..a92bea5 100644 --- a/gst-libs/gst/play/play.old.c +++ b/gst-libs/gst/play/play.old.c @@ -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",