gstreamer/gst/isomp4/qtdemux_debug.h
Seungha Yang 1551759cec qtdemux: Apply qtdemux debug category to gstisoff
.. instead of the use of default debug category.
And, make new header to declare the debug category

https://bugzilla.gnome.org/show_bug.cgi?id=791483
2018-01-29 18:40:02 +00:00

13 lines
196 B
C

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