mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-08 10:31:05 +00:00
14 lines
195 B
C
14 lines
195 B
C
|
#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__ */
|
||
|
|