diff options
Diffstat (limited to 'gst/interleave/plugin.h')
-rw-r--r-- | gst/interleave/plugin.h | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/gst/interleave/plugin.h b/gst/interleave/plugin.h index bc722bdb..3e96a7e1 100644 --- a/gst/interleave/plugin.h +++ b/gst/interleave/plugin.h @@ -25,12 +25,7 @@ #include <gst/gst.h> - -G_BEGIN_DECLS - -GType gst_interleave_get_type (void); -GType gst_deinterleave_get_type (void); - -G_END_DECLS +#include "interleave.h" +#include "deinterleave.h" #endif /* __GST_PLUGIN_INTERLEAVE_H__ */ |