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 629494 - Latest gst-launch.c doesn't build in Visual Studio 2008
Latest gst-launch.c doesn't build in Visual Studio 2008
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
git master
Other Windows
: Normal blocker
: 0.10.31
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2010-09-13 09:47 UTC by Vladimir Eremeev
Modified: 2010-09-17 17:56 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Vladimir Eremeev 2010-09-13 09:47:30 UTC
The latest commit introduces a new function (bus_sync_handler, afair), which uses the access function, which is absent in MS VC 2008.
Comment 1 Sebastian Dröge (slomo) 2010-09-17 17:56:42 UTC
commit 748433776aacd69a95fdadd35288628755b15d24
Author: Sebastian Dröge <sebastian.droege@collabora.co.uk>
Date:   Fri Sep 17 19:53:33 2010 +0200

    gst-launch: Use g_file_test() instead of access() which does not exist on MS
    
    Fixes bug #629494.