projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8cf2398
)
Use GST_ELEMENT_DETAILS macro to initialise the structure
author
Jan Schmidt
<thaytan@mad.scientist.com>
Sun, 2 Nov 2003 12:23:26 +0000
(12:23 +0000)
committer
Jan 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
patch
|
blob
|
history
diff --git
a/gst/deinterlace/gstdeinterlace.c
b/gst/deinterlace/gstdeinterlace.c
index 27a112fc0f02c1bc50d0b0e30da6a711082e9cca..9b1b512f65178a0d0bb802f4ae3ec8a91199db7a 100644
(file)
--- 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 */