Use GST_ELEMENT_DETAILS macro to initialise the structure
authorJan Schmidt <thaytan@mad.scientist.com>
Sun, 2 Nov 2003 12:23:26 +0000 (12:23 +0000)
committerJan Schmidt <thaytan@mad.scientist.com>
Sun, 2 Nov 2003 12:23:26 +0000 (12:23 +0000)
Original commit message from CVS:
Use GST_ELEMENT_DETAILS macro to initialise the structure

gst/deinterlace/gstdeinterlace.c

index 27a112fc0f02c1bc50d0b0e30da6a711082e9cca..9b1b512f65178a0d0bb802f4ae3ec8a91199db7a 100644 (file)
 #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 */