Use GST_ELEMENT_DETAILS macro to initialise the structure

Original commit message from CVS:
Use GST_ELEMENT_DETAILS macro to initialise the structure
This commit is contained in:
Jan Schmidt 2003-11-02 12:23:26 +00:00
parent 8cf2398535
commit 98b609758d

View file

@ -27,12 +27,12 @@
#include "gstdeinterlace.h" #include "gstdeinterlace.h"
/* elementfactory information */ /* elementfactory information */
static GstElementDetails deinterlace_details = { static GstElementDetails deinterlace_details = GST_ELEMENT_DETAILS (
"Deinterlace", "Deinterlace",
"Filter/Video", "Filter/Video",
"Deinterlace video", "Deinterlace video",
"Wim Taymans <wim.taymans@chello.be>" "Wim Taymans <wim.taymans@chello.be>"
}; );
/* Filter signals and args */ /* Filter signals and args */