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:
parent
8cf2398535
commit
98b609758d
@ -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 */
|
||||
|
Loading…
x
Reference in New Issue
Block a user