1 #ifndef __GST_DASH_DEBUG_H__ 2 #define __GST_DASH_DEBUG_H__ 3 4 #include <gst/gst.h> 5 6 G_BEGIN_DECLS 7 8 GST_DEBUG_CATEGORY_EXTERN (gst_dash_demux_debug); 9 10 G_END_DECLS 11 12 #endif /* __GST_DASH_DEBUG_H__ */ 13 14
1 #ifndef __GST_DASH_DEBUG_H__ 2 #define __GST_DASH_DEBUG_H__ 3 4 #include <gst/gst.h> 5 6 G_BEGIN_DECLS 7 8 GST_DEBUG_CATEGORY_EXTERN (gst_dash_demux_debug); 9 10 G_END_DECLS 11 12 #endif /* __GST_DASH_DEBUG_H__ */ 13 14