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 571489 - Migrate from deprecated gnome_sound to libcanberra
Migrate from deprecated gnome_sound to libcanberra
Status: RESOLVED DUPLICATE of bug 572913
Product: gok
Classification: Deprecated
Component: general
2.25.x
Other Linux
: Normal normal
: ---
Assigned To: David Bolter
David Bolter
Depends on:
Blocks:
 
 
Reported: 2009-02-12 15:26 UTC by André Klapper
Modified: 2009-03-26 16:11 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description André Klapper 2009-02-12 15:26:34 UTC
(and also get rid of those esd_* calls if they are direct esound calls please)

See http://www.freedesktop.org/wiki/Specifications/sound-theme-spec ; and maybe http://bugzilla.gnome.org/buglist.cgi?short_desc_type=allwordssubstr&short_desc=canberra&status_whiteboard_type=allwordssubstr&keywords_type=allwords&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&bug_status=NEEDINFO&bug_status=RESOLVED&bug_status=VERIFIED&bug_status=CLOSED
for some sample implementations.


./gok/gok/gok-sound.c:static gint gnome_sound_connection;
./gok/gok/gok-sound.c:    gnome_sound_init ("localhost");
./gok/gok/gok-sound.c:    gnome_sound_connection = gnome_sound_connection_get ();
./gok/gok/gok-sound.c:    fsync (gnome_sound_connection);
./gok/gok/gok-sound.c:    gnome_sound_shutdown ();
./gok/gok/gok-sound.c:    esd_sample_free (gnome_sound_connection, *((gint *)sample_id) );
./gok/gok/gok-sound.c:        *sample_id = gnome_sound_sample_load (copy_of_soundfile,
./gok/gok/gok-sound.c:    esd_sample_play (gnome_sound_connection, *sample_id);
Comment 1 Gerd Kohlberger 2009-03-26 16:11:40 UTC

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