summaryrefslogtreecommitdiff
path: root/gst/deinterlace
diff options
context:
space:
mode:
authorJan Schmidt <thaytan@mad.scientist.com>2003-11-02 12:23:26 +0000
committerJan Schmidt <thaytan@mad.scientist.com>2003-11-02 12:23:26 +0000
commit98b609758da1227cf00746b7267e23972cf1c0c3 (patch)
tree76939c569fdb41aabc043411aabc99b154ff66b4 /gst/deinterlace
parent8cf23985358eab8d7b6db7115387474268ffe384 (diff)
Use GST_ELEMENT_DETAILS macro to initialise the structure
Original commit message from CVS: Use GST_ELEMENT_DETAILS macro to initialise the structure
Diffstat (limited to 'gst/deinterlace')
-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 27a112fc0..9b1b512f6 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 */