1234567891011121314151617181920212223 |
- /*
- * Copyright (C) 2009-2010 Felipe Contreras
- *
- * Author: Felipe Contreras <felipe.contreras@gmail.com>
- *
- * This file may be used under the terms of the GNU Lesser General Public
- * License version 2.1, a copy of which is found in LICENSE included in the
- * packaging of this file.
- */
- #ifndef PLUGIN_H
- #define PLUGIN_H
- #include <gst/gst.h>
- G_BEGIN_DECLS
- extern GstDebugCategory *gstdsp_debug;
- G_END_DECLS
- #endif /* PLUGIN_H */
|