summaryrefslogtreecommitdiffstats
path: root/ext/esd
diff options
context:
space:
mode:
authorRonald S. Bultje <rbultje@ronald.bitfreak.net>2004-12-01 20:42:01 +0000
committerRonald S. Bultje <rbultje@ronald.bitfreak.net>2004-12-01 20:42:01 +0000
commit95737cb47c258bf87890c30861153a05c9da5422 (patch)
treed2e731f542e14ebc0c69c439ba975fa3ab3ea9af /ext/esd
parent8ffc3a840ab424159324f1ee709d173e61fbcefc (diff)
ext/esd/esdsink.c: Make error actually say something useful (fixes #156798).
Original commit message from CVS: * ext/esd/esdsink.c: (gst_esdsink_chain): Make error actually say something useful (fixes #156798). * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps_with_data), (gst_riff_create_video_template_caps): Add Intel Video 5.0 fourcc (IV50).
Diffstat (limited to 'ext/esd')
-rw-r--r--ext/esd/esdsink.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/esd/esdsink.c b/ext/esd/esdsink.c
index 73a32487..796b3be6 100644
--- a/ext/esd/esdsink.c
+++ b/ext/esd/esdsink.c
@@ -316,8 +316,8 @@ gst_esdsink_chain (GstPad * pad, GstData * _data)
goto done;
}
/* connection closed? */
- GST_ELEMENT_ERROR (esdsink, RESOURCE, WRITE, (NULL),
- ("communication with ESD failed"));
+ GST_ELEMENT_ERROR (esdsink, RESOURCE, WRITE,
+ ("Failed to write data to the esound daemon"), GST_ERROR_SYSTEM);
return;
}