<div dir="ltr">I do not know much about the overall status of this project.  I can see from the conversation ...<div><br></div><blockquote style="margin:0 0 0 40px;border:none;padding:0px"><div><a href="https://gitlab.freedesktop.org/gstreamer/gstreamer-sharp/-/issues/10">https://gitlab.freedesktop.org/gstreamer/gstreamer-sharp/-/issues/10</a> </div></blockquote><div><br></div><div>... that it apparently works with .NET Framework but not .NET Standard or Core.</div><div><br></div><div>I can also tell you that it doesn't work with the msvc binaries on Windows (just the mingw binaries, presumably).  I recently tried to do some surgery on gstreamer-sharp and GLibSharp, to make it work with .NET Standard and the msvc binaries.  But when I tried to use the GstDiscoverer on a file, I got some kind of memory violation exception.  I never tried it with the mingw binaries but presumably that might have worked (just guessing).</div><div><div><br></div><div>I can also tell you that most of the objects are `IDisposable` because they are backed with native pointers.  The finalizers don't backstop the `Dispose` method for you ... which means you would need to use a lot of `using` statements or otherwise use special logic to dispose all of these gstreamer-sharp objects.</div></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, May 4, 2020 at 2:38 AM Magnus Caro <<a href="mailto:magnus.caro@outlook.com">magnus.caro@outlook.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">




<div dir="ltr">
<div style="font-family:Calibri,Helvetica,sans-serif;font-size:12pt;color:rgb(0,0,0)">
</div>
<span>Hi,<br>
</span>
<div><br>
</div>
<div>I don’t know if this is the correct mailing list regarding my questionnaire, however from the description of the mailing lists, this was the one I felt fit the best.<br>
</div>
<div><br>
</div>
<div>From the gstreamer website (<a href="https://gstreamer.freedesktop.org/bindings/" target="_blank">https://gstreamer.freedesktop.org/bindings/</a>) I can see that the .NET bindings are still under development. I was wondering if there has been any tests done to these bindings, and if so are they available to see anywhere?
<br>
</div>
<div>Furthermore when will it "release" if there exists such a date?<br>
</div>
<div><br>
</div>
<div>Thank you in advance for answering.<br>
</div>
<div><br>
</div>
<div>Kind regards<br>
</div>
<div>Magnus Berntsen Caro<br>
</div>
<span></span>
<div style="font-family:Calibri,Helvetica,sans-serif;font-size:12pt;color:rgb(0,0,0)">
</div>
</div>

_______________________________________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.freedesktop.org" target="_blank">gstreamer-devel@lists.freedesktop.org</a><br>
<a href="https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" rel="noreferrer" target="_blank">https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a><br>
</blockquote></div>