mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-13 03:24:14 +00:00
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:
parent
b8165dbd60
commit
d01beef7c5
1 changed files with 1 additions and 1 deletions
|
@ -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 =
|
||||
|
|
Loading…
Reference in a new issue