Commit graph

12 commits

Author SHA1 Message Date
Aaron Boxer
38a0731461 build: on Windows, use MSVC format for gst*, glib and gobject dlls
Generated files were generated using 'ninja -C build update-code'
except for libgstfft, which had to be updated manually
(see issue #25).

Note: with these changes, building on MS Windows will require
the msvc compiler - mingw will no longer work.
2019-11-18 14:19:39 -05:00
andy.green@datapath.co.uk
10f0476c9f Fix for pointer arithmetic error in DynamicSignal.cs
Marshal.ReadIntPtr offset property is in byte.

https://bugzilla.gnome.org/show_bug.cgi?id=796497
2018-06-05 09:48:36 -04:00
Justin Kim
b65093ab72 DynamicSignal: Add Dispose to SignalInfo
SignalInfo implements IDisposable to free GCHandle.

https://bugzilla.gnome.org/show_bug.cgi?id=793982
2018-03-13 08:56:41 -03:00
Justin Kim
33c41a50a5 DynamicSignal: Add UnmanagedFunctionPointer to GClosureMarshal
Without the convention, Gst.Object.Connect causes AccessViolationException.

https://bugzilla.gnome.org/show_bug.cgi?id=792096
2018-01-02 10:12:59 -03:00
Erlend Graff
cdb4a5b84b DynamicSignal: use NativeType property instead of doing unsafe pointer trickery
(which doesn't work with MS csc)

https://bugzilla.gnome.org/show_bug.cgi?id=788132
2017-09-25 14:16:25 -03:00
Thibault Saunier
9c289eb563 Do not use glue anymore!
This is not needed anymore as ABI compatible structures are now generated
and used by the code generator.
2017-09-06 13:22:57 -03:00
Stephan Sundermann
388f3846ed DynamicSignal: Add missing calling convention 2014-11-25 11:15:11 +01:00
Stephan Sundermann
db3ffc2a70 DynamicSignal: Reformat to match conventions 2014-11-25 11:13:44 +01:00
Stephan Sundermann
e2a67a2a0d Glue: Changed gluelib mapping to libgstreamersharpglue.dll 2013-12-21 16:52:28 +01:00
Stephan Sundermann
538984349d DynamicSignal: Fixed glue code name 2013-12-21 16:52:25 +01:00
Stephan Sundermann
2666e9a64c dllmap: Fixed mapping for glue library 2013-12-21 16:52:25 +01:00
Stephan Sundermann
3d42f7d625 Added glue Added dynamic signals Regenerated API 2013-12-21 16:52:20 +01:00