GNOME Bugzilla – Bug 729900
rtsp-client: wrong marshalling in send-message signal
Last modified: 2014-05-10 11:30:25 UTC
The new "send-message" has two arguments and uses g_cclosure_marshal_VOID__POINTER. When connecting to the signal I'm getting the following backtrace:
+ Trace 233579
Created attachment 276268 [details] [review] use generic marshalling
Pushed, thanks: commit d01beef7c54da0022c952956ff70a81e09093f16 Author: Aleix Conchillo Flaqué <aleix@oblong.com> Date: Fri May 9 17:25:07 2014 -0700 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