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 642962 - jpeg decoder plugin won't compile with MSVC
jpeg decoder plugin won't compile with MSVC
Status: RESOLVED OBSOLETE
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
git master
Other Windows
: Normal normal
: NONE
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2011-02-22 13:29 UTC by Carsten Kroll
Modified: 2011-02-22 14:04 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
use g_slice for local storage (1.93 KB, patch)
2011-02-22 13:29 UTC, Carsten Kroll
none Details | Review

Description Carsten Kroll 2011-02-22 13:29:31 UTC
Created attachment 181584 [details] [review]
use g_slice for local storage

The MS compiler does not like the array creation on the stack. The attached patch works around this.
Comment 1 Tim-Philipp Müller 2011-02-22 14:04:08 UTC
I think this code has been fixed ages ago (version 0.10.17, November 2009).

Closing as OBSOLETE, please re-open in case I'm mistaken.