gstreamer/gst-libs/gst/uridownloader/gsturidownloader_debug.h
Thiago Santos 859635ca01 uridownloader: refactor gsturidownloader to its own lib
gsturidownloader can be reused by other plugins, better have it
into its own lib
2013-05-07 20:02:41 -03:00

12 lines
220 B
C

#ifndef __GST_URIDOWNLOADER_DEBUG_H__
#define __GST_URIDOWNLOADER_DEBUG_H__
#include <gst/gst.h>
G_BEGIN_DECLS
GST_DEBUG_CATEGORY_EXTERN (uridownloader_debug);
G_END_DECLS
#endif /* __GST_URIDOWNLOADER_DEBUG_H__ */