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 152812 - [esdsink] race when esdsink opens connection to esd?
[esdsink] race when esdsink opens connection to esd?
Status: RESOLVED NOTABUG
Product: GStreamer
Classification: Platform
Component: gst-plugins
git master
Other Linux
: Normal normal
: NONE
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2004-09-16 12:44 UTC by Richard Hult
Modified: 2005-11-11 16:20 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Richard Hult 2004-09-16 12:44:56 UTC
Recently, I've been seeing a problem with esdsink, that could be a bug in esd,
but since it has not changed in long time, and gstreamer has, it might be bug in
gstreamer. Feel free to close this if you disagree (feel free to suggest a
solution other than using another sink...).

The problem I'm seeing is when setting up a pipeline with esdsink, and playing a
song, then when it's EOS:ed, unreffing the old pipeline, setting up a new one,
and start playing the next song. I then sometimes (fairly often) get this:

ERROR (0x10018978 - 304260:25:00.906121000)             esd(10239)
esdsink.c(435):gst_esdsink_open_audio:<esdsink0> can't open connection to esound
server
Comment 1 Richard Hult 2004-09-18 18:08:13 UTC
The problem seems to be due to the daemon being shutdown and restarted every
time the pipeline stops/starts. It works a lot better if esd is manually
launched or a connection opened to it with code. This probably only shows even
more how broken esound is though.
Comment 2 Luca Ognibene 2005-11-11 16:20:41 UTC
Closing as NOTABUG. Please reopen if it's an issue for you.. (From what i've
undestood it's a esd/setup problem, not esdsink's one).