diff options
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 9b1b512f..7411b543 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 45eda04a..27207319 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__ */ |