summaryrefslogtreecommitdiff
path: root/ext/dash/gstdash_debug.h
blob: 7d04a21e251524ef619415f8fbf527c2e35df75c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifndef __GST_DASH_DEBUG_H__
#define __GST_DASH_DEBUG_H__

#include <gst/gst.h>

G_BEGIN_DECLS

GST_DEBUG_CATEGORY_EXTERN (gst_dash_demux_debug);

G_END_DECLS

#endif /* __GST_DASH_DEBUG_H__ */