1
/*
2
 * Copyright (C) 2009-2010 Felipe Contreras
3
 *
4
 * Author: Felipe Contreras <felipe.contreras@gmail.com>
5
 *
6
 * This file may be used under the terms of the GNU Lesser General Public
7
 * License version 2.1, a copy of which is found in LICENSE included in the
8
 * packaging of this file.
9
 */
10
11
#ifndef PLUGIN_H
12
#define PLUGIN_H
13
14
#include <gst/gst.h>
15
16
G_BEGIN_DECLS
17
18
extern GstDebugCategory *gstdsp_debug;
19
20
G_END_DECLS
21
22
#endif /* PLUGIN_H */