diff options
author | Benjamin Otte <otte@gnome.org> | 2003-05-12 16:31:31 +0000 |
---|---|---|
committer | Benjamin Otte <otte@gnome.org> | 2003-05-12 16:31:31 +0000 |
commit | 38a61ca1ba8accd56d594ec8801bc87ed9ca86a1 (patch) | |
tree | 87278705f849cff0ab7c0fcb2f6584ee0bb23445 | |
parent | 8252b54d9f9a82b1a377f84963fd7d93e1c420d6 (diff) | |
download | gstreamer-plugins-bad-38a61ca1ba8accd56d594ec8801bc87ed9ca86a1.tar.gz |
make error signal use the right types
Original commit message from CVS:
make error signal use the right types
-rw-r--r-- | gst-libs/gst/play/play.old.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gst-libs/gst/play/play.old.c b/gst-libs/gst/play/play.old.c index c754d835a..a92bea515 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", |