After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 796440 - Basic tutorial 5 runtime error due to invalid DllImport
Basic tutorial 5 runtime error due to invalid DllImport
Status: RESOLVED OBSOLETE
Product: GStreamer
Classification: Platform
Component: gst-sharp
1.14.0
Other Windows
: Normal minor
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2018-05-28 23:59 UTC by tomislavtustonic
Modified: 2018-11-03 11:09 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch for invalid DllImport in BasicTutorial5.cs (1.28 KB, patch)
2018-05-28 23:59 UTC, tomislavtustonic
none Details | Review

Description tomislavtustonic 2018-05-28 23:59:34 UTC
Created attachment 372451 [details] [review]
Patch for invalid DllImport in BasicTutorial5.cs

Basic tutorial 5 (https://github.com/GStreamer/gstreamer-sharp/blob/master/samples/BasicTutorial5.cs) crashes in the runtime because it can't find libgdk-win32-3.0-0.dll and gdk_win32_drawable_get_handle.

It should be
[DllImport("libgdk-3-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern IntPtr gdk_win32_window_get_handle(IntPtr handle);
Comment 1 GStreamer system administrator 2018-11-03 11:09:23 UTC
-- GitLab Migration Automatic Message --

This bug has been migrated to freedesktop.org's GitLab instance and has been closed from further activity.

You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.freedesktop.org/gstreamer/gstreamer-sharp/issues/7.