summaryrefslogtreecommitdiffstats
path: root/ext/esd
diff options
context:
space:
mode:
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;
}