[Bug 739069] New: Gst.Init(ref string[] argv) throws AccessViolationException

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Thu Oct 23 05:13:53 PDT 2014


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

           Summary: Gst.Init(ref string[] argv) throws
                    AccessViolationException
    Classification: Platform
           Product: GStreamer
           Version: 1.4.3
        OS/Version: Windows
            Status: UNCONFIRMED
          Severity: normal
          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: ---


Initializing GStreamer by calling Gst.Init() works reliably.

Initializing GStreamer by calling Gst.Init(ref string[] argv) throws
AccessViolationException "Attempted to read or write protected memory. This is
often an indication that other memory is corrupt."

My code looks like that:

 string[] arguments = Environment.GetCommandLineArgs();
 Gst.Application.Init(ref arguments);

My configuration:
- Operating system: Windows 7 64-bit
- My test application: C# .NET 4.0 WPF
- GStreamer 1.4.3 binaries
- Gstreamer-sharp built on Linux
- The glue built on Windows using xDarkice's solution
https://github.com/xDarkice/libgstreamersharpglue

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