diff options
author | Leif Johnson <leif@ambient.2y.net> | 2003-11-16 22:02:23 +0000 |
---|---|---|
committer | Leif Johnson <leif@ambient.2y.net> | 2003-11-16 22:02:23 +0000 |
commit | 5b283c92b6fffdd28b4a113c07e2f6afd752b23d (patch) | |
tree | be93889b924ca39aeaca5aa6b2e2f8c85c6e06f9 /gst/deinterlace | |
parent | 531a3a69366e47dc5adc5ff10c103416eaa3361e (diff) |
+ checking in plugin category changes
Original commit message from CVS:
+ checking in plugin category changes
Diffstat (limited to 'gst/deinterlace')
-rw-r--r-- | gst/deinterlace/gstdeinterlace.c | 2 | ||||
-rw-r--r-- | gst/deinterlace/gstdeinterlace.h | 13 |
2 files changed, 4 insertions, 11 deletions
diff --git a/gst/deinterlace/gstdeinterlace.c b/gst/deinterlace/gstdeinterlace.c index 9b1b512f6..7411b5433 100644 --- a/gst/deinterlace/gstdeinterlace.c +++ b/gst/deinterlace/gstdeinterlace.c @@ -29,7 +29,7 @@ /* elementfactory information */ static GstElementDetails deinterlace_details = GST_ELEMENT_DETAILS ( "Deinterlace", - "Filter/Video", + "Filter/Effect/Video", "Deinterlace video", "Wim Taymans <wim.taymans@chello.be>" ); diff --git a/gst/deinterlace/gstdeinterlace.h b/gst/deinterlace/gstdeinterlace.h index 45eda04a5..272073196 100644 --- a/gst/deinterlace/gstdeinterlace.h +++ b/gst/deinterlace/gstdeinterlace.h @@ -25,11 +25,7 @@ #include <gst/gst.h> /* #include <gst/meta/audioraw.h> */ - -#ifdef __cplusplus -extern "C" { -#endif /* __cplusplus */ - +G_BEGIN_DECLS #define GST_TYPE_DEINTERLACE \ (gst_deinterlace_get_type()) @@ -67,9 +63,6 @@ struct _GstDeInterlaceClass { GstElementClass parent_class; }; -#ifdef __cplusplus -} -#endif /* __cplusplus */ - +G_END_DECLS -#endif /* __GST_STEREO_H__ */ +#endif /* __GST_DEINTERLACE_H__ */ |