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 520597 - GStreamer doesn't work in gnome-games
GStreamer doesn't work in gnome-games
Status: RESOLVED DUPLICATE of bug 507131
Product: gnome-games-superseded
Classification: Deprecated
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: gnome-games-general-maint
GNOME Games maintainers
Depends on: 507131
Blocks:
 
 
Reported: 2008-03-05 21:28 UTC by Vincent Untz
Modified: 2008-05-12 12:22 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Vincent Untz 2008-03-05 21:28:06 UTC
I don't really understand why the default sound library used in gnome-games is sdl_mixer. We're trying to have a consistent platform, and gstreamer should be used if possible. Can we change the default here?

AC_MSG_CHECKING([for which sound library to use])
AC_ARG_WITH([sound],
  [AS_HELP_STRING([--with-sound=gstreamer|sdl_mixer (default: sdl_mixer)])],
  [with_sound="$withval"],
  [with_sound=sdl_mixer])
AC_MSG_RESULT([$with_sound])
Comment 1 Andreas Røsdal 2008-03-07 21:33:43 UTC
The GStreamer support doesn't work, see bug #507131 - "GStreamer does not play short ogg sounds". The GStreamer developers haven't shown much interest in helping out either...
Comment 2 Christian Persch 2008-03-25 12:09:06 UTC
Re-assigning to new default owner.
Comment 3 Andreas Røsdal 2008-05-12 12:22:21 UTC
This should really be fixed in bug #507131.

*** This bug has been marked as a duplicate of 507131 ***