summaryrefslogtreecommitdiffstats
path: root/ext/esd
diff options
context:
space:
mode:
Diffstat (limited to 'ext/esd')
-rw-r--r--ext/esd/esdmon.c11
-rw-r--r--ext/esd/esdsink.c11
2 files changed, 10 insertions, 12 deletions
diff --git a/ext/esd/esdmon.c b/ext/esd/esdmon.c
index f69e0cad..473b1eab 100644
--- a/ext/esd/esdmon.c
+++ b/ext/esd/esdmon.c
@@ -29,12 +29,11 @@
/* elementfactory information */
-static GstElementDetails esdmon_details = {
- "Esound audio monitor",
- "Source/Audio",
- "Monitors audio from an esound server",
- "Richard Boulton <richard-gst@tartarus.org>",
-};
+static GstElementDetails esdmon_details =
+GST_ELEMENT_DETAILS ("Esound audio monitor",
+ "Source/Audio",
+ "Monitors audio from an esound server",
+ "Richard Boulton <richard-gst@tartarus.org>");
/* Signals and args */
enum
diff --git a/ext/esd/esdsink.c b/ext/esd/esdsink.c
index 9d107f2a..cf25573d 100644
--- a/ext/esd/esdsink.c
+++ b/ext/esd/esdsink.c
@@ -34,12 +34,11 @@ GST_DEBUG_CATEGORY_EXTERN (esd_debug);
#define GST_CAT_DEFAULT esd_debug
/* elementfactory information */
-static GstElementDetails esdsink_details = {
- "Esound audio sink",
- "Sink/Audio",
- "Plays audio to an esound server",
- "Arwed von Merkatz <v.merkatz@gmx.net>",
-};
+static GstElementDetails esdsink_details =
+GST_ELEMENT_DETAILS ("Esound audio sink",
+ "Sink/Audio",
+ "Plays audio to an esound server",
+ "Arwed von Merkatz <v.merkatz@gmx.net>");
enum
{