summaryrefslogtreecommitdiffstats
path: root/gst/median
diff options
context:
space:
mode:
Diffstat (limited to 'gst/median')
-rw-r--r--gst/median/gstmedian.c10
1 files changed, 4 insertions, 6 deletions
diff --git a/gst/median/gstmedian.c b/gst/median/gstmedian.c
index 3f09f086..448f06d9 100644
--- a/gst/median/gstmedian.c
+++ b/gst/median/gstmedian.c
@@ -25,12 +25,10 @@
#include <gst/video/video.h>
/* elementfactory information */
-static GstElementDetails median_details = {
- "Median effect",
- "Filter/Effect/Video",
- "Apply a median filter to an image",
- "Wim Taymans <wim.taymans@chello.be>"
-};
+static GstElementDetails median_details = GST_ELEMENT_DETAILS ("Median effect",
+ "Filter/Effect/Video",
+ "Apply a median filter to an image",
+ "Wim Taymans <wim.taymans@chello.be>");
static GstStaticPadTemplate median_src_factory = GST_STATIC_PAD_TEMPLATE ("src",
GST_PAD_SRC,