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

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Sat Nov 22 05:43:54 PST 2014


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

--- Comment #4 from Stephan Sundermann <ssundermann at gnome.org> 2014-11-22 13:43:51 UTC ---
Anyway, you seem to be misusing the Emit function, since you need to pass a new
object[] containing the parameters. videoComposition.Emit("commit", new
object[] { recurse }); You need to ignore the first parameter since this will
be the pointer to the object you are calling Emit on and the user_data
parameter. There's a sample how to use the Emit function at
https://github.com/gstreamer-sharp/gstreamer-sharp/blob/master/samples/PlaybackTutorial1.cs#L114

-- 
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