From 98b609758da1227cf00746b7267e23972cf1c0c3 Mon Sep 17 00:00:00 2001 From: Jan Schmidt Date: Sun, 2 Nov 2003 12:23:26 +0000 Subject: Use GST_ELEMENT_DETAILS macro to initialise the structure Original commit message from CVS: Use GST_ELEMENT_DETAILS macro to initialise the structure --- gst/deinterlace/gstdeinterlace.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gst/deinterlace/gstdeinterlace.c') 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 " -}; +); /* Filter signals and args */ -- cgit v1.2.1