summaryrefslogtreecommitdiffstats
path: root/gst/passthrough
diff options
context:
space:
mode:
Diffstat (limited to 'gst/passthrough')
-rw-r--r--gst/passthrough/gstpassthrough.c11
1 files changed, 5 insertions, 6 deletions
diff --git a/gst/passthrough/gstpassthrough.c b/gst/passthrough/gstpassthrough.c
index d59a1099..65bde078 100644
--- a/gst/passthrough/gstpassthrough.c
+++ b/gst/passthrough/gstpassthrough.c
@@ -30,12 +30,11 @@
#define PASSTHRU_NUM_BUFS 4
/* elementfactory information */
-static GstElementDetails passthrough_details = {
- "Passthrough",
- "Filter/Effect/Audio",
- "Transparent filter for audio/raw (boilerplate for effects)",
- "Thomas <thomas@apestaart.org>, " "Andy Wingo <apwingo@eos.ncsu.edu>"
-};
+static GstElementDetails passthrough_details =
+GST_ELEMENT_DETAILS ("Passthrough",
+ "Filter/Effect/Audio",
+ "Transparent filter for audio/raw (boilerplate for effects)",
+ "Thomas <thomas@apestaart.org>, " "Andy Wingo <apwingo@eos.ncsu.edu>");
enum
{