[Bug 740483] Calling Emit(..) unbalances the stack

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Fri Nov 21 03:13:16 PST 2014


https://bugzilla.gnome.org/show_bug.cgi?id=740483
  GStreamer | gst-sharp | 1.4.4

--- Comment #2 from Ralph <ralph.gucwa at racelogic.co.uk> 2014-11-21 11:13:14 UTC ---
In C# the Emit(..) method definition looks like that:

        public object Emit(string signal, params object[] parameters);

It means that from the C# perspective, the parameters should be passed TO the
method, not returned by it.

BTW, calling videoComposition.Emit("commit") without specifying any parameters
causes the same PInvokeStackImbalance problem.

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list