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 636185 - qtmux: msvc incompatibility
qtmux: msvc incompatibility
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other Windows
: Normal normal
: 0.10.21
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2010-12-01 02:18 UTC by David Hoyt
Modified: 2010-12-01 09:53 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Fixes the issue (273 bytes, patch)
2010-12-01 02:19 UTC, David Hoyt
committed Details | Review

Description David Hoyt 2010-12-01 02:18:17 UTC
In commit http://cgit.freedesktop.org/gstreamer/gst-plugins-bad/commit/?id=401fb0a09b766107a8a27d1663ec1d4beb99a49b an incompatibility with Windows (MSVC) was introduced. MinGW has inlined support for ftruncate(), but MSVC does not. I'll be attaching a small patch to fix the issue.
Comment 1 David Hoyt 2010-12-01 02:19:09 UTC
Created attachment 175598 [details] [review]
Fixes the issue
Comment 2 Mark Nauwelaerts 2010-12-01 09:53:25 UTC
commit c79aba9e1ec22cbae108cb8c6cda563c883e62e3
Author: David Hoyt <dhoyt@llnl.gov>
Date:   Wed Dec 1 10:45:49 2010 +0100

    qtmux: handle msvc ftruncate incompatibility
    
    Fixes #636185.