mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-06 23:48:53 +00:00
make error signal use the right types
Original commit message from CVS: make error signal use the right types
This commit is contained in:
parent
1537908491
commit
66b974800f
1 changed files with 1 additions and 1 deletions
|
@ -613,7 +613,7 @@ gst_play_class_init (GstPlayClass *klass)
|
||||||
NULL, NULL,
|
NULL, NULL,
|
||||||
gst_marshal_VOID__OBJECT_PARAM,
|
gst_marshal_VOID__OBJECT_PARAM,
|
||||||
G_TYPE_NONE, 2,
|
G_TYPE_NONE, 2,
|
||||||
G_TYPE_OBJECT, G_TYPE_PARAM);
|
G_TYPE_OBJECT, G_TYPE_STRING);
|
||||||
|
|
||||||
gst_play_signals [STATE_CHANGE] =
|
gst_play_signals [STATE_CHANGE] =
|
||||||
g_signal_new ("state_change",
|
g_signal_new ("state_change",
|
||||||
|
|
Loading…
Reference in a new issue