summaryrefslogtreecommitdiffstats
path: root/ext/esd
diff options
context:
space:
mode:
Diffstat (limited to 'ext/esd')
-rw-r--r--ext/esd/esdmon.c2
-rw-r--r--ext/esd/esdsink.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/ext/esd/esdmon.c b/ext/esd/esdmon.c
index 3398ad93..51441c34 100644
--- a/ext/esd/esdmon.c
+++ b/ext/esd/esdmon.c
@@ -70,7 +70,7 @@ GType gst_esdmon_get_type(void);
/* elementfactory information */
static GstElementDetails esdmon_details = {
"Esound audio monitor",
- "Src/Esdmon",
+ "Source/Audio",
"Monitors audio from an esound server",
VERSION,
"Richard Boulton <richard-gst@tartarus.org>",
diff --git a/ext/esd/esdsink.c b/ext/esd/esdsink.c
index ab92d418..0ac118c9 100644
--- a/ext/esd/esdsink.c
+++ b/ext/esd/esdsink.c
@@ -26,7 +26,7 @@
/* elementfactory information */
static GstElementDetails esdsink_details = {
"Esound audio sink",
- "Sink/Esdsink",
+ "Sink/Audio",
"Plays audio to an esound server",
VERSION,
"Richard Boulton <richard-gst@tartarus.org>",