summaryrefslogtreecommitdiffstats
path: root/gst
diff options
context:
space:
mode:
Diffstat (limited to 'gst')
-rw-r--r--gst/deinterlace/gstdeinterlace.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gst/deinterlace/gstdeinterlace.c b/gst/deinterlace/gstdeinterlace.c
index 27a112fc..9b1b512f 100644
--- a/gst/deinterlace/gstdeinterlace.c
+++ b/gst/deinterlace/gstdeinterlace.c
@@ -27,12 +27,12 @@
#include "gstdeinterlace.h"
/* elementfactory information */
-static GstElementDetails deinterlace_details = {
+static GstElementDetails deinterlace_details = GST_ELEMENT_DETAILS (
"Deinterlace",
"Filter/Video",
"Deinterlace video",
"Wim Taymans <wim.taymans@chello.be>"
-};
+);
/* Filter signals and args */