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

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Fri Nov 21 02:20:22 PST 2014


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

           Summary: Calling Emit(..) unbalances the stack
    Classification: Platform
           Product: GStreamer
           Version: 1.4.4
        OS/Version: Windows
            Status: UNCONFIRMED
          Severity: major
          Priority: Normal
         Component: gst-sharp
        AssignedTo: gstreamer-bugs at lists.freedesktop.org
        ReportedBy: ralph.gucwa at racelogic.co.uk
         QAContact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---


I'm using gnonlin and when I try to commit the changes to a gnlcomposition by
emiting a "commit" signal, I get the following error:

PInvokeStackImbalance was detected
Message: A call to PInvoke function
'gstreamer-sharp!Gst.DynamicSignal::gstsharp_g_type_from_instance' has
unbalanced the stack. This is likely because the managed PInvoke signature does
not match the unmanaged target signature. Check that the calling convention and
parameters of the PInvoke signature match the target unmanaged signature.


All I'm doing is executing this line:
videoComposition.Emit("commit", changedObject);

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