summaryrefslogtreecommitdiff
path: root/gst/smooth
diff options
context:
space:
mode:
Diffstat (limited to 'gst/smooth')
-rw-r--r--gst/smooth/gstsmooth.c10
1 files changed, 4 insertions, 6 deletions
diff --git a/gst/smooth/gstsmooth.c b/gst/smooth/gstsmooth.c
index 88f74bbcd..2dd0a6c37 100644
--- a/gst/smooth/gstsmooth.c
+++ b/gst/smooth/gstsmooth.c
@@ -25,12 +25,10 @@
#include <gst/video/video.h>
/* elementfactory information */
-static GstElementDetails smooth_details = {
- "Smooth effect",
- "Filter/Effect/Video",
- "Apply a smooth filter to an image",
- "Wim Taymans <wim.taymans@chello.be>"
-};
+static GstElementDetails smooth_details = GST_ELEMENT_DETAILS ("Smooth effect",
+ "Filter/Effect/Video",
+ "Apply a smooth filter to an image",
+ "Wim Taymans <wim.taymans@chello.be>");
/* Smooth signals and args */