client: fix send-message signal marshaller

Use generic marshalling for the send-message signal. It has
two POINTER arguments, not just one.

https://bugzilla.gnome.org/show_bug.cgi?id=729900
This commit is contained in:
Aleix Conchillo Flaqué 2014-05-09 17:25:07 -07:00 committed by Tim-Philipp Müller
parent b8165dbd60
commit d01beef7c5

View file

@ -250,7 +250,7 @@ gst_rtsp_client_class_init (GstRTSPClientClass * klass)
gst_rtsp_client_signals[SIGNAL_SEND_MESSAGE] =
g_signal_new ("send-message", G_TYPE_FROM_CLASS (klass),
G_SIGNAL_RUN_LAST, 0, NULL, NULL, g_cclosure_marshal_VOID__POINTER,
G_SIGNAL_RUN_LAST, 0, NULL, NULL, g_cclosure_marshal_generic,
G_TYPE_NONE, 2, G_TYPE_POINTER, G_TYPE_POINTER);
tunnels =