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 640705 - Incorrect DEFAULT_AUDIOSINK macros in config.h files for win32
Incorrect DEFAULT_AUDIOSINK macros in config.h files for win32
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins
git master
Other Windows
: Normal blocker
: 0.10.33
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2011-01-27 10:54 UTC by Vladimir Eremeev
Modified: 2011-01-27 15:38 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Vladimir Eremeev 2011-01-27 10:54:48 UTC
3 such files exist: 
gst-plugins-base/win32/common/config.h
gst-plugins-good/win32/common/config.h
gst-plugins-ugly/win32/common/config.h

this macro says "directaudiosink" while it must be "directsoundsink"

This also causes playsink to fail because it cannot find directaudiosink.
Comment 1 Tim-Philipp Müller 2011-01-27 15:38:38 UTC
Fixed in -base/good/ugly, thanks:

commit aa641a1aa8f937d0f8b917e47f125966b66d19d1
Author: Tim-Philipp Müller <tim.muller@collabora.co.uk>
Date:   Thu Jan 27 15:26:25 2011 +0000

    win32: fix DEFAULT_AUDIOSINK, should be direct*sound*sink
    
    https://bugzilla.gnome.org/show_bug.cgi?id=640705