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 765426 - dshowsrcwrapper: Fix link error (SAFESEH)
dshowsrcwrapper: Fix link error (SAFESEH)
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other Windows
: Normal normal
: 1.9.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2016-04-22 13:03 UTC by Jérôme Laheurte
Modified: 2016-04-23 14:15 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch (855 bytes, patch)
2016-04-22 13:03 UTC, Jérôme Laheurte
committed Details | Review

Description Jérôme Laheurte 2016-04-22 13:03:08 UTC
Created attachment 326548 [details] [review]
Patch

Link dshowsrcwrapper with the /SAFESEH:NO linker option or it doesn't link with the official gstreamer Windows binaries.
Comment 1 Tim-Philipp Müller 2016-04-23 14:15:13 UTC
Thanks, squashed this with the other patch:

commit 97529971fcda15982128373147513ba6608dffd0
Author: Jerome Laheurte <jlaheurte@quividi.com>
Date:   Fri Apr 22 14:44:57 2016 +0200

    dshowsrcwrapper: fix include path and link error
    
    Add include path so that the cmake-generated project
    is able to find gstconfig.h
    
    Add /SAFESEH:NO to MSVC linker options so it can link with
    gstreamer libraries on Windows.
    
    https://bugzilla.gnome.org//show_bug.cgi?id=765426