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 633141 - MSVC cannot compile gstpythonplugin.c
MSVC cannot compile gstpythonplugin.c
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-python
git master
Other Windows
: Normal minor
: 0.10.20
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2010-10-25 21:31 UTC by David Hoyt
Modified: 2010-10-27 15:01 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Fixes plugin/gstpythonplugin.c to be compatible with MSVC (658 bytes, patch)
2010-10-25 21:31 UTC, David Hoyt
none Details | Review

Description David Hoyt 2010-10-25 21:31:09 UTC
Created attachment 173224 [details] [review]
Fixes plugin/gstpythonplugin.c to be compatible with MSVC

plugin/gstpythonplugin.c cannot be compiled by MSVC because a variable is not declared at the beginning of the block. The attached patch corrects the problem.

My apologies that it's not in git patch format.
Comment 1 Edward Hervey 2010-10-27 15:01:56 UTC
commit dc5d2e6167f936c5a5a4001893bf7c8fb066939e
Author: David Hoyt <dhoyt@llnl.gov>
Date:   Wed Oct 27 16:58:12 2010 +0200

    plugin: Fix build on MSVC
    
    Fixes #633141